DBA Data[Home] [Help]

APPS.BEN_PRV_CTFN_PRVDD_API dependencies on BEN_ENV_OBJECT

Line 74: ben_env_object.init

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,
77: p_thread_id => null,
78: p_chunk_size => null,

Line 385: ben_env_object.init

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,
388: p_thread_id => null,
389: p_chunk_size => null,

Line 691: ben_env_object.init

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,
694: p_thread_id => null,
695: p_chunk_size => null,