{}
{   The purpose of this request is to find the module name and application
{ identifier when given a PVA in an executing module.  The module address
{ table is searched for a module whose sections contain the PVA.
{}
{      PMP$GET_APPLICATION_INFORMATION (PVA, APPLICATION_MODULE_NAME,
{        APPLICATION_IDENTIFIER, LIBRARY_PRIVILEGE, STATUS);
{}
{ PVA: (input) This parameter specifies a PVA in an executing
{       module.
{}
{ APPLICATION_MODULE_NAME: (output) This parameter specifies the
{       name of the module that contains the executing code that
{       the PVA points to.
{}
{ APPLICATION_IDENTIFIER: (output) This parameter specifies a
{       name that identifies the module as an application.
{}
{ LIBRARY_PRIVILEGE: (output) This parameter specifies the
{       library_privilege file registration attribute for the module.
{}
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:  PME$PVA_NOT_IN_ANY_MODULE.
{}
