DBA Data[Home] [Help]

APPS.IEU_TASKS_WR_MIG_PVT dependencies on JTF_TASK_ALL_ASSIGNMENTS

Line 106: FROM JTF_TASK_ALL_ASSIGNMENTS

102: where a.last_update_date = a.max_update_date;
103:
104: CURSOR c_task_due_date IS
105: SELECT booking_end_date, task_id
106: FROM JTF_TASK_ALL_ASSIGNMENTS
107: WHERE assignee_role = 'OWNER';
108:
109: CURSOR c_task_status IS
110: SELECT TASK_ID,