Search Results cs_incident_statuses_tl
Overview
The CS_INCIDENT_STATUSES_TL table is a core translation table within the Oracle E-Business Suite Service (CS) module. It stores the language-specific, user-facing descriptions for Service Request (also referred to as Incident) status codes. This table enables the multi-language support (MLS) capability of Oracle EBS, allowing status names to be displayed in a user's preferred language. It operates in conjunction with its base table, CS_INCIDENT_STATUSES_B, which holds the language-independent seed data. The TL table is essential for any interface or report that presents Service Request status information to end-users in a global deployment.
Key Information Stored
The table's structure is designed to manage translated text. The primary key is a composite of INCIDENT_STATUS_ID and LANGUAGE, ensuring a unique translation entry for each status in each language. The NAME column holds the actual translated status description (e.g., "Open," "Closed," "Pending Customer Input") for the specified LANGUAGE. The SOURCE_LANG column identifies the original language in which the data was seeded, which is typically 'US' for American English. Other standard translation table columns, such as CREATION_DATE and LAST_UPDATE_DATE, are also present to track row history. The critical columns for functional use are INCIDENT_STATUS_ID, LANGUAGE, and NAME.
Common Use Cases and Queries
The primary use case is retrieving a status name in a user's session language for display in forms, reports, and self-service portals. A standard query involves joining the base and translation tables while filtering for the current language. For example, to list all active statuses in the current session language, a developer might use:
- SELECT b.INCIDENT_STATUS_ID, tl.NAME FROM CS_INCIDENT_STATUSES_B b, CS_INCIDENT_STATUSES_TL tl WHERE b.INCIDENT_STATUS_ID = tl.INCIDENT_STATUS_ID AND tl.LANGUAGE = USERENV('LANG');
Reporting on Service Request volumes by status across different language installations also requires this table to ensure accurate labeling. Data migration or integration scripts that populate status descriptions for non-English users must insert corresponding rows into this TL table.
Related Objects
CS_INCIDENT_STATUSES_TL has defined foreign key relationships with several key objects, as documented in the ETRM metadata:
- CS_INCIDENT_STATUSES_B: The primary base table. The foreign key on CS_INCIDENT_STATUSES_TL.INCIDENT_STATUS_ID references CS_INCIDENT_STATUSES_B.INCIDENT_STATUS_ID. All translations are child records of a seed status defined in the base table.
- FND_LANGUAGES: The table is referenced twice for language validation. The foreign key on CS_INCIDENT_STATUSES_TL.LANGUAGE ensures the translation row uses a valid language code. A separate foreign key on CS_INCIDENT_STATUSES_TL.SOURCE_LANG validates the original source language of the data.
Applications will typically access this data via views or public APIs provided by the Service module rather than querying the table directly.
-
Table: CS_INCIDENT_STATUSES_TL
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_INCIDENT_STATUSES_TL, object_name:CS_INCIDENT_STATUSES_TL, status:VALID, product: CS - Service , description: This table contains translated information about Service Request statuses. , implementation_dba_data: CS.CS_INCIDENT_STATUSES_TL ,
-
Table: CS_INCIDENT_STATUSES_TL
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_INCIDENT_STATUSES_TL, object_name:CS_INCIDENT_STATUSES_TL, status:VALID, product: CS - Service , description: This table contains translated information about Service Request statuses. , implementation_dba_data: CS.CS_INCIDENT_STATUSES_TL ,
-
APPS.CS_INCIDENT_STATUSES_PKG dependencies on CS_INCIDENT_STATUSES_TL
12.1.1
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on CS_INCIDENT_STATUSES_TL
12.2.2
-
APPS.CS_INCIDENT_STATUSES_PKG dependencies on CS_INCIDENT_STATUSES_TL
12.2.2
-
APPS.CS_ERES_INT_PKG dependencies on CS_INCIDENT_STATUSES_TL
12.2.2
-
APPS.CS_ERES_INT_PKG dependencies on CS_INCIDENT_STATUSES_TL
12.1.1
-
APPS.AHL_VWP_PLAN_TASKS_PVT dependencies on CS_INCIDENT_STATUSES_TL
12.1.1
-
APPS.CS_SERVICEREQUEST_PUB dependencies on CS_INCIDENT_STATUSES_TL
12.2.2
-
APPS.CSM_EMAIL_QUERY_PKG dependencies on CS_INCIDENT_STATUSES_TL
12.2.2
-
APPS.CS_SERVICEREQUEST_PUB dependencies on CS_INCIDENT_STATUSES_TL
12.2.2
-
APPS.AHL_VWP_PLAN_TASKS_PVT dependencies on CS_INCIDENT_STATUSES_TL
12.2.2
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on CS_INCIDENT_STATUSES_TL
12.1.1
-
APPS.CS_ERES_INT_PKG dependencies on CS_INCIDENT_STATUSES
12.2.2
-
APPS.CS_ERES_INT_PKG dependencies on CS_INCIDENT_STATUSES
12.1.1
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on CS_INCIDENT_URGENCIES_TL
12.1.1
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on CS_INCIDENT_TYPES_TL
12.1.1
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on CS_INCIDENT_URGENCIES_TL
12.2.2
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on CS_INCIDENT_TYPES_TL
12.2.2
-
VIEW: CS.CS_INCIDENT_STATUSES_TL#
12.2.2
owner:CS, object_type:VIEW, object_name:CS_INCIDENT_STATUSES_TL#, status:VALID,
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on CS_INCIDENT_SEVERITIES_TL
12.1.1
-
APPS.CS_INCIDENT_STATUSES_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on CS_INCIDENT_SEVERITIES_TL
12.2.2
-
APPS.CSM_EMAIL_QUERY_PKG dependencies on CS_INCIDENT_STATUSES
12.2.2
-
APPS.CS_INCIDENT_STATUSES_PKG dependencies on FND_LANGUAGES
12.2.2
-
VIEW: APPS.BIV_STATUSES_V
12.1.1
-
APPS.CS_ERES_INT_PKG dependencies on CS_INCIDENT_STATUSES_B
12.2.2
-
VIEW: APPS.JTM_H_INCIDENT_STATUSES_V
12.2.2
-
APPS.CS_ERES_INT_PKG dependencies on CS_INCIDENT_STATUSES_B
12.1.1
-
SYNONYM: APPS.CS_INCIDENT_STATUSES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_INCIDENT_STATUSES_TL, status:VALID,
-
TRIGGER: APPS.CS_INCIDENT_STATUSES_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CS_INCIDENT_STATUSES_TL+, status:VALID,
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.2.2
-
VIEW: APPS.JTM_H_INCIDENT_STATUSES_V
12.1.1
-
VIEW: APPS.JTM_CS_INCIDENT_STATUSES_V
12.2.2
-
APPS.CSM_EMAIL_QUERY_PKG dependencies on CS_INCIDENT_SEVERITIES
12.2.2
-
TABLE: CS.CS_INCIDENT_STATUSES_TL
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_INCIDENT_STATUSES_TL, object_name:CS_INCIDENT_STATUSES_TL, status:VALID,
-
SYNONYM: APPS.CS_INCIDENT_STATUSES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CS_INCIDENT_STATUSES_TL, status:VALID,
-
VIEW: CS.CS_INCIDENT_STATUSES_TL#
12.2.2
-
VIEW: APPS.CSM_INCIDENT_STATUSES_V
12.2.2
-
APPS.CS_INCIDENT_STATUSES_PKG SQL Statements
12.2.2
-
TRIGGER: APPS.CS_INCIDENT_STATUSES_TL+
12.2.2
-
VIEW: APPS.JTM_CS_INCIDENT_STATUSES_V
12.1.1
-
APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on JTF_RS_RESOURCE_EXTNS
12.1.1
-
VIEW: APPS.CSM_INCIDENT_STATUSES_V
12.1.1
-
APPS.CS_ERES_INT_PKG dependencies on CS_INCIDENT_SEVERITIES_TL
12.2.2
-
TABLE: CS.CS_INCIDENT_STATUSES_TL
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_INCIDENT_STATUSES_TL, object_name:CS_INCIDENT_STATUSES_TL, status:VALID,
-
APPS.CS_INCIDENT_STATUSES_PKG SQL Statements
12.1.1
-
View: CS_INCIDENT_STATUSES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENT_STATUSES_VL, object_name:CS_INCIDENT_STATUSES_VL, status:VALID, product: CS - Service , description: Multi-lingual view for CS_INCIDENT_STATUSES_B and CS_INCIDENT_STATUSES_TL tables. , implementation_dba_data: APPS.CS_INCIDENT_STATUSES_VL ,
-
View: CS_INCIDENT_STATUSES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_INCIDENT_STATUSES_VL, object_name:CS_INCIDENT_STATUSES_VL, status:VALID, product: CS - Service , description: Multi-lingual view for CS_INCIDENT_STATUSES_B and CS_INCIDENT_STATUSES_TL tables. , implementation_dba_data: APPS.CS_INCIDENT_STATUSES_VL ,
-
APPS.CS_ERES_INT_PKG dependencies on CS_INCIDENT_SEVERITIES_TL
12.1.1