DBA Data[Home] [Help]

APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on JAI_CMN_RG_23AC_I_TRXS_PKG

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

2424: --added for bug#9854329,end
2425: ln_other_ed := pr_tax.other_excise * ln_entry_type;
2426:
2427: if lb_rg_debug then
2428: FND_FILE.put_line(FND_FILE.log,'Before call to jai_cmn_rg_23ac_i_trxs_pkg.insert_row');
2429: end if;
2430:
2431: lv_statement_id := '7';
2432: p_codepath := jai_general_pkg.plot_codepath(7, p_codepath); /* 7 */

Line 2433: jai_cmn_rg_23ac_i_trxs_pkg.insert_row(

2429: end if;
2430:
2431: lv_statement_id := '7';
2432: p_codepath := jai_general_pkg.plot_codepath(7, p_codepath); /* 7 */
2433: jai_cmn_rg_23ac_i_trxs_pkg.insert_row(
2434: p_register_id => p_register_id,
2435: p_inventory_item_id => r_trx.inventory_item_id,
2436: p_organization_id => r_trx.organization_id,
2437: p_quantity_received => ln_quantity,

Line 4823: jai_cmn_rg_23ac_i_trxs_pkg.update_payment_details(

4819:
4820: IF p_quantity_register IN ('RG23A', 'RG23C') THEN
4821: lv_statement_id := '2';
4822: p_codepath := jai_general_pkg.plot_codepath(2, p_codepath); /* 2 */
4823: jai_cmn_rg_23ac_i_trxs_pkg.update_payment_details(
4824: p_register_id => p_quantity_register_id,
4825: p_register_id_part_ii => p_payment_register_id,
4826: p_charge_account_id => p_charge_account_id
4827: );