DBA Data[Home] [Help]

APPS.AR_MATCH_REV_COGS_GRP dependencies on ARP_UTIL

Line 78: arp_util.debug( 'ar_match_rev_cogs_grp.period_status()+ ');

74:
75: BEGIN
76:
77: IF PG_DEBUG in ('Y', 'C') THEN
78: arp_util.debug( 'ar_match_rev_cogs_grp.period_status()+ ');
79: END IF;
80:
81: -- Standard Start of API savepoint
82: SAVEPOINT period_status_grp;

Line 108: arp_util.debug( 'ar_match_rev_cogs_grp.period_status()- ');

104: FETCH status INTO x_status;
105: CLOSE status;
106:
107: IF PG_DEBUG in ('Y', 'C') THEN
108: arp_util.debug( 'ar_match_rev_cogs_grp.period_status()- ');
109: END IF;
110:
111: EXCEPTION
112: WHEN fnd_api.g_exc_error THEN

Line 163: arp_util.debug( 'ar_match_rev_cogs_grp.get_costing_period_status()+ ');

159:
160: BEGIN
161:
162: IF PG_DEBUG in ('Y', 'C') THEN
163: arp_util.debug( 'ar_match_rev_cogs_grp.get_costing_period_status()+ ');
164: END IF;
165:
166: OPEN epm;
167: FETCH epm INTO l_eff_period_num, l_set_of_books_id;

Line 186: arp_util.debug( 'ar_match_rev_cogs_grp.get_costing_period_status()- ');

182:
183: --l_status := 'C';
184:
185: IF PG_DEBUG in ('Y', 'C') THEN
186: arp_util.debug( 'ar_match_rev_cogs_grp.get_costing_period_status()- ');
187: END IF;
188:
189: RETURN l_status;
190:

Line 401: arp_util.debug('start - dump of ar_trx_cogs_gt');

397:
398: /* debug logic +/
399: IF PG_DEBUG in ('Y', 'C')
400: THEN
401: arp_util.debug('start - dump of ar_trx_cogs_gt');
402: FOR gt IN trx_gt LOOP
403: arp_util.debug(gt.customer_trx_id || '~' ||
404: gt.customer_trx_line_id || '~' ||
405: gt.previous_customer_trx_line_id || '~' ||

Line 403: arp_util.debug(gt.customer_trx_id || '~' ||

399: IF PG_DEBUG in ('Y', 'C')
400: THEN
401: arp_util.debug('start - dump of ar_trx_cogs_gt');
402: FOR gt IN trx_gt LOOP
403: arp_util.debug(gt.customer_trx_id || '~' ||
404: gt.customer_trx_line_id || '~' ||
405: gt.previous_customer_trx_line_id || '~' ||
406: gt.so_line_id);
407: END LOOP;

Line 408: arp_util.debug('end - dump of ar_trx_cogs_gt');

404: gt.customer_trx_line_id || '~' ||
405: gt.previous_customer_trx_line_id || '~' ||
406: gt.so_line_id);
407: END LOOP;
408: arp_util.debug('end - dump of ar_trx_cogs_gt');
409: END IF;
410: /+ end - debug logic */
411:
412: /* Step 3 - Now merge the resulting data into cst_reve_rec_lines.

Line 516: arp_util.debug( 'ar_match_rev_cogs_grp.populate_cst_tables()- ');

512: , p_data => x_msg_data
513: );
514:
515: IF PG_DEBUG in ('Y', 'C') THEN
516: arp_util.debug( 'ar_match_rev_cogs_grp.populate_cst_tables()- ');
517: END IF;
518:
519: EXCEPTION
520: WHEN fnd_api.g_exc_error THEN

Line 557: arp_util.debug( SQLCODE);

553: FND_MSG_PUB.Add;
554: END IF;
555:
556: IF PG_DEBUG in ('Y', 'C') THEN
557: arp_util.debug( SQLCODE);
558: arp_util.debug( SQLERRM);
559: END IF;
560:
561: ROLLBACK TO populate_cst_tables_grp;

Line 558: arp_util.debug( SQLERRM);

554: END IF;
555:
556: IF PG_DEBUG in ('Y', 'C') THEN
557: arp_util.debug( SQLCODE);
558: arp_util.debug( SQLERRM);
559: END IF;
560:
561: ROLLBACK TO populate_cst_tables_grp;
562: fnd_msg_pub.count_and_get (