DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_PLAN_MODULE dependencies on BEN_PLAN_DESIGN_PLAN_MODULE

Line 1: Package Body ben_plan_design_plan_module as

1: Package Body ben_plan_design_plan_module as
2: /* $Header: bepdcpln.pkb 120.5 2006/12/04 09:49:35 vborkar noship $ */
3: --
4: -- Package Variables
5: --

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

2: /* $Header: bepdcpln.pkb 120.5 2006/12/04 09:49:35 vborkar noship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' ben_plan_design_plan_module.';
7: --
8: -- This procedure is used to create a row for each of the comp objects
9: -- selected by the end user on search page into
10: -- pqh_copy_entity_txn table.

Line 5563: ben_plan_design_plan_module.create_ler_result (

5559: ,p_object_version_number => l_object_version_number
5560: ,p_effective_date => p_effective_date);
5561: end if;
5562: --
5563: ben_plan_design_plan_module.create_ler_result (
5564: p_validate => p_validate
5565: ,p_copy_entity_result_id => l_copy_entity_result_id
5566: ,p_copy_entity_txn_id => p_copy_entity_txn_id
5567: ,p_ler_id => l_peo_rec.ler_id

Line 5848: ben_plan_design_plan_module.create_plan_result

5844: l_copy_entity_result_id number;
5845: l_object_version_number number;
5846: begin
5847:
5848: ben_plan_design_plan_module.create_plan_result
5849: (p_validate => p_validate
5850: ,p_copy_entity_result_id => l_copy_entity_result_id
5851: ,p_copy_entity_txn_id => p_copy_entity_txn_id
5852: ,p_pl_id => p_pl_id

Line 7188: ben_plan_design_plan_module.create_ler_result (

7184: l_out_enp_result_id := l_copy_entity_result_id ;
7185: end if;
7186:
7187: if (l_enp_rec.ler_id is not null) then
7188: ben_plan_design_plan_module.create_ler_result (
7189: p_validate => p_validate
7190: ,p_copy_entity_result_id => l_copy_entity_result_id
7191: ,p_copy_entity_txn_id => p_copy_entity_txn_id
7192: ,p_ler_id => l_enp_rec.ler_id

Line 11009: ben_plan_design_plan_module.create_ler_result (

11005: if l_result_type_cd = 'DISPLAY' then
11006: l_out_peo_result_id := l_copy_entity_result_id ;
11007: end if;
11008: --
11009: ben_plan_design_plan_module.create_ler_result (
11010: p_validate => p_validate
11011: ,p_copy_entity_result_id => l_copy_entity_result_id
11012: ,p_copy_entity_txn_id => p_copy_entity_txn_id
11013: ,p_ler_id => l_peo_rec.ler_id

Line 11402: ben_plan_design_plan_module.create_ler_result (

11398: --
11399: end loop;
11400: --
11401: for l_lre_rec in c_lre1_drp(l_parent_rec.ler_rqrs_enrt_ctfn_id,l_mirror_src_entity_result_id,'LRE') loop
11402: ben_plan_design_plan_module.create_ler_result (
11403: p_validate => p_validate
11404: ,p_copy_entity_result_id => l_out_lre_result_id
11405: ,p_copy_entity_txn_id => p_copy_entity_txn_id
11406: ,p_ler_id => l_lre_rec.ler_id

Line 12842: end ben_plan_design_plan_module;

12838:
12839: --
12840: end create_yr_perd_result ;
12841:
12842: end ben_plan_design_plan_module;