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


TABLE: AMS.AMS_TCOP_REQUESTS

Object Details
Object Name: AMS_TCOP_REQUESTS
Object Type: TABLE
Owner: AMS
FND Design Data: TableAMS.AMS_TCOP_REQUESTS
Subobject Name:
Status: VALID


This table stores requests that need scheduling to apply fatigue rules


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMS_TCOP_REQUESTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREQUEST_ID
AMS_TCOP_REQUESTS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSCHEDULE_ID
AMS_TCOP_REQUESTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTATUS
Columns
Name Datatype Length Mandatory Comments
REQUEST_ID NUMBER
Yes Unique identifier for a traffic cop request
SCHEDULE_ID NUMBER
Yes The identifier for a schedule, which placed this request
REQUEST_DATE DATE
Yes Request Date
STATUS VARCHAR2 (30) Yes Request Status
COMPLETION_DATE DATE

Date when the request is completed
WF_ITEM_TYPE VARCHAR2 (30)
The type of workflow process that has placed this request
WF_ITEM_ID VARCHAR2 (240)
The instance Identifier of the workflow process that has placed this request
CREATION_DATE DATE
Yes Standard WHO Column
CREATED_BY NUMBER
Yes Standard WHO Column
LAST_UPDATE_DATE DATE
Yes Standard WHO Column
LAST_UPDATED_BY NUMBER
Yes Standard WHO Column
LAST_UPDATE_LOGIN NUMBER

Standard WHO Column
SECURITY_GROUP_ID NUMBER

Used for hosting purposes
Query Text

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


SELECT REQUEST_ID
,      SCHEDULE_ID
,      REQUEST_DATE
,      STATUS
,      COMPLETION_DATE
,      WF_ITEM_TYPE
,      WF_ITEM_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM AMS.AMS_TCOP_REQUESTS;

Dependencies

[top of page]

AMS.AMS_TCOP_REQUESTS does not reference any database object

AMS.AMS_TCOP_REQUESTS is referenced by following:

SchemaAMS
ViewAMS_TCOP_REQUESTS#