DBA Data[Home] [Help]

APPS.JTF_TASK_RECURRENCES_PVT dependencies on JTA_SYNC_TASK_MAPPING

Line 3478: UPDATE jta_sync_task_mapping

3474: -- Update sync mapping table if this task is the first one
3475: ------------------------------------------------------------
3476: IF l_first_task
3477: THEN
3478: UPDATE jta_sync_task_mapping
3479: SET task_id = l_new_task_id
3480: WHERE task_id = p_task_id;
3481: END IF;
3482: