DBA Data[Home] [Help]

APPS.JTF_TASK_RECURRENCES_PVT dependencies on JTA_SYNC_TASK_MAPPING

Line 3532: UPDATE jta_sync_task_mapping

3528: -- Update sync mapping table if this task is the first one
3529: ------------------------------------------------------------
3530: IF l_first_task
3531: THEN
3532: UPDATE jta_sync_task_mapping
3533: SET task_id = l_new_task_id
3534: WHERE task_id = p_task_id;
3535: END IF;
3536: