[Home] [Help]
[Dependency Information]
| Object Name: | MRP_AD_DEMAND |
|---|---|
| Object Type: | TABLE |
| Owner: | MRP |
| FND Design Data: | MRP.MRP_AD_DEMAND
|
| Subobject Name: | |
| Status: | VALID |
MRP_AD_DEMAND stores information about the deleted inventory demand and reservations.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| MRP_AD_DEMAND_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RN
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DEMAND_ID | NUMBER | Demand 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 | ||
| RESERVATION_TYPE | NUMBER | Code for type of reservation | ||
| ORGANIZATION_ID | NUMBER | Organization identifier of the item |
Cut, paste (and edit) the following text to query this object:
SELECT DEMAND_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
, RESERVATION_TYPE
, ORGANIZATION_ID
FROM MRP.MRP_AD_DEMAND;
MRP.MRP_AD_DEMAND does not reference any database object
MRP.MRP_AD_DEMAND is referenced by following:
MRP
MRP_AD_DEMAND#
|
|
|
|