DBA Data[Home] [Help]

APPS.IEU_WPACTIONS_PVT dependencies on JTF_OBJECT_USAGES

Line 127: FROM jtf_object_usages ou,

123:
124:
125: CURSOR c_task_src (b_task_id NUMBER) IS
126: SELECT tb.source_object_type_code
127: FROM jtf_object_usages ou,
128: jtf_tasks_b tb
129: WHERE
130: tb.task_id = b_task_id and
131: ou.object_user_code = 'NOTES' and