[Home] [Help]
[Dependency Information]
| Object Name: | CS_SR_STATUS_TRANSITIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | CS |
| FND Design Data: | CS.CS_SR_STATUS_TRANSITIONS
|
| Subobject Name: | |
| Status: | VALID |
Stores information about the status transitions within allowable statuses associated with a status rule.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CS_SR_STATUS_TRANSITIONS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
STATUS_TRANSITION_ID
|
| CS_SR_STATUS_TRANSITIONS_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
STATUS_GROUP_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STATUS_TRANSITION_ID | NUMBER | Yes | Status Transition unique identifier. | |
| STATUS_GROUP_ID | NUMBER | Yes | Status group identifier. This ia a FK to CS_SR_STATUS_GROUPS_B.STATUS_GROUP_ID. | |
| FROM_ALLOWED_STATUS_ID | NUMBER | Yes | This is a FK to CS_SR_ALLOWED_STATUSES.ALLOWED_STATUS_ID. In the transition rule, this is the status the Service Request is updated From. | |
| TO_ALLOWED_STATUS_ID | NUMBER | Yes | This is a FK to CS_SR_ALLOWED_STATUSES.ALLOWED_STATUS_ID. In the transition rule, this is the status the Service Request is updated To. | |
| FROM_INCIDENT_STATUS_ID | NUMBER | Yes | This is the denormalized incident status ID , corresponding to the FROM_ALLOWED_STATUS_ID. | |
| TO_INCIDENT_STATUS_ID | NUMBER | Yes | This is the denormalized incident status ID , corresponding to the TO_ALLOWED_STATUS_ID. | |
| START_DATE | DATE | Date from which the transition rule is active. | ||
| END_DATE | DATE | Date from which the transition rule is inactive. | ||
| CREATION_DATE | DATE | Yes | Who column. Date on which the record was created. | |
| CREATED_BY | NUMBER | Yes | Who column. User id of the user who created the record. | |
| LAST_UPDATE_DATE | DATE | Yes | Who column. Date the record was last updated. | |
| LAST_UPDATED_BY | NUMBER | Yes | Who column. ID of the user who last updated the record. | |
| LAST_UPDATE_LOGIN | NUMBER | Who column. Login ID of the OS user who last updated the record. | ||
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Specifies how many updates the link record has gone through. This value is used in obtainint a lock before updates are performed. | |
| TASK_TEMPLATE_ID | NUMBER | (15) | Store task template id | |
| WORKFLOW | VARCHAR2 | (30) | Name of Workflow attached with status |
Cut, paste (and edit) the following text to query this object:
SELECT STATUS_TRANSITION_ID
, STATUS_GROUP_ID
, FROM_ALLOWED_STATUS_ID
, TO_ALLOWED_STATUS_ID
, FROM_INCIDENT_STATUS_ID
, TO_INCIDENT_STATUS_ID
, START_DATE
, END_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, TASK_TEMPLATE_ID
, WORKFLOW
FROM CS.CS_SR_STATUS_TRANSITIONS;
CS.CS_SR_STATUS_TRANSITIONS does not reference any database object
CS.CS_SR_STATUS_TRANSITIONS is referenced by following:
CS
CS_SR_STATUS_TRANSITIONS#
|
|
|
|