[Home] [Help]
[Dependency Information]
| Object Name: | WIP_BIS_MNRA_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | WIP |
| FND Design Data: | WIP.WIP_BIS_MNRA_TEMP
|
| Subobject Name: | |
| Status: | VALID |
Temporary table that stores the resource information for calculating WIP resource utilization
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SHIFT_DATE | DATE | Calendar date. | ||
| RESOURCE_ID | NUMBER | Resource Identifier. | ||
| DEPARTMENT_ID | NUMBER | Department Identifier. | ||
| ORGANIZATION_ID | NUMBER | Organization Identifier. | ||
| SIMULATION_SET | VARCHAR2 | (32) | Simulation set identifier | |
| AVAILABLE_HOURS | NUMBER | Number of units available for the resource in the department on the transaction date. |
Cut, paste (and edit) the following text to query this object:
SELECT SHIFT_DATE
, RESOURCE_ID
, DEPARTMENT_ID
, ORGANIZATION_ID
, SIMULATION_SET
, AVAILABLE_HOURS
FROM WIP.WIP_BIS_MNRA_TEMP;
WIP.WIP_BIS_MNRA_TEMP does not reference any database object
WIP.WIP_BIS_MNRA_TEMP is referenced by following:
WIP
WIP_BIS_MNRA_TEMP#
|
|
|
|