DBA Data[Home] [Help]

APPS.JAI_OM_WSH_PKG dependencies on JAI_CMN_RG_OTHERS_PKG

Line 2579: jai_cmn_rg_others_pkg.check_balances(

2575: /*
2576: Check Balances procedure returns 'SS' if balance is available for organization + location + register type
2577: combination for the input cess amount.
2578: */
2579: jai_cmn_rg_others_pkg.check_balances(
2580: p_organization_id => p_organization_id ,
2581: p_location_id => p_location_id ,
2582: p_register_type => lv_register_type ,
2583: p_trx_amount => p_cess_amount ,

Line 2594: jai_cmn_rg_others_pkg .check_sh_balances(

2590: else
2591: lv_rg23a_cess_avlbl := 'TRUE';
2592: end if;
2593: /* added by ssawant for bug 5989740 */
2594: jai_cmn_rg_others_pkg .check_sh_balances(
2595: p_organization_id => p_organization_id ,
2596: p_location_id => p_location_id ,
2597: p_register_type => lv_register_type ,
2598: p_trx_amount => p_sh_cess_amount ,

Line 2611: jai_cmn_rg_others_pkg.check_balances(

2607: end if;
2608:
2609:
2610: lv_register_type := 'RG23C';
2611: jai_cmn_rg_others_pkg.check_balances(
2612: p_organization_id => p_organization_id ,
2613: p_location_id => p_location_id ,
2614: p_register_type => lv_register_type ,
2615: p_trx_amount => p_cess_amount ,

Line 2627: jai_cmn_rg_others_pkg .check_sh_balances(

2623: lv_rg23c_cess_avlbl := 'TRUE';
2624: end if;
2625:
2626: /* added by ssawant for bug 5989740 */
2627: jai_cmn_rg_others_pkg .check_sh_balances(
2628: p_organization_id => p_organization_id ,
2629: p_location_id => p_location_id ,
2630: p_register_type => lv_register_type ,
2631: p_trx_amount => p_sh_cess_amount ,

Line 2644: jai_cmn_rg_others_pkg.check_balances(

2640: end if;
2641:
2642:
2643: lv_register_type := 'PLA';
2644: jai_cmn_rg_others_pkg.check_balances(
2645: p_organization_id => p_organization_id ,
2646: p_location_id => p_location_id ,
2647: p_register_type => lv_register_type ,
2648: p_trx_amount => p_cess_amount ,

Line 2659: jai_cmn_rg_others_pkg .check_sh_balances(

2655: else
2656: lv_pla_cess_avlbl := 'TRUE';
2657: end if;
2658: /* added by ssawant for bug 5989740 */
2659: jai_cmn_rg_others_pkg .check_sh_balances(
2660: p_organization_id => p_organization_id ,
2661: p_location_id => p_location_id ,
2662: p_register_type => lv_register_type ,
2663: p_trx_amount => p_sh_cess_amount ,