DBA Data[Home] [Help]

APPS.IA_AME_REQUEST_PKG dependencies on IA_AME_REQUEST_PKG

Line 1: PACKAGE BODY IA_AME_REQUEST_PKG AS

1: PACKAGE BODY IA_AME_REQUEST_PKG AS
2: /* $Header: IAAMREQB.pls 115.11 2004/05/20 22:16:08 yyoon noship $ */
3:
4: /* Commented out due to the approach with Value Set
5: FUNCTION GetLOVApprovers

Line 18: * When the approvers LOVs on FWK pages are clicked, FWK calls the AME API, 'IA_AME_REQUEST_PKG.GetLOVApprovers'

14: -- ApproversTable OUT NOCOPY AME_UTIL.approversTable)
15: return BOOLEAN
16: IS
17:
18: * When the approvers LOVs on FWK pages are clicked, FWK calls the AME API, 'IA_AME_REQUEST_PKG.GetLOVApprovers'
19: * with the following parameters provided in order to initiate the process of getting a list of approvers
20: * pertinent to the setup
21: *
22: *

Line 841: END IA_AME_REQUEST_PKG;

837: return FALSE;
838:
839: END InitializeAME;
840:
841: END IA_AME_REQUEST_PKG;