DBA Data[Home] [Help]

APPS.JAI_PO_LA_TRIGGER_PKG dependencies on JAI_PO_TAX_PKG

Line 203: jai_po_tax_pkg.Ja_In_Po_Case1 procedure. This is rectified by commenting the line success = 0

199: Removed Locator related code and the defaultation happens only base on HOOK Implemenation by Ct. By Default tax
200: defaultation happens for all documents created with INR as functional currency
201:
202: BUG# 3553351: Taxes are not getting defaulted for BPA and success is made 0 after returning from
203: jai_po_tax_pkg.Ja_In_Po_Case1 procedure. This is rectified by commenting the line success = 0
204:
205: FileVersion: 618.2 is obsoleted with this Version
206: This is a DEPENDANCY for later versions of the file
207:

Line 229: Added P_VAT_ASSESS_VALUE as argument to jai_po_tax_pkg.Ja_In_Po_Case2

225: 6. 19-Mar-05 rallamse for bug#4227171 Version#115.2
226: Remove automatic GSCC errors
227:
228: 7. 19-Mar-05 rallamse for bug#4250072 Version#115.3
229: Added P_VAT_ASSESS_VALUE as argument to jai_po_tax_pkg.Ja_In_Po_Case2
230:
231: 8. 08-Jun-2005 This Object is Modified to refer to New DB Entity names in place of Old
232: DB Entity as required for CASE COMPLAINCE. Version 116.1
233:

Line 255: 4035566 + jai_po_tax_pkg.Ja_In_Po_Case2

251: 3570189 +
252: 4033992
253:
254: 115.2 4250072 IN60106 +
255: 4035566 + jai_po_tax_pkg.Ja_In_Po_Case2
256: 4245089
257:
258: --------------------------------------------------------------------------------------------------------------------------------------*/
259:

Line 445: jai_po_tax_pkg.Ja_In_Po_Case1(

441:
442: IF ( v_tax_modified_flag = 'Y' AND v_quot_class_code = 'CATALOG') OR v_type_lookup_code = 'BLANKET' THEN
443: -- End, Vijay Shankar for Bug# 3184418
444:
445: jai_po_tax_pkg.Ja_In_Po_Case1(
446: v_type_lookup_code, v_quot_class_code, v_vendor_id, v_vendor_site_id,
447: v_curr, v_org_id, v_item_id, v_uom_measure, NULL,
448: v_po_hdr_id, v_po_line_id, v_frm_po_line_id, NULL, NULL, NULL,
449: v_cre_dt, v_cre_by, v_last_upd_dt, v_last_upd_by, v_last_upd_login, 'I', success

Line 461: jai_po_tax_pkg.Ja_In_Po_Case2 (

457: END IF;
458:
459: IF success <> 0 THEN
460:
461: jai_po_tax_pkg.Ja_In_Po_Case2 (
462: v_type_lookup_code, v_quot_class_code, v_vendor_id, v_vendor_site_id,
463: v_curr, v_org_id, v_item_id, NULL,
464: v_po_hdr_id, v_po_line_id, NULL, NULL, v_cre_dt, v_cre_by,
465: v_last_upd_dt, v_last_upd_by, v_last_upd_login, v_uom_measure, FLAG => 'INSLINES',P_VAT_ASSESS_VALUE => NULL /* Added p_vat_assess_value by rallamse bug#4250072 VAT */

Line 807: jai_po_tax_pkg.Ja_In_Po_Case1( v_type_lookup_code,

803: v_last_upd_by,
804: v_last_upd_login,
805: 'U' );
806:
807: jai_po_tax_pkg.Ja_In_Po_Case1( v_type_lookup_code,
808: v_quot_class_code,
809: v_vendor_id,
810: v_vendor_site_id,
811: v_curr,

Line 833: jai_po_tax_pkg.Ja_In_Po_Case2 ( v_type_lookup_code,

829: END IF;
830:
831: IF ( success <> 0 OR v_t_flag = 'Y' ) THEN
832:
833: jai_po_tax_pkg.Ja_In_Po_Case2 ( v_type_lookup_code,
834: v_quot_class_code,
835: v_vendor_id,
836: v_vendor_site_id,
837: v_curr,