DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_ELPRO_MODULE dependencies on BEN_PLAN_DESIGN_ELPRO_MODULE

Line 1: Package Body ben_plan_design_elpro_module as

1: Package Body ben_plan_design_elpro_module as
2: /* $Header: bepdcprf.pkb 120.5 2006/02/28 03:29:19 rgajula noship $ */
3: --
4: -- Package Variables
5: --

Line 6: g_package varchar2(33) := ' ben_plan_design_elpro_module.';

2: /* $Header: bepdcprf.pkb 120.5 2006/02/28 03:29:19 rgajula noship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' ben_plan_design_elpro_module.';
7:
8: --
9: -- Bug No: 3451872
10: --

Line 381: if(ben_plan_design_elpro_module.g_copy_entity_txn_id <> p_copy_entity_txn_id) then

377: --
378: l_number_of_copies := p_number_of_copies ;
379:
380: -- Bug 5059695 : Fetch the transaction category
381: if(ben_plan_design_elpro_module.g_copy_entity_txn_id <> p_copy_entity_txn_id) then
382:
383: ben_plan_design_elpro_module.g_copy_entity_txn_id := p_copy_entity_txn_id;
384:
385: open g_trasaction_categories(p_copy_entity_txn_id) ;

Line 383: ben_plan_design_elpro_module.g_copy_entity_txn_id := p_copy_entity_txn_id;

379:
380: -- Bug 5059695 : Fetch the transaction category
381: if(ben_plan_design_elpro_module.g_copy_entity_txn_id <> p_copy_entity_txn_id) then
382:
383: ben_plan_design_elpro_module.g_copy_entity_txn_id := p_copy_entity_txn_id;
384:
385: open g_trasaction_categories(p_copy_entity_txn_id) ;
386: fetch g_trasaction_categories into ben_plan_design_elpro_module.g_trasaction_category;
387: close g_trasaction_categories;

Line 386: fetch g_trasaction_categories into ben_plan_design_elpro_module.g_trasaction_category;

382:
383: ben_plan_design_elpro_module.g_copy_entity_txn_id := p_copy_entity_txn_id;
384:
385: open g_trasaction_categories(p_copy_entity_txn_id) ;
386: fetch g_trasaction_categories into ben_plan_design_elpro_module.g_trasaction_category;
387: close g_trasaction_categories;
388:
389: end if;
390: --End Bug 5059695

Line 664: if(ben_plan_design_elpro_module.g_trasaction_category = 'PQHGSP') then

660: l_result_type_cd := 'NO DISPLAY';
661: end if;
662: --
663: -- Bug 5059695
664: if(ben_plan_design_elpro_module.g_trasaction_category = 'PQHGSP') then
665: l_dummy_parent_entity_rslt_id := null;
666: else
667: l_dummy_parent_entity_rslt_id := p_parent_entity_result_id;
668: end if;

Line 748: if(ben_plan_design_elpro_module.g_trasaction_category = 'PQHGSP') then

744: l_mirror_g_pdw_allow_dup_rslt := ben_plan_design_program_module.g_pdw_allow_dup_rslt;
745: -- Create Eligibility Profiles and Criteria
746:
747: -- Bug 5059695
748: if(ben_plan_design_elpro_module.g_trasaction_category = 'PQHGSP') then
749: l_dummy_g_pdw_allow_dup_rslt := null;
750: else
751: l_dummy_g_pdw_allow_dup_rslt := ben_plan_design_program_module.g_pdw_no_dup_rslt;
752: end if;

Line 3935: if(ben_plan_design_elpro_module.g_copy_entity_txn_id <> p_copy_entity_txn_id) then

3931: -- START OF BEN_ELIGY_PRFL_F ----------------------
3932: ---------------------------------------------------------------
3933:
3934: -- Bug 5059695 : Fetch the transaction category
3935: if(ben_plan_design_elpro_module.g_copy_entity_txn_id <> p_copy_entity_txn_id) then
3936:
3937: ben_plan_design_elpro_module.g_copy_entity_txn_id := p_copy_entity_txn_id;
3938:
3939: open g_trasaction_categories(p_copy_entity_txn_id) ;

Line 3937: ben_plan_design_elpro_module.g_copy_entity_txn_id := p_copy_entity_txn_id;

3933:
3934: -- Bug 5059695 : Fetch the transaction category
3935: if(ben_plan_design_elpro_module.g_copy_entity_txn_id <> p_copy_entity_txn_id) then
3936:
3937: ben_plan_design_elpro_module.g_copy_entity_txn_id := p_copy_entity_txn_id;
3938:
3939: open g_trasaction_categories(p_copy_entity_txn_id) ;
3940: fetch g_trasaction_categories into ben_plan_design_elpro_module.g_trasaction_category;
3941: close g_trasaction_categories;

Line 3940: fetch g_trasaction_categories into ben_plan_design_elpro_module.g_trasaction_category;

3936:
3937: ben_plan_design_elpro_module.g_copy_entity_txn_id := p_copy_entity_txn_id;
3938:
3939: open g_trasaction_categories(p_copy_entity_txn_id) ;
3940: fetch g_trasaction_categories into ben_plan_design_elpro_module.g_trasaction_category;
3941: close g_trasaction_categories;
3942:
3943: end if;
3944: --End Bug 5059695

Line 3995: if(ben_plan_design_elpro_module.g_trasaction_category = 'PQHGSP') then

3991: l_object_version_number := null;
3992:
3993:
3994: -- Bug 5059695
3995: if(ben_plan_design_elpro_module.g_trasaction_category = 'PQHGSP') then
3996: l_dummy_parent_entity_rslt_id := p_parent_entity_result_id;
3997: l_dummy_table_alias := null;
3998: else
3999: l_dummy_parent_entity_rslt_id := null;

Line 14191: end ben_plan_design_elpro_module;

14187: ---------------------------------------------------------------
14188: --
14189: end create_eligy_criteria_result;
14190:
14191: end ben_plan_design_elpro_module;
14192: