[Home] [Help]
[Dependency Information]
| Object Name: | MR_PEGG_TBL |
|---|---|
| Object Type: | TABLE |
| Owner: | GMP |
| FND Design Data: | GMP.MR_PEGG_TBL
|
| Subobject Name: | |
| Status: | VALID |
Pegging table. Pegging of demands to the shortage warnings is done
thru this table.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| MR_PEGG_TBL_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
MRP_ID
ACTION_NO
LINE_NO
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MRP_ID | NUMBER | (10) | Yes | Key to the MRP run for which the pegging data is stored. |
| ACTION_NO | NUMBER | (10) | Yes | Reference to shortage warning message created by this transaction. |
| LINE_NO | NUMBER | (10) | Yes | Reference to transaction that caused the shortage warning. |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| REQUEST_ID | NUMBER | (15) | Concurrent who column | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent who column | |
| PROGRAM_ID | NUMBER | (15) | Concurrent who column | |
| PROGRAM_UPDATE_DATE | DATE | Concurrent who column |
Cut, paste (and edit) the following text to query this object:
SELECT MRP_ID
, ACTION_NO
, LINE_NO
, LAST_UPDATED_BY
, CREATED_BY
, LAST_UPDATE_DATE
, CREATION_DATE
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM GMP.MR_PEGG_TBL;
GMP.MR_PEGG_TBL does not reference any database object
GMP.MR_PEGG_TBL is referenced by following:
GMP
MR_PEGG_TBL#
|
|
|
|