DBA Data[Home] [Help]

APPS.IEU_WPACTIONS_PVT dependencies on JTF_TASK_CONTACTS

Line 119: from jtf_task_contacts

115: l_note_ctxt_idx NUMBER;
116:
117: cursor C_note_context_id(p_object_id NUMBER) is
118: select contact_id
119: from jtf_task_contacts
120: where task_id = p_object_id
121: and (primary_flag is null or primary_flag = 'Y')
122: order by primary_flag;
123: