DBA Data[Home] [Help]

APPS.AR_MATCH_REV_COGS_GRP dependencies on ARP_DEBUG

Line 266: arp_debug.debug( 'ar_match_rev_cogs_grp.populate_cst_tables()+ ');

262:
263: BEGIN
264:
265: IF PG_DEBUG in ('Y', 'C') THEN
266: arp_debug.debug( 'ar_match_rev_cogs_grp.populate_cst_tables()+ ');
267: arp_debug.debug(' p_ledger_id = ' || p_ledger_id);
268: arp_debug.debug(' p_gl_date = ' || p_from_gl_date ||
269: ' to ' || p_to_gl_date);
270:

Line 267: arp_debug.debug(' p_ledger_id = ' || p_ledger_id);

263: BEGIN
264:
265: IF PG_DEBUG in ('Y', 'C') THEN
266: arp_debug.debug( 'ar_match_rev_cogs_grp.populate_cst_tables()+ ');
267: arp_debug.debug(' p_ledger_id = ' || p_ledger_id);
268: arp_debug.debug(' p_gl_date = ' || p_from_gl_date ||
269: ' to ' || p_to_gl_date);
270:
271: END IF;

Line 268: arp_debug.debug(' p_gl_date = ' || p_from_gl_date ||

264:
265: IF PG_DEBUG in ('Y', 'C') THEN
266: arp_debug.debug( 'ar_match_rev_cogs_grp.populate_cst_tables()+ ');
267: arp_debug.debug(' p_ledger_id = ' || p_ledger_id);
268: arp_debug.debug(' p_gl_date = ' || p_from_gl_date ||
269: ' to ' || p_to_gl_date);
270:
271: END IF;
272: