DBA Data[Home] [Help]

APPS.BEN_PRTT_ENRT_CTFN_PRVDD_API dependencies on BEN_ENV_OBJECT

Line 352: ben_env_object.init

348: -- Initialize environment
349: --
350: if fnd_global.conc_request_id = -1 then
351: --
352: ben_env_object.init
353: (p_business_group_id => p_business_group_id,
354: p_effective_date => p_effective_date,
355: p_thread_id => null,
356: p_chunk_size => null,

Line 676: ben_env_object.init

672: -- Initialize environment
673: --
674: if fnd_global.conc_request_id = -1 then
675: --
676: ben_env_object.init
677: (p_business_group_id => p_business_group_id,
678: p_effective_date => p_effective_date,
679: p_thread_id => null,
680: p_chunk_size => null,

Line 976: l_env_rec ben_env_object.g_global_env_rec_type;

972: l_exist varchar2(1) := 'N';
973: l1_object_version_number ben_prtt_enrt_actn_f.object_version_number%TYPE;
974: l1_effective_start_date ben_prtt_enrt_actn_f.effective_start_date%TYPE;
975: l1_effective_end_date ben_prtt_enrt_actn_f.effective_end_date%TYPE;
976: l_env_rec ben_env_object.g_global_env_rec_type;
977: --
978: cursor get_actn_c is
979: select prtt_enrt_actn_id,
980: business_group_id

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

1018: -- Initialize environment
1019: --
1020: if fnd_global.conc_request_id = -1 then
1021: --5460912
1022: ben_env_object.get(p_rec => l_env_rec);
1023: if l_env_rec.business_group_id is null then
1024: --
1025: ben_env_object.init
1026: (p_business_group_id => l_business_group_id,

Line 1025: ben_env_object.init

1021: --5460912
1022: ben_env_object.get(p_rec => l_env_rec);
1023: if l_env_rec.business_group_id is null then
1024: --
1025: ben_env_object.init
1026: (p_business_group_id => l_business_group_id,
1027: p_effective_date => p_effective_date,
1028: p_thread_id => null,
1029: p_chunk_size => null,