DBA Data[Home] [Help]

APPS.JAI_AR_IMPORT_SYNC_PKG dependencies on JAI_CMN_RG_OTHERS_PKG

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 ,