DBA Data[Home] [Help]

APPS.PA_PURGE_PUB dependencies on PER_PERIODS_OF_SERVICE

Line 1360: FROM per_periods_of_service ppos

1356: fnd_menus fm,
1357: per_all_people_f per,
1358: wf_roles wfr
1359: WHERE per.person_id IN ( SELECT person_id
1360: FROM per_periods_of_service ppos
1361: WHERE ppos.person_id = per.person_id
1362: AND ppos.actual_termination_date is not null
1363: AND NOT EXISTS (SELECT 1
1364: FROM per_periods_of_service

Line 1364: FROM per_periods_of_service

1360: FROM per_periods_of_service ppos
1361: WHERE ppos.person_id = per.person_id
1362: AND ppos.actual_termination_date is not null
1363: AND NOT EXISTS (SELECT 1
1364: FROM per_periods_of_service
1365: WHERE person_id = ppos.person_id
1366: AND actual_termination_date IS NULL )
1367: GROUP BY person_id
1368: HAVING MAX(actual_termination_date) < SYSDATE