DBA Data[Home] [Help]

APPS.JAI_OM_WSH_PKG dependencies on JAI_CMN_RG_OTHERS_PKG

Line 2708: jai_cmn_rg_others_pkg.check_balances(

2704: /*
2705: Check Balances procedure returns 'SS' if balance is available for organization + location + register type
2706: combination for the input cess amount.
2707: */
2708: jai_cmn_rg_others_pkg.check_balances(
2709: p_organization_id => p_organization_id ,
2710: p_location_id => p_location_id ,
2711: p_register_type => lv_register_type ,
2712: p_trx_amount => p_cess_amount ,

Line 2723: jai_cmn_rg_others_pkg .check_sh_balances(

2719: else
2720: lv_rg23a_cess_avlbl := 'TRUE';
2721: end if;
2722: /* added by ssawant for bug 5989740 */
2723: jai_cmn_rg_others_pkg .check_sh_balances(
2724: p_organization_id => p_organization_id ,
2725: p_location_id => p_location_id ,
2726: p_register_type => lv_register_type ,
2727: p_trx_amount => p_sh_cess_amount ,

Line 2740: jai_cmn_rg_others_pkg.check_balances(

2736: end if;
2737:
2738:
2739: lv_register_type := 'RG23C';
2740: jai_cmn_rg_others_pkg.check_balances(
2741: p_organization_id => p_organization_id ,
2742: p_location_id => p_location_id ,
2743: p_register_type => lv_register_type ,
2744: p_trx_amount => p_cess_amount ,

Line 2756: jai_cmn_rg_others_pkg .check_sh_balances(

2752: lv_rg23c_cess_avlbl := 'TRUE';
2753: end if;
2754:
2755: /* added by ssawant for bug 5989740 */
2756: jai_cmn_rg_others_pkg .check_sh_balances(
2757: p_organization_id => p_organization_id ,
2758: p_location_id => p_location_id ,
2759: p_register_type => lv_register_type ,
2760: p_trx_amount => p_sh_cess_amount ,

Line 2773: jai_cmn_rg_others_pkg.check_balances(

2769: end if;
2770:
2771:
2772: lv_register_type := 'PLA';
2773: jai_cmn_rg_others_pkg.check_balances(
2774: p_organization_id => p_organization_id ,
2775: p_location_id => p_location_id ,
2776: p_register_type => lv_register_type ,
2777: p_trx_amount => p_cess_amount ,

Line 2788: jai_cmn_rg_others_pkg .check_sh_balances(

2784: else
2785: lv_pla_cess_avlbl := 'TRUE';
2786: end if;
2787: /* added by ssawant for bug 5989740 */
2788: jai_cmn_rg_others_pkg .check_sh_balances(
2789: p_organization_id => p_organization_id ,
2790: p_location_id => p_location_id ,
2791: p_register_type => lv_register_type ,
2792: p_trx_amount => p_sh_cess_amount ,