DBA Data[Home] [Help]

APPS.JAI_AR_TRX_HEADERS_PKG dependencies on JAI_CMN_RG_OTHERS_PKG

Line 2632: jai_cmn_rg_others_pkg.check_balances(p_organization_id => v_org_id,

2628: into ln_Cess_amount;
2629: close c_cess_amount;
2630:
2631: lv_register_type := 'RG23A';
2632: jai_cmn_rg_others_pkg.check_balances(p_organization_id => v_org_id,
2633: p_location_id => v_loc_id,
2634: p_register_type => lv_register_type,
2635: p_trx_amount => ln_cess_amount,
2636: p_process_flag => lv_process_flag,

Line 2646: jai_cmn_rg_others_pkg.check_balances(p_organization_id => v_org_id,

2642: lv_rg23a_cess_avlbl := 'TRUE';
2643: end if;
2644:
2645: lv_register_type := 'RG23C';
2646: jai_cmn_rg_others_pkg.check_balances(p_organization_id => v_org_id,
2647: p_location_id => v_loc_id,
2648: p_register_type => lv_register_type,
2649: p_trx_amount => ln_cess_amount,
2650: p_process_flag => lv_process_flag,

Line 2660: jai_cmn_rg_others_pkg.check_balances(p_organization_id => v_org_id,

2656: lv_rg23c_cess_avlbl := 'TRUE';
2657: end if;
2658:
2659: lv_register_type := 'PLA';
2660: jai_cmn_rg_others_pkg.check_balances(p_organization_id => v_org_id,
2661: p_location_id => v_loc_id,
2662: p_register_type => lv_register_type,
2663: p_trx_amount => ln_cess_amount,
2664: p_process_flag => lv_process_flag,