[Home] [Help]
[Dependency Information]
Object Name: | WIP_OPERATION_RESOURCE_USAGE |
---|---|
Object Type: | TABLE |
Owner: | WIP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
WIP_OPERATION_RESOURCE_USAGE stores information about the use of
resources associated with job and repetitive schedule operations. Each row represents a resource usage in a valid shift for that particular resource. It also contains the assigned units in each of these shifts. Oracle Manufacturing Scheduling uses this information to schedule discrete jobs.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
WIP_OP_RES_USAGE_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
WIP_ENTITY_ID | NUMBER | Yes | Entity using the resource | |
OPERATION_SEQ_NUM | NUMBER | Yes | Operation using the resource | |
RESOURCE_SEQ_NUM | NUMBER | Yes | Resource whose usage is being specified | |
REPETITIVE_SCHEDULE_ID | NUMBER | Repetitive schedule using the resource | ||
ORGANIZATION_ID | NUMBER | Yes | Organization owning the resource | |
START_DATE | DATE | Yes | Start time for this usage block | |
COMPLETION_DATE | DATE | Yes | End time for this usage block | |
ASSIGNED_UNITS | NUMBER | Yes | Capacity for this duration | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
REQUEST_ID | NUMBER | Enhanced Who column | ||
PROGRAM_APPLICATION_ID | NUMBER | Enhanced Who column | ||
PROGRAM_ID | NUMBER | Enhanced Who column | ||
PROGRAM_UPDATE_DATE | DATE | Enhanced Who column | ||
INSTANCE_ID | NUMBER | Instance identifier of the resource | ||
SERIAL_NUMBER | VARCHAR2 | (30) | Serial number of the resource instance | |
CUMULATIVE_PROCESSING_TIME | NUMBER | The cumulative processing time in minutes of the resource usage segments |
Cut, paste (and edit) the following text to query this object:
SELECT WIP_ENTITY_ID
, OPERATION_SEQ_NUM
, RESOURCE_SEQ_NUM
, REPETITIVE_SCHEDULE_ID
, ORGANIZATION_ID
, START_DATE
, COMPLETION_DATE
, ASSIGNED_UNITS
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, INSTANCE_ID
, SERIAL_NUMBER
, CUMULATIVE_PROCESSING_TIME
FROM WIP.WIP_OPERATION_RESOURCE_USAGE;
WIP.WIP_OPERATION_RESOURCE_USAGE does not reference any database object
WIP.WIP_OPERATION_RESOURCE_USAGE is referenced by following:
|
|
|