DBA Data[Home] [Help]

APPS.CS_ERES_INT_PKG dependencies on CS_INCIDENT_STATUSES_B

Line 1067: FROM cs_incident_statuses_tl status, cs_incident_statuses_b status_b

1063: --:Incident_Status
1064: --:status_sort_order
1065: CURSOR Get_Inc_Status ( v_incident_status_id NUMBER) IS
1066: SELECT status.name ,status_b.sort_order
1067: FROM cs_incident_statuses_tl status, cs_incident_statuses_b status_b
1068: WHERE status.incident_status_id = v_incident_status_id
1069: AND status.incident_status_id = status_b.incident_status_id
1070: AND status.language = userenv('LANG');
1071: