DBA Data[Home] [Help]

APPS.JAI_AR_IMPORT_SYNC_PKG dependencies on JAI_CMN_RG_OTHERS

Line 1007: ln_cess_amount JAI_CMN_RG_OTHERS.DEBIT%TYPE;

1003:
1004:
1005:
1006: ln_exists NUMBER ;
1007: ln_cess_amount JAI_CMN_RG_OTHERS.DEBIT%TYPE;
1008: lv_process_flag VARCHAR2(2);
1009: lv_process_message VARCHAR2(1996);
1010: lv_register_type VARCHAR2(5);
1011: lv_rg23a_cess_avlbl VARCHAR2(10);

Line 1526: jai_cmn_rg_others_pkg.check_balances(

1522: fetch c_cess_amount into ln_Cess_amount;
1523: close c_cess_amount;
1524:
1525: lv_register_type := 'RG23A';
1526: jai_cmn_rg_others_pkg.check_balances(
1527: p_organization_id => v_org_id ,
1528: p_location_id => v_loc_id ,
1529: p_register_type => lv_register_type ,
1530: p_trx_amount => ln_cess_amount ,

Line 1543: jai_cmn_rg_others_pkg.check_balances(

1539: end if;
1540:
1541:
1542: lv_register_type := 'RG23C';
1543: jai_cmn_rg_others_pkg.check_balances(
1544: p_organization_id => v_org_id ,
1545: p_location_id => v_loc_id ,
1546: p_register_type => lv_register_type ,
1547: p_trx_amount => ln_cess_amount ,

Line 1560: jai_cmn_rg_others_pkg.check_balances(

1556: end if;
1557:
1558:
1559: lv_register_type := 'PLA';
1560: jai_cmn_rg_others_pkg.check_balances(
1561: p_organization_id => v_org_id ,
1562: p_location_id => v_loc_id ,
1563: p_register_type => lv_register_type ,
1564: p_trx_amount => ln_cess_amount ,