DBA Data[Home] [Help]

APPS.JAI_CMN_RG_PLA_TRXS_PKG dependencies on JAI_CMN_RG_BALANCES_PKG

Line 189: jai_cmn_rg_balances_pkg.get_balance(

185: END IF;
186: END IF;
187:
188: lv_statement_id := '8';
189: jai_cmn_rg_balances_pkg.get_balance(
190: P_ORGANIZATION_ID => p_organization_id,
191: P_LOCATION_ID => p_location_id,
192: P_REGISTER_TYPE => 'PLA',
193: P_OPENING_BALANCE => ln_opening_balance,

Line 329: jai_cmn_rg_balances_pkg.update_row(

325: p_rounding_id -- Vijay Shankar for Bug#4103161
326: ) RETURNING register_id INTO P_REGISTER_ID;
327:
328: lv_statement_id := '11';
329: jai_cmn_rg_balances_pkg.update_row(
330: p_organization_id => p_organization_id,
331: p_location_id => p_location_id,
332: p_register_type => 'PLA',
333: p_amount_to_be_added=> ln_tr_amount,