DBA Data[Home] [Help]

APPS.JAI_PO_HA_TRIGGER_PKG dependencies on JAI_PO_TAX_PKG

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

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

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

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

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

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

Line 603: jai_po_tax_pkg.copy_reqn_taxes

599:
600: DELETE FROM JAI_PO_TAXES
601: WHERE po_header_id = v_po_hdr_id;
602:
603: jai_po_tax_pkg.copy_reqn_taxes
604: (
605: v_Vendor_Id ,
606: v_Vendor_Site_Id,
607: v_Po_Hdr_Id ,

Line 823: jai_po_tax_pkg.Ja_In_Po_Case2

819: ELSE
820: flag := 'I';
821: END IF;
822:
823: jai_po_tax_pkg.Ja_In_Po_Case2
824: (
825: v_Type_Lookup_Code,
826: v_Quot_Class_Code,
827: pr_new.Vendor_Id,

Line 863: jai_po_tax_pkg.calculate_tax

859: OPEN Chk_Vendor( Rec.Po_Line_Id, Rec1.Line_Location_Id );
860: FETCH Chk_Vendor INTO v_old_vendor_id;
861: CLOSE Chk_Vendor;
862:
863: jai_po_tax_pkg.calculate_tax
864: (
865: 'STANDARDPO',
866: v_po_hdr_id ,
867: Rec.Po_Line_Id,