DBA Data[Home] [Help]

APPS.PA_TASKS_MAINT_PUB dependencies on DUAL

Line 3246: FROM dual

3242: START WITH object_id_to1 = l_task_version_id
3243: CONNECT BY Object_id_to1 = PRIOR object_id_from1
3244: UNION
3245: SELECT l_task_version_id--Get the Passed task itself
3246: FROM dual
3247: )
3248: AND NOT EXISTS -- This is to insure that the same record does not get inserted twice
3249: (
3250: SELECT 'xyz'