DBA Data[Home] [Help]

APPS.IEU_UWQ_TASK_INFO_PKG dependencies on JTF_TASKS_B

Line 94: from jtf_tasks_b

90: and res.user_id(+) = b.created_by
91: )
92: where NOTE_CONTEXT_TYPE LIKE p_object_code
93: and NOTE_CONTEXT_TYPE_ID in (select customer_id
94: from jtf_tasks_b
95: where task_id= p_object_id
96: )
97: and creation_date > p_from_date
98: order by creation_date desc;