DBA Data[Home] [Help]

APPS.JAI_AR_RCTA_TRIGGER_PKG dependencies on JAI_CMN_RG_OTHERS

Line 1414: ln_cess_amount JAI_CMN_RG_OTHERS.DEBIT%TYPE;

1410:
1411:
1412:
1413: ln_exists NUMBER ;
1414: ln_cess_amount JAI_CMN_RG_OTHERS.DEBIT%TYPE;
1415: lv_process_flag VARCHAR2(2);
1416: lv_process_message VARCHAR2(1996);
1417: lv_register_type VARCHAR2(5);
1418: lv_rg23a_cess_avlbl VARCHAR2(10);

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 ,