Search Results cs_sr_status_groups_b
Overview
The CS_SR_STATUS_GROUPS_B table is a core configuration object within the Oracle E-Business Suite (EBS) Service (CS) module, specifically for versions 12.1.1 and 12.2.2. It serves as the master repository for defining status rule groups, which are foundational to the incident management lifecycle. These groups govern the set of valid statuses and the permissible transitions between them for service requests (incidents). By centralizing this non-translated, or base, information, the table enables the enforcement of structured, controlled workflows for service request status updates, ensuring data integrity and consistent process adherence across the application.
Key Information Stored
As a base table, CS_SR_STATUS_GROUPS_B stores the fundamental, language-independent attributes for each status group. The primary column is the system-generated STATUS_GROUP_ID, which serves as the unique identifier. A critical functional column is DEFAULT_INCIDENT_STATUS_ID, which references a specific status in the CS_INCIDENT_STATUSES_B table. This defines the default starting status for any service request assigned to this status group. While the provided metadata does not list all columns, typical attributes would also include a NAME or GROUP_CODE for internal identification, creation dates, and who created the record (CREATED_BY, CREATION_DATE).
Common Use Cases and Queries
This table is primarily accessed for configuration, reporting, and integration. Administrators query it to review or audit the defined status groups and their default settings. A common reporting need is to list all configured status groups alongside their default status. The following sample query illustrates this join:
SELECT sg.STATUS_GROUP_ID, sg.NAME, ist.STATUS_CODE AS DEFAULT_STATUS_CODE FROM CS_SR_STATUS_GROUPS_B sg, CS_INCIDENT_STATUSES_B ist WHERE sg.DEFAULT_INCIDENT_STATUS_ID = ist.INCIDENT_STATUS_ID;
Another critical use case is determining the valid statuses for a given service request type, which requires joining through the CS_INCIDENT_TYPES_B table. This table is also central to any data migration or custom interface that needs to populate or reference status group identifiers.
Related Objects
CS_SR_STATUS_GROUPS_B is a pivotal entity with several documented foreign key relationships, as per the provided metadata. It is the parent table for the translated descriptions in CS_SR_STATUS_GROUPS_TL, joined on STATUS_GROUP_ID. It defines the group for allowed statuses (CS_SR_ALLOWED_STATUSES.STATUS_GROUP_ID) and status transition rules (CS_SR_STATUS_TRANSITIONS.STATUS_GROUP_ID). Crucially, it is referenced by the CS_INCIDENT_TYPES_B.STATUS_GROUP_ID column, linking each incident type to a specific status workflow. Finally, it holds a foreign key reference to CS_INCIDENT_STATUSES_B via its DEFAULT_INCIDENT_STATUS_ID column to establish the initial status.
-
Table: CS_SR_STATUS_GROUPS_B
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_STATUS_GROUPS_B, object_name:CS_SR_STATUS_GROUPS_B, status:VALID, product: CS - Service , description: Stores non-translated Information about the status rules. , implementation_dba_data: CS.CS_SR_STATUS_GROUPS_B ,
-
Table: CS_SR_STATUS_GROUPS_B
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_STATUS_GROUPS_B, object_name:CS_SR_STATUS_GROUPS_B, status:VALID, product: CS - Service , description: Stores non-translated Information about the status rules. , implementation_dba_data: CS.CS_SR_STATUS_GROUPS_B ,
-
APPS.CS_ALW_STS_TRANSITIONS_PVT dependencies on CS_SR_STATUS_GROUPS_B
12.1.1
-
APPS.CS_ALW_STS_TRANSITIONS_PVT dependencies on CS_SR_STATUS_GROUPS_B
12.2.2
-
APPS.IBU_REQ_PKG dependencies on CS_SR_STATUS_GROUPS_B
12.1.1
-
APPS.BIV_VERSION_SPECIFIC_PKG dependencies on CS_SR_STATUS_GROUPS_B
12.1.1
-
APPS.CS_SR_STATUS_GROUPS_PKG dependencies on CS_SR_STATUS_GROUPS_B
12.1.1
-
APPS.IBU_REQ_PKG dependencies on CS_SR_STATUS_GROUPS_B
12.2.2
-
APPS.CSZ_SERVICEREQUEST_UTIL_PVT dependencies on CS_SR_STATUS_GROUPS_B
12.2.2
-
APPS.CS_SR_STATUS_GROUPS_PKG dependencies on CS_SR_STATUS_GROUPS_B
12.2.2
-
APPS.CS_SR_STATUS_GROUPS_PKG dependencies on CS_SR_STATUS_GROUPS_B_S
12.2.2
-
APPS.CS_SR_STATUS_GROUPS_PKG dependencies on CS_SR_STATUS_GROUPS_B_S
12.1.1
-
VIEW: CS.CS_SR_STATUS_GROUPS_B#
12.2.2
owner:CS, object_type:VIEW, object_name:CS_SR_STATUS_GROUPS_B#, status:VALID,
-
APPS.CS_ALW_STS_TRANSITIONS_PVT SQL Statements
12.1.1
-
SYNONYM: APPS.CS_SR_STATUS_GROUPS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CS_SR_STATUS_GROUPS_B, status:VALID,
-
VIEW: APPS.CSM_SR_STATUS_GROUPS_V
12.1.1
-
VIEW: APPS.CS_SR_STATUS_GROUPS_VL
12.1.1
-
VIEW: APPS.CS_SR_STATUS_GROUPS_VL
12.2.2
-
SYNONYM: APPS.CS_SR_STATUS_GROUPS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CS_SR_STATUS_GROUPS_B, status:VALID,
-
VIEW: APPS.CSM_SR_STATUS_GROUPS_V
12.2.2
-
APPS.CS_ALW_STS_TRANSITIONS_PVT SQL Statements
12.2.2
-
VIEW: CS.CS_SR_STATUS_GROUPS_B#
12.2.2
-
APPS.CS_SR_STATUS_GROUPS_PKG SQL Statements
12.2.2
-
APPS.CS_SR_STATUS_GROUPS_PKG SQL Statements
12.1.1
-
Table: CS_SR_STATUS_GROUPS_TL
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_STATUS_GROUPS_TL, object_name:CS_SR_STATUS_GROUPS_TL, status:VALID, product: CS - Service , description: Stores translated Information about the status rules. , implementation_dba_data: CS.CS_SR_STATUS_GROUPS_TL ,
-
Table: CS_SR_ALLOWED_STATUSES
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_ALLOWED_STATUSES, object_name:CS_SR_ALLOWED_STATUSES, status:VALID, product: CS - Service , description: Stores information about the allowable statutes for a status rule. , implementation_dba_data: CS.CS_SR_ALLOWED_STATUSES ,
-
Table: CS_SR_STATUS_GROUPS_TL
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_STATUS_GROUPS_TL, object_name:CS_SR_STATUS_GROUPS_TL, status:VALID, product: CS - Service , description: Stores translated Information about the status rules. , implementation_dba_data: CS.CS_SR_STATUS_GROUPS_TL ,
-
APPS.CS_ALW_STS_TRANSITIONS_PVT dependencies on CS_SR_STATUS_GROUPS_PKG
12.1.1
-
TABLE: CS.CS_SR_STATUS_GROUPS_B
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_STATUS_GROUPS_B, object_name:CS_SR_STATUS_GROUPS_B, status:VALID,
-
Table: CS_SR_ALLOWED_STATUSES
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_ALLOWED_STATUSES, object_name:CS_SR_ALLOWED_STATUSES, status:VALID, product: CS - Service , description: Stores information about the allowable statutes for a status rule. , implementation_dba_data: CS.CS_SR_ALLOWED_STATUSES ,
-
Table: CS_INCIDENT_STATUSES_B
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_INCIDENT_STATUSES_B, object_name:CS_INCIDENT_STATUSES_B, status:VALID, product: CS - Service , description: This table contains non-translated information about Service Request statuses. , implementation_dba_data: CS.CS_INCIDENT_STATUSES_B ,
-
APPS.CSZ_SERVICEREQUEST_UTIL_PVT dependencies on DUAL
12.2.2
-
APPS.CS_ALW_STS_TRANSITIONS_PVT dependencies on CS_SR_STATUS_GROUPS_PKG
12.2.2
-
Table: CS_SR_STATUS_TRANSITIONS
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_STATUS_TRANSITIONS, object_name:CS_SR_STATUS_TRANSITIONS, status:VALID, product: CS - Service , description: Stores information about the status transitions within allowable statuses associated with a status rule. , implementation_dba_data: CS.CS_SR_STATUS_TRANSITIONS ,
-
Table: CS_SR_STATUS_TRANSITIONS
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_STATUS_TRANSITIONS, object_name:CS_SR_STATUS_TRANSITIONS, status:VALID, product: CS - Service , description: Stores information about the status transitions within allowable statuses associated with a status rule. , implementation_dba_data: CS.CS_SR_STATUS_TRANSITIONS ,
-
TABLE: CS.CS_SR_STATUS_GROUPS_B
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_SR_STATUS_GROUPS_B, object_name:CS_SR_STATUS_GROUPS_B, status:VALID,
-
PACKAGE BODY: APPS.CS_SR_STATUS_GROUPS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CS_SR_STATUS_GROUPS_PKG, status:VALID,
-
Table: CS_INCIDENT_STATUSES_B
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_INCIDENT_STATUSES_B, object_name:CS_INCIDENT_STATUSES_B, status:VALID, product: CS - Service , description: This table contains non-translated information about Service Request statuses. , implementation_dba_data: CS.CS_INCIDENT_STATUSES_B ,
-
View: CS_SR_STATUS_GROUPS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_STATUS_GROUPS_VL, object_name:CS_SR_STATUS_GROUPS_VL, status:VALID, product: CS - Service , description: This view contains information about the Service request Status rules. Based on the CS_STATUS_GROUPS_B and CS_STATUS_GROUPS_TL tables. , implementation_dba_data: APPS.CS_SR_STATUS_GROUPS_VL ,
-
PACKAGE BODY: APPS.CS_ALW_STS_TRANSITIONS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CS_ALW_STS_TRANSITIONS_PVT, status:VALID,
-
PACKAGE BODY: APPS.BIV_VERSION_SPECIFIC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIV_VERSION_SPECIFIC_PKG, status:VALID,
-
PACKAGE BODY: APPS.CS_SR_STATUS_GROUPS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CS_SR_STATUS_GROUPS_PKG, status:VALID,
-
PACKAGE BODY: APPS.CS_SR_STATUS_GROUPS_PKG
12.1.1
-
PACKAGE BODY: APPS.CS_SR_STATUS_GROUPS_PKG
12.2.2
-
View: CS_SR_STATUS_GROUPS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SR_STATUS_GROUPS_VL, object_name:CS_SR_STATUS_GROUPS_VL, status:VALID, product: CS - Service , description: This view contains information about the Service request Status rules. Based on the CS_STATUS_GROUPS_B and CS_STATUS_GROUPS_TL tables. , implementation_dba_data: APPS.CS_SR_STATUS_GROUPS_VL ,
-
PACKAGE BODY: APPS.CS_ALW_STS_TRANSITIONS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CS_ALW_STS_TRANSITIONS_PVT, status:VALID,
-
Table: CS_INCIDENT_TYPES_B
12.1.1
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_INCIDENT_TYPES_B, object_name:CS_INCIDENT_TYPES_B, status:VALID, product: CS - Service , description: This table contains non-translated information about Service Request type codes. , implementation_dba_data: CS.CS_INCIDENT_TYPES_B ,
-
Table: CS_INCIDENT_TYPES_B
12.2.2
owner:CS, object_type:TABLE, fnd_design_data:CS.CS_INCIDENT_TYPES_B, object_name:CS_INCIDENT_TYPES_B, status:VALID, product: CS - Service , description: This table contains non-translated information about Service Request type codes. , implementation_dba_data: CS.CS_INCIDENT_TYPES_B ,
-
APPS.BIV_VERSION_SPECIFIC_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.CS_ALW_STS_TRANSITIONS_PVT
12.1.1