DBA Data[Home] [Help]

APPS.HR_ENTRY_API dependencies on PER_PERIODS_OF_SERVICE

Line 7966: from per_periods_of_service pos,

7962: is
7963: --
7964: cursor csr_final_process_date (p_assignment_id number, p_session_date date) is
7965: select pos.final_process_date
7966: from per_periods_of_service pos,
7967: per_all_assignments_f asg
7968: where asg.assignment_id = p_assignment_id
7969: /* Added one more condition(PERIOD_OF_SERVICE_ID) for bug no: 6739960*/
7970: and pos.PERIOD_OF_SERVICE_ID=asg.PERIOD_OF_SERVICE_ID