DBA Data[Home] [Help]

APPS.JAI_OM_WSH_PKG dependencies on JAI_CMN_RG_23D_TRXS_PKG

Line 2355: jai_cmn_rg_23d_trxs_pkg.upd_receipt_qty_matched(match_rec.receipt_id, match_rec.quantity_applied, v_qty_to_adjust);

2351: ||', v_source_line_id -> ' || v_source_line_id||', v_source_header_id -> ' || v_source_header_id
2352: );
2353: lv_statement_no := '60';
2354:
2355: jai_cmn_rg_23d_trxs_pkg.upd_receipt_qty_matched(match_rec.receipt_id, match_rec.quantity_applied, v_qty_to_adjust);
2356: -- END IF; --2002/02/20 Vijay
2357: --added for bug#5735284 ,start
2358: OPEN get_duty_amt_cur(match_rec.receipt_id);
2359: FETCH get_duty_amt_cur INTO rec_get_duty_amt;