DBA Data[Home] [Help]

APPS.IEU_UWQ_TASK_INFO_PKG dependencies on JTF_TASK_CONTACTS

Line 129: from jtf_task_contacts

125: order by creation_date desc;
126:
127: cursor C_note_context_id(p_object_id NUMBER) is
128: select contact_id
129: from jtf_task_contacts
130: where task_id = p_object_id
131: and (primary_flag is null or primary_flag = 'Y')
132: order by primary_flag;
133: