[Home] [Help]
[Dependency Information]
| Object Name: | MRP_AD_WIP_COMP_DEMANDS |
|---|---|
| Object Type: | TABLE |
| Owner: | MRP |
| FND Design Data: | MRP.MRP_AD_WIP_COMP_DEMANDS
|
| Subobject Name: | |
| Status: | VALID |
MRP_AD_WIP_COMP_DEMANDS stores information about the deleted WIP component demands.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| MRP_AD_WIP_COMP_DEMANDS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RN
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| JOB_TYPE | NUMBER | Type of WIP job | ||
| WJS_NET_QTY_FLAG | NUMBER | Flag indicating if net quantity is changed from positive to negative | ||
| WJS_MPS_NET_QTY_FLAG | NUMBER | Flag indicating if MPS net quantity is changed from positive to negative | ||
| MRP_NET_FLAG | NUMBER | Flag indicating if MRP net flag is changed from 1 to 2 | ||
| ST_MPS_NET_FLAG | NUMBER | Flag indicating if net quantity is changed from positive to negative | ||
| NST_NMPS_FLAG | NUMBER | Flag indicating if net required quantity is changed from positive to negative, used for non-standard job | ||
| NST_MPS_FLAG | NUMBER | Flag indicating if net MPS required quantity is changed from positive to negative, used for non-standard job | ||
| ST_NMPS_FLAG | NUMBER | Flag indicating if net required quantity is changed from positive to negative, used for standard job | ||
| ST_MPS_FLAG | NUMBER | Flag indicating if net MPS required quantity is changed from positive to negative, used for standard job | ||
| INVENTORY_ITEM_ID | NUMBER | Inventory item identifier | ||
| OPERATION_SEQ_NUM | NUMBER | Operation sequence number | ||
| WIP_ENTITY_ID | NUMBER | WIP job or repetitive assembly identifier | ||
| 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 | Concurrent Who column | ||
| PROGRAM_APPLICATION_ID | NUMBER | Concurrent Who column | ||
| PROGRAM_ID | NUMBER | Concurrent Who column | ||
| PROGRAM_UPDATE_DATE | DATE | Concurrent Who column | ||
| RN | NUMBER | Refresh number populated by the refresh snapshot process | ||
| ORGANIZATION_ID | VARCHAR2 | (240) | Organization identifier | |
| OPERATION_SEQUENCE_ID | NUMBER | Operation sequence identifier | ||
| ENTITY_TYPE | NUMBER | Wip entity type code |
Cut, paste (and edit) the following text to query this object:
SELECT JOB_TYPE
, WJS_NET_QTY_FLAG
, WJS_MPS_NET_QTY_FLAG
, MRP_NET_FLAG
, ST_MPS_NET_FLAG
, NST_NMPS_FLAG
, NST_MPS_FLAG
, ST_NMPS_FLAG
, ST_MPS_FLAG
, INVENTORY_ITEM_ID
, OPERATION_SEQ_NUM
, WIP_ENTITY_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, RN
, ORGANIZATION_ID
, OPERATION_SEQUENCE_ID
, ENTITY_TYPE
FROM MRP.MRP_AD_WIP_COMP_DEMANDS;
MRP.MRP_AD_WIP_COMP_DEMANDS does not reference any database object
MRP.MRP_AD_WIP_COMP_DEMANDS is referenced by following:
APPS
MRP_AD_WIP_COMP_DEMANDS
|
|
|
|