DBA Data[Home] [Help]

APPS.PA_PROJ_TSK_UTILS dependencies on PA_EVENTS

Line 66: from pa_events

62: cursor c1 is
63: select 1
64: from sys.dual
65: where exists (select event_num
66: from pa_events
67: where project_id = x_proj_id
68: and (x_task_id is null or
69: task_id = x_task_id));
70: