DBA Data[Home] [Help]

APPS.PA_PURGE_PUB dependencies on PER_PERIODS_OF_SERVICE

Line 1379: FROM per_periods_of_service ppos

1375: fnd_menus fm,
1376: per_all_people_f per,
1377: wf_roles wfr
1378: WHERE per.person_id IN ( SELECT person_id
1379: FROM per_periods_of_service ppos
1380: WHERE ppos.person_id = per.person_id
1381: AND ppos.actual_termination_date is not null
1382: AND NOT EXISTS (SELECT 1
1383: FROM per_periods_of_service

Line 1383: FROM per_periods_of_service

1379: FROM per_periods_of_service ppos
1380: WHERE ppos.person_id = per.person_id
1381: AND ppos.actual_termination_date is not null
1382: AND NOT EXISTS (SELECT 1
1383: FROM per_periods_of_service
1384: WHERE person_id = ppos.person_id
1385: AND actual_termination_date IS NULL )
1386: GROUP BY person_id
1387: HAVING MAX(actual_termination_date) < SYSDATE