DBA Data[Home] [Help]

APPS.BEN_EVALUATE_PTNL_LF_EVT dependencies on HR_LOCATIONS_ALL

Line 1635: l_loc_rec hr_locations_all%rowtype;

1631: l_effective_end_date date;
1632: l_outputs ff_exec.outputs_t;
1633: --
1634: l_ass_rec per_all_assignments_f%rowtype;
1635: l_loc_rec hr_locations_all%rowtype;
1636: l_jurisdiction_code varchar2(30);
1637: --
1638: --bug 1579642 added ptn.mnlo_dt is null in the where clause.
1639: --not to select the records which are having a date in

Line 2258: l_loc_rec hr_locations_all%rowtype;

2254: l_unprocd_dt date;
2255: l_mnl_dt date;
2256: --
2257: l_ass_rec per_all_assignments_f%rowtype;
2258: l_loc_rec hr_locations_all%rowtype;
2259: l_jurisdiction_code varchar2(30);
2260: l_env ben_env_object.g_global_env_rec_type;
2261:
2262: --Start Bug 14137075