DBA Data[Home] [Help]

APPS.HR_ENTRY_API dependencies on PER_PERIODS_OF_SERVICE

Line 7950: from per_periods_of_service pos,

7946: is
7947: --
7948: cursor csr_final_process_date (p_assignment_id number, p_session_date date) is
7949: select pos.final_process_date
7950: from per_periods_of_service pos,
7951: per_all_assignments_f asg
7952: where asg.assignment_id = p_assignment_id
7953: /* Added one more condition(PERIOD_OF_SERVICE_ID) for bug no: 6739960*/
7954: and pos.PERIOD_OF_SERVICE_ID=asg.PERIOD_OF_SERVICE_ID