DBA Data[Home] [Help]

APPS.PA_PROJ_TSK_UTILS dependencies on PA_PROJECT_CUSTOMERS

Line 1256: FROM pa_project_customers

1252: cursor c1 is
1253: SELECT 1
1254: FROM sys.dual
1255: where exists (SELECT NULL
1256: FROM pa_project_customers
1257: where receiver_task_id IN
1258: (SELECT TASK_ID
1259: FROM PA_TASKS
1260: CONNECT BY PRIOR TASK_ID = PARENT_TASK_ID

Line 1269: FROM pa_project_customers

1265: cursor c2 is
1266: SELECT 1
1267: FROM sys.dual
1268: where exists (SELECT NULL
1269: FROM pa_project_customers
1270: where receiver_task_id = X_TASK_ID);
1271: c2_rec c2%rowtype;
1272:
1273: begin