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


TABLE: WIP.WIP_BIS_MNRA_TEMP

Object Details
Object Name: WIP_BIS_MNRA_TEMP
Object Type: TABLE
Owner: WIP
FND Design Data: TableWIP.WIP_BIS_MNRA_TEMP
Subobject Name:
Status: VALID


Temporary table that stores the resource information for calculating WIP resource utilization


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Columns
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.
Query Text

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;

Dependencies

[top of page]

WIP.WIP_BIS_MNRA_TEMP does not reference any database object

WIP.WIP_BIS_MNRA_TEMP is referenced by following:

SchemaWIP
ViewWIP_BIS_MNRA_TEMP#