DBA Data[Home] [Help]

APPS.ARP_TRX_UTIL dependencies on FND_PROFILE

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

38: | when transaction is deleted |
39: | 11-APR-03 MRAYMOND Bug 2868648 - remove CMA rows when
40: | transaction is deleted.
41: +===========================================================================*/
42: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
43:
44: PROCEDURE delete_transaction(p_form_name IN varchar2,
45: p_form_version IN number,
46: p_customer_trx_id IN NUMBER) IS