DBA Data[Home] [Help]

APPS.ARP_INSERT_DIST_COVER dependencies on ARP_PROCESS_DIST

Line 175: arp_standard.debug('arp_process_dist.insert_dist_cover()+');

171:
172: BEGIN
173:
174: IF PG_DEBUG in ('Y', 'C') THEN
175: arp_standard.debug('arp_process_dist.insert_dist_cover()+');
176: END IF;
177:
178: /*-----------------------------------------+
179: | Populate the dist record group with |

Line 226: arp_process_dist.insert_dist(

222: /*----------------------------------------+
223: | Call the standard dist entity handler |
224: +----------------------------------------*/
225:
226: arp_process_dist.insert_dist(
227: p_form_name,
228: p_form_version,
229: l_dist_rec,
230: p_exchange_rate,

Line 237: arp_standard.debug('arp_process_dist.insert_dist_cover()-');

233: p_base_mau,
234: p_cust_trx_line_gl_dist_id );
235:
236: IF PG_DEBUG in ('Y', 'C') THEN
237: arp_standard.debug('arp_process_dist.insert_dist_cover()-');
238: END IF;
239:
240: EXCEPTION
241: WHEN OTHERS THEN

Line 244: arp_standard.debug('EXCEPTION: arp_process_dist.insert_dist_cover()',

240: EXCEPTION
241: WHEN OTHERS THEN
242:
243: IF PG_DEBUG in ('Y', 'C') THEN
244: arp_standard.debug('EXCEPTION: arp_process_dist.insert_dist_cover()',
245: 'plsql');
246: arp_standard.debug('------- parameters for insert_dist_cover() ' ||
247: '---------',
248: 'plsql');

Line 433: arp_standard.debug('EXCEPTION: arp_process_dist.insert_dist_cover()'||

429: EXCEPTION
430: WHEN OTHERS THEN
431:
432: IF PG_DEBUG in ('Y', 'C') THEN
433: arp_standard.debug('EXCEPTION: arp_process_dist.insert_dist_cover()'||
434: sqlerrm, 'plsql');
435: END IF;
436: RETURN p_original_gl_date;
437: END set_original_gl_date;