DBA Data[Home] [Help]

APPS.PA_PERSON dependencies on PA_ROUTINGS

Line 374: from pa_routings pa

370: into v_delete_permitted
371: from sys.dual
372: where not exists (
373: select null
374: from pa_routings pa
375: where (pa.routed_to_person_id = P_PERSON_ID
376: OR
377: pa.routed_from_person_id = P_PERSON_ID));
378: exception