DBA Data[Home] [Help]

APPS.HR_APPLICANT_API dependencies on PER_PERIODS_OF_PLACEMENT

Line 1952: from per_periods_of_placement pps

1948: --bug no 12320120
1949: cursor csr_ppp_ended_ystrdy
1950: is
1951: select final_process_date
1952: from per_periods_of_placement pps
1953: where pps.person_id = p_person_id
1954: and pps.actual_termination_date = p_hire_date-1;
1955: --bug no 12320120
1956: