DBA Data[Home] [Help]

APPS.JAI_CMN_RG_23AC_II_PKG dependencies on JAI_CMN_RG_BALANCES_PKG

Line 185: jai_cmn_rg_balances_pkg.get_balance(

181: END IF;
182: END IF;
183:
184: lv_statement_id := '8';
185: jai_cmn_rg_balances_pkg.get_balance(
186: P_ORGANIZATION_ID => p_organization_id,
187: P_LOCATION_ID => p_location_id,
188: P_REGISTER_TYPE => p_register_type,
189: P_OPENING_BALANCE => ln_opening_balance,

Line 294: jai_cmn_rg_balances_pkg.update_row(

290: p_other_tax_debit
291: ) RETURNING register_id INTO P_REGISTER_ID;
292:
293: lv_statement_id := '10';
294: jai_cmn_rg_balances_pkg.update_row(
295: p_organization_id => p_organization_id,
296: p_location_id => p_location_id,
297: p_register_type => p_register_type,
298: p_amount_to_be_added=> ln_tr_amount,