DBA Data[Home] [Help]

APPS.ARP_CR_UTIL dependencies on FND_PROFILE

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

1: PACKAGE BODY ARP_CR_UTIL AS
2: /*$Header: ARRUTILB.pls 120.4 2003/11/04 20:43:40 orashid ship $*/
3: --
4: --
5: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
6:
7: PROCEDURE get_dist_ccid( P_cr_id IN ar_cash_receipts.cash_receipt_id%TYPE,
8: P_source_table IN ar_distributions.source_table%TYPE,
9: P_source_type IN ar_distributions.source_type%TYPE,