DBA Data[Home] [Help]

APPS.JAI_JMCR_TRIGGER_PKG dependencies on JAI_CMN_RCV_MATCHING_PKG

Line 157: jai_cmn_rcv_matching_pkg.ar_default_taxes(v_ref_line, v_customer, v_ref_line, 1, v_receipt, v_qty);

153: */
154:
155: -- if v_order='I' then
156:
157: jai_cmn_rcv_matching_pkg.ar_default_taxes(v_ref_line, v_customer, v_ref_line, 1, v_receipt, v_qty);
158:
159: --end if;
160:
161: FOR rec IN tax_amount_cur LOOP

Line 321: jai_cmn_rcv_matching_pkg.om_default_taxes(pr_new.subinventory, v_customer, v_ref_line,

317: v_line:= v_ref_line;
318: END IF;
319:
320:
321: jai_cmn_rcv_matching_pkg.om_default_taxes(pr_new.subinventory, v_customer, v_ref_line,
322: v_receipt, v_line, v_quantity, nvl(v_converted_rate,1), v_order);--passed v_converted_rate value for bug#9839132
323:
324: -- RAISE_APPLICATION_ERROR(-20120, 'Bonded Register Has AFTER -> ') ;
325: