DBA Data[Home] [Help]

APPS.PER_KR_EXTRA_AEI_RULES dependencies on PER_PERIODS_OF_SERVICE

Line 15: from per_periods_of_service pds,

11: l_effective_date date;
12: l_dummy varchar2(1);
13: cursor csr_lck is
14: select null
15: from per_periods_of_service pds,
16: per_assignments_f asg
17: where asg.assignment_id = p_assignment_id
18: and l_effective_date
19: between effective_start_date and effective_end_date