DBA Data[Home] [Help]

APPS.CS_WF_EVENT_PKG dependencies on CS_INCIDENT_TYPES_B

Line 310: cs_incident_types_b t2

306:
307: CURSOR sel_workflow_csr IS
308: SELECT t1.workflow
309: FROM cs_sr_status_transitions t1,
310: cs_incident_types_b t2
311: WHERE t2.status_group_id=t1.status_group_id
312: AND t1.from_incident_status_id=l_from_status_id
313: AND t1.to_incident_status_id=l_to_status_id
314: AND t2.incident_type_id=l_type_id;