DBA Data[Home] [Help]

APPS.JAI_AR_RCTA_TRIGGER_PKG dependencies on JAI_CMN_RG_OTHERS_PKG

Line 2007: jai_cmn_rg_others_pkg.check_balances(

2003: fetch c_cess_amount into ln_Cess_amount;
2004: close c_cess_amount;
2005:
2006: lv_register_type := 'RG23A';
2007: jai_cmn_rg_others_pkg.check_balances(
2008: p_organization_id => v_org_id ,
2009: p_location_id => v_loc_id ,
2010: p_register_type => lv_register_type ,
2011: p_trx_amount => ln_cess_amount ,

Line 2024: jai_cmn_rg_others_pkg.check_balances(

2020: end if;
2021:
2022:
2023: lv_register_type := 'RG23C';
2024: jai_cmn_rg_others_pkg.check_balances(
2025: p_organization_id => v_org_id ,
2026: p_location_id => v_loc_id ,
2027: p_register_type => lv_register_type ,
2028: p_trx_amount => ln_cess_amount ,

Line 2041: jai_cmn_rg_others_pkg.check_balances(

2037: end if;
2038:
2039:
2040: lv_register_type := 'PLA';
2041: jai_cmn_rg_others_pkg.check_balances(
2042: p_organization_id => v_org_id ,
2043: p_location_id => v_loc_id ,
2044: p_register_type => lv_register_type ,
2045: p_trx_amount => ln_cess_amount ,