DBA Data[Home] [Help]

APPS.BEN_EVALUATE_PTNL_LF_EVT dependencies on PER_ALL_ASSIGNMENTS_F

Line 1634: l_ass_rec per_all_assignments_f%rowtype;

1630: l_effective_start_date date;
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.

Line 2257: l_ass_rec per_all_assignments_f%rowtype;

2253: l_procd_dt date;
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: