DBA Data[Home] [Help]

APPS.ARP_PROCESS_HEADER_POST_COMMIT dependencies on ARP_TRX_COMPLETE_CHK

Line 78: | Also substituted arp_trx_complete_chk

74: | 01-FEB-02 M Raymond Bug 2164863 - added a parameter
75: | to do_completion_checking routine and
76: | added a second call to that routine
77: | after the rounding was completed.
78: | Also substituted arp_trx_complete_chk
79: | for arp_trx_validate.
80: | 02-DEC-04 V Crisostomo Bug3049044/3041195: Changed
81: | arp_trx_validate.check_sign_and_overapp
82: | to take p_error_mode and p_error_count

Line 258: arp_trx_complete_chk.do_completion_checking(

254: /* Bug 2164863 - Do not execute tax and accounting validation
255: at this point. We will recall this procedure after
256: rounding has occurred for those tests */
257:
258: arp_trx_complete_chk.do_completion_checking(
259: p_customer_trx_id,
260: NULL,
261: NULL,
262: p_error_mode,

Line 377: arp_trx_complete_chk.do_completion_checking(

373: nvl(ARP_PROCESS_HEADER_UPDTE_COVER.g_old_complete_flag,l_old_complete_flag) = 'N' /* manishri, 08-Jun-2010. Bug 9693686*/
374: )
375: THEN
376:
377: arp_trx_complete_chk.do_completion_checking(
378: p_customer_trx_id,
379: NULL,
380: NULL,
381: p_error_mode,