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


TABLE: MRP.MRP_AD_RES_INST_CHANGES

Object Details
Object Name: MRP_AD_RES_INST_CHANGES
Object Type: TABLE
Owner: MRP
Subobject Name:
Status: VALID


Table for internal use. Used for continuous collection:
This tables stores deleted resource instance changes record in source


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
SIMULATION_SET VARCHAR2 (10)
Simulation set identifier
TO_TIME NUMBER

Capacity exception to time
FROM_TIME NUMBER

Capacity exception from time
TO_DATE DATE

Capacity exception to date
FROM_DATE DATE

Capacity exception from date
ACTION_TYPE NUMBER

Type of capacity modification
SHIFT_NUM NUMBER

Shift number
RESOURCE_ID NUMBER

Resource unique identifier
DEPARTMENT_ID NUMBER

Department unique identifier
RES_INSTANCE_ID NUMBER

Instance identifier of the department resource
SERIAL_NUMBER VARCHAR2 (30)
Serial number of the equipment type resource
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
RN NUMBER

Refresh Number
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SIMULATION_SET
,      TO_TIME
,      FROM_TIME
,      TO_DATE
,      FROM_DATE
,      ACTION_TYPE
,      SHIFT_NUM
,      RESOURCE_ID
,      DEPARTMENT_ID
,      RES_INSTANCE_ID
,      SERIAL_NUMBER
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      RN
FROM MRP.MRP_AD_RES_INST_CHANGES;

Dependencies

[top of page]

MRP.MRP_AD_RES_INST_CHANGES does not reference any database object

MRP.MRP_AD_RES_INST_CHANGES is referenced by following:

SchemaMRP
ViewMRP_AD_RES_INST_CHANGES#