DBA Data[Home] [Help]

APPS.JAI_PO_DA_TRIGGER_PKG dependencies on JAI_PO_TAX_PKG

Line 34: --jai_po_tax_pkg.copy_reqn_taxes procedure is called.

30:
31: --This trigger will not fire if Override_flag for the Vendor Vendor_site_id is not checked.
32:
33: --This trigger fetches details from PO_HEADERS_ALL using PO_HEADER_ID and
34: --jai_po_tax_pkg.copy_reqn_taxes procedure is called.
35:
36: /* End of About this trigger */
37: v_org_id NUMBER;
38: v_type_lookup_code VARCHAR2(10);

Line 140: Issue :- Procedure jai_po_tax_pkg.copy_reqn_taxes is modified for mutating error and procedure signature

136: Dependency Due to this Bug:-
137: The current trigger becomes dependent on the function jai_cmn_utils_pkg.check_jai_exists version 115.0. introduced through the bug 4033992
138:
139: 3. 31/MAR/2005 BRATHOD For Bug#4242351, Version#115.4
140: Issue :- Procedure jai_po_tax_pkg.copy_reqn_taxes is modified for mutating error and procedure signature
141: has been changed and four new arguments are added. So call to jai_po_tax_pkg.copy_reqn_taxes
142: procedure in this trigger needs to be modified.
143: Resolution:- Call to jai_po_tax_pkg.copy_reqn_taxes is modified by passing required arguments.
144:

Line 141: has been changed and four new arguments are added. So call to jai_po_tax_pkg.copy_reqn_taxes

137: The current trigger becomes dependent on the function jai_cmn_utils_pkg.check_jai_exists version 115.0. introduced through the bug 4033992
138:
139: 3. 31/MAR/2005 BRATHOD For Bug#4242351, Version#115.4
140: Issue :- Procedure jai_po_tax_pkg.copy_reqn_taxes is modified for mutating error and procedure signature
141: has been changed and four new arguments are added. So call to jai_po_tax_pkg.copy_reqn_taxes
142: procedure in this trigger needs to be modified.
143: Resolution:- Call to jai_po_tax_pkg.copy_reqn_taxes is modified by passing required arguments.
144:
145: 4. 08-Jun-2005 This Object is Modified to refer to New DB Entity names in place of Old

Line 143: Resolution:- Call to jai_po_tax_pkg.copy_reqn_taxes is modified by passing required arguments.

139: 3. 31/MAR/2005 BRATHOD For Bug#4242351, Version#115.4
140: Issue :- Procedure jai_po_tax_pkg.copy_reqn_taxes is modified for mutating error and procedure signature
141: has been changed and four new arguments are added. So call to jai_po_tax_pkg.copy_reqn_taxes
142: procedure in this trigger needs to be modified.
143: Resolution:- Call to jai_po_tax_pkg.copy_reqn_taxes is modified by passing required arguments.
144:
145: 4. 08-Jun-2005 This Object is Modified to refer to New DB Entity names in place of Old
146: DB Entity as required for CASE COMPLAINCE. Version 116.1
147:

Line 309: jai_po_tax_pkg.copy_reqn_taxes(v_sup_Id ,

305:
306:
307:
308: IF nvl(v_override_flag,'N') = 'Y' THEN
309: jai_po_tax_pkg.copy_reqn_taxes(v_sup_Id ,
310: v_sup_Site_Id ,
311: v_Po_Hdr_Id ,
312: v_Po_Line_Id ,
313: v_Line_Location_id ,