DBA Data[Home] [Help]

APPS.ARP_PROCESS_HEADER_UPDTE_COVER dependencies on ARP_DEBUG

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

936: /* execute line_det_factor update (discount amount
937: may have changed) */
938: IF PG_DEBUG in ('Y','C')
939: THEN
940: arp_debug.debug('term has changed, execute update of LDF');
941: END IF;
942:
943: /* loop through the lines and update line det factors
944: for each */

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

952: ELSIF NVL(p_gl_date, l_gl_date) <> l_gl_date
953: THEN
954: IF PG_DEBUG in ('Y','C')
955: THEN
956: arp_debug.debug('gl_date has changed, execute synchronize w/lines');
957: END IF;
958: /* execute synchronize w/ line update */
959: arp_etax_util.synchronize_for_doc_seq(p_customer_trx_id,l_return_status,
960: NULL,

Line 974: arp_debug.debug('Deposit Application on Inv dont need the ETax call.');

970: ELSIF p_initial_customer_trx_id IS NOT NULL and l_initial_cust_trx_id is null then
971: /* Case: Deposit is applied on Invoice */
972: IF PG_DEBUG in ('Y','C')
973: THEN
974: arp_debug.debug('Deposit Application on Inv dont need the ETax call.');
975: END IF;
976: -- bug 6957444 }
977: ELSE
978: /* execute synchronize w/out line update */

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

977: ELSE
978: /* execute synchronize w/out line update */
979: IF PG_DEBUG in ('Y','C')
980: THEN
981: arp_debug.debug('execute synchronize for doc seq only');
982: END IF;
983:
984: arp_etax_util.synchronize_for_doc_seq(p_customer_trx_id,l_return_status);
985: