DBA Data[Home] [Help]

APPS.JAI_AP_IDA_BRIUD_DTC_T1 dependencies on JAI_AP_IDA_TRIGGER_DTC_PKG

Line 42: As process_ipv logic was moved to JAI_AP_IDA_TRIGGER_DTC_PKG.BRIUD_DTC_T1, add a new branch for IPV logic to invoke it.

38: note: Inserting event: remain cancellation logic in trigger, integrate prepayments application and unapplication into ZX.
39: Updating event: integrated All updating logic into ZX, except an Organization or Location info check in validation.
40: Deleting event: remain in trigger
41: 3. 14/09/2012 Chong for ZX integration
42: As process_ipv logic was moved to JAI_AP_IDA_TRIGGER_DTC_PKG.BRIUD_DTC_T1, add a new branch for IPV logic to invoke it.
43: */
44: DECLARE
45: t_old_rec AP_INVOICE_DISTRIBUTIONS_ALL%rowtype ;
46: t_new_rec AP_INVOICE_DISTRIBUTIONS_ALL%rowtype ;

Line 911: JAI_AP_IDA_TRIGGER_DTC_PKG.BRIUD_DTC_T1 (

907: END IF;
908: END IF;
909: /*Added by Chong.Lei for ZX intergration 20120504 end*/
910:
911: JAI_AP_IDA_TRIGGER_DTC_PKG.BRIUD_DTC_T1 (
912: pr_old => t_old_rec ,
913: pr_new => t_new_rec ,
914: pv_action => lv_action ,
915: pv_return_code => lv_return_code ,

Line 959: JAI_AP_IDA_TRIGGER_DTC_PKG.BRIUD_DTC_T1 (

955: END IF ;
956:
957: IF DELETING THEN
958:
959: JAI_AP_IDA_TRIGGER_DTC_PKG.BRIUD_DTC_T1 (
960: pr_old => t_old_rec ,
961: pr_new => t_new_rec ,
962: pv_action => lv_action ,
963: pv_return_code => lv_return_code ,