DBA Data[Home] [Help]

APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on JAI_CMN_RG_23AC_I_TRXS_PKG

Line 2194: FND_FILE.put_line(FND_FILE.log,'Before call to jai_cmn_rg_23ac_i_trxs_pkg.insert_row');

2190: ln_additional_cvd := pr_tax.addl_cvd * ln_entry_type; -- Date 06/04/2007 by sacsethi for bug 6109941
2191: ln_other_ed := pr_tax.other_excise * ln_entry_type;
2192:
2193: if lb_rg_debug then
2194: FND_FILE.put_line(FND_FILE.log,'Before call to jai_cmn_rg_23ac_i_trxs_pkg.insert_row');
2195: end if;
2196:
2197: lv_statement_id := '7';
2198: p_codepath := jai_general_pkg.plot_codepath(7, p_codepath); /* 7 */

Line 2199: jai_cmn_rg_23ac_i_trxs_pkg.insert_row(

2195: end if;
2196:
2197: lv_statement_id := '7';
2198: p_codepath := jai_general_pkg.plot_codepath(7, p_codepath); /* 7 */
2199: jai_cmn_rg_23ac_i_trxs_pkg.insert_row(
2200: p_register_id => p_register_id,
2201: p_inventory_item_id => r_trx.inventory_item_id,
2202: p_organization_id => r_trx.organization_id,
2203: p_quantity_received => ln_quantity,

Line 4455: jai_cmn_rg_23ac_i_trxs_pkg.update_payment_details(

4451:
4452: IF p_quantity_register IN ('RG23A', 'RG23C') THEN
4453: lv_statement_id := '2';
4454: p_codepath := jai_general_pkg.plot_codepath(2, p_codepath); /* 2 */
4455: jai_cmn_rg_23ac_i_trxs_pkg.update_payment_details(
4456: p_register_id => p_quantity_register_id,
4457: p_register_id_part_ii => p_payment_register_id,
4458: p_charge_account_id => p_charge_account_id
4459: );