DBA Data[Home] [Help]

APPS.ARP_PROCESS_HEADER_UPDTE_COVER dependencies on ARP_DEBUG

Line 979: arp_debug.debug('term has changed, execute update of LDF');

975: /* execute line_det_factor update (discount amount
976: may have changed) */
977: IF PG_DEBUG in ('Y','C')
978: THEN
979: arp_debug.debug('term has changed, execute update of LDF');
980: END IF;
981:
982: /* loop through the lines and update line det factors
983: for each */

Line 1019: arp_debug.debug('gl_date has changed, execute synchronize w/lines');

1015: ELSIF NVL(p_gl_date, l_gl_date) <> l_gl_date
1016: THEN
1017: IF PG_DEBUG in ('Y','C')
1018: THEN
1019: arp_debug.debug('gl_date has changed, execute synchronize w/lines');
1020: END IF;
1021: /* execute synchronize w/ line update */
1022: arp_etax_util.synchronize_for_doc_seq(p_customer_trx_id,l_return_status,
1023: NULL,

Line 1036: arp_debug.debug('execute synchronize for doc seq only');

1032: ELSE
1033: /* execute synchronize w/out line update */
1034: IF PG_DEBUG in ('Y','C')
1035: THEN
1036: arp_debug.debug('execute synchronize for doc seq only');
1037: END IF;
1038:
1039: arp_etax_util.synchronize_for_doc_seq(p_customer_trx_id,l_return_status);
1040: