DBA Data[Home] [Help]

APPS.ARP_LOCKBOX_HOOK dependencies on FND_PROFILE

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

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