[Home] [Help]
[Dependency Information]
| Object Name: | AMS_TCOP_REQUESTS |
|---|---|
| Object Type: | TABLE |
| Owner: | AMS |
| FND Design Data: | AMS.AMS_TCOP_REQUESTS
|
| Subobject Name: | |
| Status: | VALID |
This table stores requests that need scheduling to apply fatigue rules
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AMS_TCOP_REQUESTS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
REQUEST_ID
|
| AMS_TCOP_REQUESTS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SCHEDULE_ID
|
| AMS_TCOP_REQUESTS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
STATUS
|
| 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 |
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;
AMS.AMS_TCOP_REQUESTS does not reference any database object
AMS.AMS_TCOP_REQUESTS is referenced by following:
AMS
AMS_TCOP_REQUESTS#
|
|
|
|