DBA Data[Home] [Help]

APPS.ARP_LOCKBOX_HOOK_PVT dependencies on FND_PROFILE

Line 27: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');

23: validation second time. However, if you are planning to call the second
24: validation, for customising lockbox, assign this variable as 'N'.
25:
26: ----------------------------------------------------------------------------*/
27: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
28:
29: PROCEDURE proc_before_validation(out_errorbuf OUT NOCOPY VARCHAR2,
30: out_errorcode OUT NOCOPY VARCHAR2,
31: in_trans_req_id IN VARCHAR2,