DBA Data[Home] [Help]

APPS.BEN_PRV_CTFN_PRVDD_API dependencies on FND_GLOBAL

Line 72: if fnd_global.conc_request_id = -1 then

68: hr_utility.set_location('Entering:'|| l_proc, 10);
69: --
70: -- Initialize environment
71: --
72: if fnd_global.conc_request_id = -1 then
73: --
74: ben_env_object.init
75: (p_business_group_id => p_business_group_id,
76: p_effective_date => p_effective_date,

Line 383: if fnd_global.conc_request_id = -1 then

379: hr_utility.set_location('Entering:'|| l_proc, 10);
380: --
381: -- Initialize environment
382: --
383: if fnd_global.conc_request_id = -1 then
384: --
385: ben_env_object.init
386: (p_business_group_id => p_business_group_id,
387: p_effective_date => p_effective_date,

Line 689: if fnd_global.conc_request_id = -1 then

685: -- Get action item id and the business group id.
686: --
687: -- Initialize environment
688: --
689: if fnd_global.conc_request_id = -1 then
690: --
691: ben_env_object.init
692: (p_business_group_id => l_business_group_id,
693: p_effective_date => p_effective_date,