DBA Data[Home] [Help]

APPS.PA_TASKS_MAINT_PUB dependencies on DUAL

Line 3238: FROM dual

3234: START WITH object_id_to1 = l_task_version_id
3235: CONNECT BY Object_id_to1 = PRIOR object_id_from1
3236: UNION
3237: SELECT l_task_version_id--Get the Passed task itself
3238: FROM dual
3239: )
3240: AND NOT EXISTS -- This is to insure that the same record does not get inserted twice
3241: (
3242: SELECT 'xyz'