DBA Data[Home] [Help]

APPS.BEN_DETERMINE_DPNT_ELIGIBILITY dependencies on BEN_ENV_OBJECT

Line 682: l_env ben_env_object.g_global_env_rec_type;

678: --
679: l_elig_per_elctbl_chc_id number;
680: l_per_in_ler_id number;
681:
682: l_env ben_env_object.g_global_env_rec_type;
683: l_benmngle_parm_rec benutils.g_batch_param_rec; /* Bug 5936849 */
684: l_effective_date date ;
685: l_contact_date_end date;
686: --

Line 1306: ben_env_object.get(p_rec => l_env);

1302: hr_utility.set_location (' Elig Y BED_CED '||l_proc,90);
1303: --
1304: -- 3685120 - Get the environment details and if it is U then create EGD
1305: --
1306: ben_env_object.get(p_rec => l_env);
1307: --
1308: -- Bug 5936849
1309: hr_utility.set_location('ACE l_env.mode_cd = ' || l_env.mode_cd, 9999);
1310: hr_utility.set_location('ACE l_env.benefit_action_id = ' || l_env.benefit_action_id, 9999);