DBA Data[Home] [Help]

APPS.BEN_ELIG_CVRD_DPNT_API dependencies on BEN_ENV_OBJECT

Line 86: l_env_rec ben_env_object.g_global_env_rec_type;

82: AND p_effective_date between pen.effective_start_date and pen.effective_end_date;
83: --
84: l_chg_info c_chg_info%rowtype;
85: --
86: l_env_rec ben_env_object.g_global_env_rec_type;
87: --
88: begin
89: --
90: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 94: ben_env_object.get(p_rec => l_env_rec);

90: hr_utility.set_location('Entering:'|| l_proc, 10);
91: --
92: if fnd_global.conc_request_id = -1 then
93: --
94: ben_env_object.get(p_rec => l_env_rec);
95: if l_env_rec.effective_date is null then
96: --
97: ben_env_object.init(p_business_group_id => p_business_group_id,
98: p_effective_date => p_effective_date,

Line 97: ben_env_object.init(p_business_group_id => p_business_group_id,

93: --
94: ben_env_object.get(p_rec => l_env_rec);
95: if l_env_rec.effective_date is null then
96: --
97: ben_env_object.init(p_business_group_id => p_business_group_id,
98: p_effective_date => p_effective_date,
99: p_thread_id => 1,
100: p_chunk_size => 1,
101: p_threads => 1,

Line 584: l_env_rec ben_env_object.g_global_env_rec_type;

580: l_previous_values c_get_previous_values%rowtype;
581: l_pcp_effective_date DATE;
582: l_pcp_effective_start_date DATE;
583: --
584: l_env_rec ben_env_object.g_global_env_rec_type;
585: --
586: --
587: begin
588: --

Line 596: ben_env_object.get(p_rec => l_env_rec);

592: hr_utility.set_location(' dt' || p_effective_start_date, 9745);
593: --
594: if fnd_global.conc_request_id = -1 then
595: --
596: ben_env_object.get(p_rec => l_env_rec);
597: if l_env_rec.effective_date is null then
598: --
599: ben_env_object.init(p_business_group_id => p_business_group_id,
600: p_effective_date => p_effective_date,

Line 599: ben_env_object.init(p_business_group_id => p_business_group_id,

595: --
596: ben_env_object.get(p_rec => l_env_rec);
597: if l_env_rec.effective_date is null then
598: --
599: ben_env_object.init(p_business_group_id => p_business_group_id,
600: p_effective_date => p_effective_date,
601: p_thread_id => 1,
602: p_chunk_size => 1,
603: p_threads => 1,

Line 1462: l_env_rec ben_env_object.g_global_env_rec_type;

1458: AND pea.actn_typ_id = l_dpnt_pcp_actn_typ_id
1459: AND pea.elig_cvrd_dpnt_id = p_elig_cvrd_dpnt_id;
1460: --
1461: l_chg_info c_chg_info%rowtype;
1462: l_env_rec ben_env_object.g_global_env_rec_type;
1463: --
1464: begin
1465: --
1466: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 1475: ben_env_object.get(p_rec => l_env_rec);

1471: end if;
1472: --
1473: if fnd_global.conc_request_id = -1 then
1474: --
1475: ben_env_object.get(p_rec => l_env_rec);
1476: if l_env_rec.effective_date is null then
1477: --
1478: ben_env_object.init(p_business_group_id => p_business_group_id,
1479: p_effective_date => p_effective_date,

Line 1478: ben_env_object.init(p_business_group_id => p_business_group_id,

1474: --
1475: ben_env_object.get(p_rec => l_env_rec);
1476: if l_env_rec.effective_date is null then
1477: --
1478: ben_env_object.init(p_business_group_id => p_business_group_id,
1479: p_effective_date => p_effective_date,
1480: p_thread_id => 1,
1481: p_chunk_size => 1,
1482: p_threads => 1,

Line 1881: l_env_rec ben_env_object.g_global_env_rec_type;

1877: AND pea.actn_typ_id = l_dpnt_pcp_actn_typ_id
1878: AND pea.elig_cvrd_dpnt_id = p_elig_cvrd_dpnt_id;
1879: --
1880: l_chg_info c_chg_info%rowtype;
1881: l_env_rec ben_env_object.g_global_env_rec_type;
1882: --
1883: begin
1884: --
1885: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 1894: ben_env_object.get(p_rec => l_env_rec);

1890: end if;
1891: --
1892: if fnd_global.conc_request_id = -1 then
1893: --
1894: ben_env_object.get(p_rec => l_env_rec);
1895: if l_env_rec.effective_date is null then
1896: --
1897: ben_env_object.init(p_business_group_id => p_business_group_id,
1898: p_effective_date => p_effective_date,

Line 1897: ben_env_object.init(p_business_group_id => p_business_group_id,

1893: --
1894: ben_env_object.get(p_rec => l_env_rec);
1895: if l_env_rec.effective_date is null then
1896: --
1897: ben_env_object.init(p_business_group_id => p_business_group_id,
1898: p_effective_date => p_effective_date,
1899: p_thread_id => 1,
1900: p_chunk_size => 1,
1901: p_threads => 1,