DBA Data[Home] [Help]

APPS.CS_WF_AUTO_NTFY_UPDATE_PKG dependencies on JTF_IH_INTERACTIONS

Line 6798: jtf_ih_interactions b

6794:
6795: CURSOR is_interaction_active(c_incident_id number) IS
6796: select b.interaction_id
6797: from jtf_ih_activities a,
6798: jtf_ih_interactions b
6799: where a.doc_ref='SR'
6800: and a.doc_id = c_incident_id
6801: and a.interaction_id = b.interaction_id
6802: and b.active = 'Y';