DBA Data[Home] [Help]

APPS.CS_ERES_INT_PKG dependencies on CS_INCIDENT_STATUSES_B

Line 1138: FROM cs_incident_statuses_tl status, cs_incident_statuses_b status_b

1134: --:Incident_Status
1135: --:status_sort_order
1136: CURSOR Get_Inc_Status ( v_incident_status_id NUMBER) IS
1137: SELECT status.name ,status_b.sort_order
1138: FROM cs_incident_statuses_tl status, cs_incident_statuses_b status_b
1139: WHERE status.incident_status_id = v_incident_status_id
1140: AND status.incident_status_id = status_b.incident_status_id
1141: AND status.language = userenv('LANG');
1142: