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


TABLE: WIP.WIP_OPERATION_RESOURCE_USAGE

Object Details
Object Name: WIP_OPERATION_RESOURCE_USAGE
Object Type: TABLE
Owner: WIP
FND Design Data: TableWIP.WIP_OPERATION_RESOURCE_USAGE
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
WIP_OP_RES_USAGE_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnWIP_ENTITY_ID
ColumnORGANIZATION_ID
ColumnOPERATION_SEQ_NUM
ColumnRESOURCE_SEQ_NUM
ColumnREPETITIVE_SCHEDULE_ID
ColumnSTART_DATE
ColumnCOMPLETION_DATE
ColumnINSTANCE_ID
ColumnSERIAL_NUMBER
Columns
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
Name Datatype Length Mandatory Comments
Query Text

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;

Dependencies

[top of page]

WIP.WIP_OPERATION_RESOURCE_USAGE does not reference any database object

WIP.WIP_OPERATION_RESOURCE_USAGE is referenced by following:

SchemaWIP
ViewWIP_OPERATION_RESOURCE_USAGE#