APPS.CS_WF_AUTO_NTFY_UPDATE_PKG dependencies on JTF_IH_INTERACTIONS
Line 6734: jtf_ih_interactions b
6730:
6731: CURSOR is_interaction_active(c_incident_id number) IS
6732: select b.interaction_id
6733: from jtf_ih_activities a, 6734: jtf_ih_interactions b 6735: where a.doc_ref='SR'
6736: and a.doc_id = c_incident_id
6737: and a.interaction_id = b.interaction_id
6738: and b.active = 'Y';