DBA Data[Home] [Help] [Dependency Information]


TABLE: CSD.CSD_RT_TRANS_B

Object Details
Object Name: CSD_RT_TRANS_B
Object Type: TABLE
Owner: CSD
FND Design Data: TableCSD.CSD_RT_TRANS_B
Subobject Name:
Status: VALID


To store the allowable transition(s) for a given repair type.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CSD_RT_TRANS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRT_TRAN_ID
CSD_RT_TRANS_B_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFROM_REPAIR_TYPE_ID
ColumnTO_REPAIR_TYPE_ID
ColumnCOMMON_FLOW_STATUS_ID
Columns
Name Datatype Length Mandatory Comments
RT_TRAN_ID NUMBER
Yes Entity identifier.
FROM_REPAIR_TYPE_ID NUMBER
Yes The 'transition from' status.
TO_REPAIR_TYPE_ID NUMBER
Yes The 'transition to' status.
COMMON_FLOW_STATUS_ID NUMBER
Yes The repair type for the status transition.
REASON_REQUIRED_FLAG VARCHAR2 (1) Yes Indicates whether a user is required to enter reason while making the transition.
CAPTURE_ACTIVITY_FLAG VARCHAR2 (1) Yes Indicates whether an activity should be logged when a user makes the transition
ALLOW_ALL_RESP_FLAG VARCHAR2 (1) Yes Indicates whether all responsibilities have access to the transition or not.
OBJECT_VERSION_NUMBER NUMBER
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RT_TRAN_ID
,      FROM_REPAIR_TYPE_ID
,      TO_REPAIR_TYPE_ID
,      COMMON_FLOW_STATUS_ID
,      REASON_REQUIRED_FLAG
,      CAPTURE_ACTIVITY_FLAG
,      ALLOW_ALL_RESP_FLAG
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM CSD.CSD_RT_TRANS_B;

Dependencies

[top of page]

CSD.CSD_RT_TRANS_B does not reference any database object

CSD.CSD_RT_TRANS_B is referenced by following:

SchemaAPPS
SynonymCSD_RT_TRANS_B