DBA Data[Home] [Help]

APPS.BEN_DETERMINE_DPNT_ELIGIBILITY dependencies on BEN_ENV_OBJECT

Line 686: l_env ben_env_object.g_global_env_rec_type;

682: --
683: l_elig_per_elctbl_chc_id number;
684: l_per_in_ler_id number;
685:
686: l_env ben_env_object.g_global_env_rec_type;
687: l_benmngle_parm_rec benutils.g_batch_param_rec; /* Bug 5936849 */
688: l_effective_date date ;
689: l_contact_date_end date;
690: --

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

1318: hr_utility.set_location (' Elig Y BED_CED '||l_proc,90);
1319: --
1320: -- 3685120 - Get the environment details and if it is U then create EGD
1321: --
1322: ben_env_object.get(p_rec => l_env);
1323: --
1324: -- Bug 5936849
1325: hr_utility.set_location('ACE l_env.mode_cd = ' || l_env.mode_cd, 9999);
1326: hr_utility.set_location('ACE l_env.benefit_action_id = ' || l_env.benefit_action_id, 9999);