[Home] [Help]
[Dependency Information]
Object Name: | MRP_FILES |
---|---|
Object Type: | TABLE |
Owner: | MRP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The MRP_FILES table is used to store the list of files which are used
in the generation of an MPS, MRP or DRP plan. Data in this table is
updated each time a plan is run.
The FILE_TYPE column contains predefined values which are used during
a planning run. The FILE_NAME column contains the name of the data
file which was generated during the last plan run.
The ROW_COUNT and COPY_FLAG columns are used in the planning engine
and the Copy Plan program.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
MRP_FILES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
COMPILE_DESIGNATOR | VARCHAR2 | (10) | Yes | MPS, MRP or DRP plan identifier |
FILE_TYPE | NUMBER | Yes | File type | |
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 | ||
FILE_NAME | VARCHAR2 | (255) | Yes | Name of file |
FILE_SIZE | NUMBER | File size | ||
FILE_CREATION_DATE | DATE | File creation date | ||
NEW_SNAPSHOT | NUMBER | Not currently used | ||
NEW_PLANNER | NUMBER | Not currently used | ||
ROW_COUNT | NUMBER | Row count | ||
COPY_FLAG | NUMBER | Copy flag(used in Copy Plan program) |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, COMPILE_DESIGNATOR
, FILE_TYPE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, FILE_NAME
, FILE_SIZE
, FILE_CREATION_DATE
, NEW_SNAPSHOT
, NEW_PLANNER
, ROW_COUNT
, COPY_FLAG
FROM MRP.MRP_FILES;
MRP.MRP_FILES does not reference any database object
MRP.MRP_FILES is referenced by following:
|
|
|