DBA Data[Home] [Help]

APPS.JAI_PO_HA_ARIUD_T1 dependencies on JAI_PO_HA_TRIGGER_PKG

Line 24: Removed the code to call the procedure JAI_PO_HA_TRIGGER_PKG.ARU_T1

20: 21-Oct-2005 Ramananda for bug#4692402. File Version 120.4
21: Removed the references of column ENCUMBRANCE_REQUIRED
22:
23: 28-May-2007 Bgowrava for Bug#6076948. File version 120.6
24: Removed the code to call the procedure JAI_PO_HA_TRIGGER_PKG.ARU_T1
25:
26: ****************************************************************************/
27:
28: PROCEDURE populate_new IS

Line 397: JAI_PO_HA_TRIGGER_PKG.ARU_T2 (

393:
394:
395: IF ( :OLD.Currency_Code <> :NEW.Currency_Code ) THEN
396:
397: JAI_PO_HA_TRIGGER_PKG.ARU_T2 (
398: pr_old => t_old_rec ,
399: pr_new => t_new_rec ,
400: pv_action => lv_action ,
401: pv_return_code => lv_return_code ,

Line 413: JAI_PO_HA_TRIGGER_PKG.ARU_T3 (

409: END IF ;
410:
411: IF ( ( NVL( :OLD.Vendor_Id, -999 ) <> NVL( :NEW.Vendor_Id, -999 ) ) OR ( NVL( :OLD.Vendor_Site_Id, -999 ) <> NVL( :NEW.Vendor_Site_Id, -999 ) ) ) THEN
412:
413: JAI_PO_HA_TRIGGER_PKG.ARU_T3 (
414: pr_old => t_old_rec ,
415: pr_new => t_new_rec ,
416: pv_action => lv_action ,
417: pv_return_code => lv_return_code ,