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 260: 4035566 + jai_po_tax_pkg.Ja_In_Po_Case2

256: 3570189 +
257: 4033992
258:
259: 115.2 4250072 IN60106 +
260: 4035566 + jai_po_tax_pkg.Ja_In_Po_Case2
261: 4245089
262:
263: --------------------------------------------------------------------------------------------------------------------------------------*/
264:

Line 450: jai_po_tax_pkg.Ja_In_Po_Case1(

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

Line 466: jai_po_tax_pkg.Ja_In_Po_Case2 (

462: END IF;
463:
464: IF success <> 0 THEN
465:
466: jai_po_tax_pkg.Ja_In_Po_Case2 (
467: v_type_lookup_code, v_quot_class_code, v_vendor_id, v_vendor_site_id,
468: v_curr, v_org_id, v_item_id, NULL,
469: v_po_hdr_id, v_po_line_id, NULL, NULL, v_cre_dt, v_cre_by,
470: 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 864: jai_po_tax_pkg.Ja_In_Po_Case1( v_type_lookup_code,

860: v_last_upd_by,
861: v_last_upd_login,
862: 'U' );
863:
864: jai_po_tax_pkg.Ja_In_Po_Case1( v_type_lookup_code,
865: v_quot_class_code,
866: v_vendor_id,
867: v_vendor_site_id,
868: v_curr,

Line 890: jai_po_tax_pkg.Ja_In_Po_Case2 ( v_type_lookup_code,

886: END IF;
887:
888: IF ( success <> 0 OR v_t_flag = 'Y' ) THEN
889:
890: jai_po_tax_pkg.Ja_In_Po_Case2 ( v_type_lookup_code,
891: v_quot_class_code,
892: v_vendor_id,
893: v_vendor_site_id,
894: v_curr,