DBA Data[Home] [Help]

APPS.JAI_PO_HA_TRIGGER_PKG dependencies on JAI_PO_TAX_PKG

Line 461: Issue :- Procedure jai_po_tax_pkg.copy_reqn_taxes is modified for mutating error and new

457:
458: Dependency Due to this Bug:-
459: None
460: 6. 31-Mar-2005 Brathod, Bug#4242351, File Version 115.5
461: Issue :- Procedure jai_po_tax_pkg.copy_reqn_taxes is modified for mutating error and new
462: arguments are added in the procedure signature that must be passed from
463: current trigger. Call to jai_po_tax_pkg.copy_reqn_taxes procedure in the current
464: trigger needs to be modified.
465:

Line 463: current trigger. Call to jai_po_tax_pkg.copy_reqn_taxes procedure in the current

459: None
460: 6. 31-Mar-2005 Brathod, Bug#4242351, File Version 115.5
461: Issue :- Procedure jai_po_tax_pkg.copy_reqn_taxes is modified for mutating error and new
462: arguments are added in the procedure signature that must be passed from
463: current trigger. Call to jai_po_tax_pkg.copy_reqn_taxes procedure in the current
464: trigger needs to be modified.
465:
466: Fix:- call to jai_po_tax_pkg.copy_reqn_taxes is modified by passing the required
467: new arguments.

Line 466: Fix:- call to jai_po_tax_pkg.copy_reqn_taxes is modified by passing the required

462: arguments are added in the procedure signature that must be passed from
463: current trigger. Call to jai_po_tax_pkg.copy_reqn_taxes procedure in the current
464: trigger needs to be modified.
465:
466: Fix:- call to jai_po_tax_pkg.copy_reqn_taxes is modified by passing the required
467: new arguments.
468:
469: 7. 08-Jun-2005 This Object is Modified to refer to New DB Entity names in place of Old
470: DB Entity as required for CASE COMPLAINCE. Version 116.1

Line 585: jai_po_tax_pkg.copy_reqn_taxes

581:
582: DELETE FROM JAI_PO_TAXES
583: WHERE po_header_id = v_po_hdr_id;
584:
585: jai_po_tax_pkg.copy_reqn_taxes
586: (
587: v_Vendor_Id ,
588: v_Vendor_Site_Id,
589: v_Po_Hdr_Id ,

Line 774: jai_po_tax_pkg.Ja_In_Po_Case2

770: ELSE
771: flag := 'I';
772: END IF;
773:
774: jai_po_tax_pkg.Ja_In_Po_Case2
775: (
776: v_Type_Lookup_Code,
777: v_Quot_Class_Code,
778: pr_new.Vendor_Id,

Line 811: jai_po_tax_pkg.calculate_tax

807: OPEN Chk_Vendor( Rec.Po_Line_Id, Rec1.Line_Location_Id );
808: FETCH Chk_Vendor INTO v_old_vendor_id;
809: CLOSE Chk_Vendor;
810:
811: jai_po_tax_pkg.calculate_tax
812: (
813: 'STANDARDPO',
814: v_po_hdr_id ,
815: Rec.Po_Line_Id,