DBA Data[Home] [Help]

APPS.JAI_CMN_RG_23AC_I_TRXS_PKG dependencies on JAI_OM_RG_PKG

Line 175: ln_opening_balance_qty := jai_om_rg_pkg.ja_in_rg23i_balance(p_organization_id,p_location_id,p_inventory_item_id,

171: OPEN c_get_last_record(lv_last_register_id);
172: FETCH c_get_last_record INTO r_last_record;
173: CLOSE c_get_last_record;
174: */
175: ln_opening_balance_qty := jai_om_rg_pkg.ja_in_rg23i_balance(p_organization_id,p_location_id,p_inventory_item_id,
176: ln_fin_year,p_register_type,ln_slno);
177: ln_slno := nvl(ln_slno, 0) + 1;
178:
179: /*Commenting the below statements as they are calculated above using jai_om_rg_pkg.ja_in_rg23i_balance*/

Line 179: /*Commenting the below statements as they are calculated above using jai_om_rg_pkg.ja_in_rg23i_balance*/

175: ln_opening_balance_qty := jai_om_rg_pkg.ja_in_rg23i_balance(p_organization_id,p_location_id,p_inventory_item_id,
176: ln_fin_year,p_register_type,ln_slno);
177: ln_slno := nvl(ln_slno, 0) + 1;
178:
179: /*Commenting the below statements as they are calculated above using jai_om_rg_pkg.ja_in_rg23i_balance*/
180: -- ln_slno := nvl(r_last_record.slno, 0) + 1;
181: -- ln_opening_balance_qty := nvl(r_last_record.closing_balance_qty, 0);
182: /*Bug 9550254 - End*/
183: ln_closing_balance_qty := ln_opening_balance_qty + ln_quantity;