DBA Data[Home] [Help]

APPS.CS_WF_ACTIVITIES_PKG dependencies on CS_INCIDENT_TYPES

Line 93: cs_incident_types it,

89: jtf_tasks_v act,
90: -- CS_INCIDENT_ACTIONS_V act,
91: mtl_system_items_kfv mtl,
92: cs_customer_products cp,
93: cs_incident_types it,
94: cs_incident_statuses st,
95: hz_party_sites hps,
96: hz_locations hl,
97: jtf_notes_vl jn

Line 277: CS_INCIDENT_TYPES_TL TYPE

273: INC.INCIDENT_NUMBER,
274: INC.INCIDENT_DATE,
275: TYPE.NAME INCIDENT_TYPE
276: FROM cs_incidents_all_b INC,
277: CS_INCIDENT_TYPES_TL TYPE
278: WHERE INC.INCIDENT_NUMBER = l_request_number
279: AND INC.INCIDENT_TYPE_ID = TYPE.INCIDENT_TYPE_ID(+)
280: AND TYPE.LANGUAGE(+) = userenv('LANG');
281: