DBA Data[Home] [Help]

APPS.BEN_PLAN_BENEFICIARY_API dependencies on FND_GLOBAL

Line 95: if fnd_global.conc_request_id = -1 then

91: begin
92: --
93: hr_utility.set_location('Entering:'|| l_proc, 10);
94: --
95: if fnd_global.conc_request_id = -1 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,

Line 449: if fnd_global.conc_request_id in (0,-1) then

445: begin
446: --
447: hr_utility.set_location('Entering:'|| l_proc, 10);
448: --
449: if fnd_global.conc_request_id in (0,-1) then
450: --
451: ben_env_object.init(p_business_group_id => p_business_group_id,
452: p_effective_date => p_effective_date,
453: p_thread_id => 1,

Line 603: if fnd_global.conc_request_id = -1 then

599: begin
600: --
601: hr_utility.set_location('Entering:'|| l_proc, 10);
602: --
603: if fnd_global.conc_request_id = -1 then
604: --
605: ben_env_object.init(p_business_group_id => p_business_group_id,
606: p_effective_date => p_effective_date,
607: p_thread_id => 1,

Line 993: if fnd_global.conc_request_id in (0,-1) then

989: begin
990: --
991: hr_utility.set_location('Entering:'|| l_proc, 10);
992: --
993: if fnd_global.conc_request_id in (0,-1) then
994: --
995: ben_env_object.init(p_business_group_id => p_business_group_id,
996: p_effective_date => p_effective_date,
997: p_thread_id => 1,

Line 1159: if fnd_global.conc_request_id = -1 then

1155: --
1156: hr_utility.set_location('l_effective_date '||l_effective_date,10);
1157: hr_utility.set_location('l_datetrack_mode '||l_datetrack_mode,10);
1158: --
1159: if fnd_global.conc_request_id = -1 then
1160: --
1161: ben_env_object.init(p_business_group_id => p_business_group_id,
1162: p_effective_date => l_effective_date,
1163: p_thread_id => 1,

Line 1424: if fnd_global.conc_request_id in (0,-1) then

1420: begin
1421: --
1422: hr_utility.set_location('Entering:'|| l_proc, 10);
1423: --
1424: if fnd_global.conc_request_id in (0,-1) then
1425: --
1426: ben_env_object.init(p_business_group_id => p_business_group_id,
1427: p_effective_date => p_effective_date,
1428: p_thread_id => 1,