[Home] [Help]
[Dependency Information]
Object Name: | MR_ACTN_TBL |
---|---|
Object Type: | TABLE |
Owner: | GMP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Action messages generated by P/MRP.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
MR_ACTN_TBLI1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() |
MR_ACTN_TBL_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MRP_ID | NUMBER | (10) | Yes | Surrogate key for the MRP run. |
ACTION_NO | NUMBER | (10) | Yes | Action number. Unique number generated for each message for this run. |
ITEM_ID | NUMBER | (10) | Yes | Surrogate key for the item to which the action message pertains. |
WHSE_CODE | VARCHAR2 | (4) | Yes | Warehouse code to which the action message pertains. |
EVENT_DATE | DATE | Yes | Date of shortage occurence in case of warnings; date of replenishment | |
INVENTORY_DATE | DATE | Yes | Date on which inventory is affected by the action. For shortage, the day on which shortage occurs | |
DOC_TYPE | VARCHAR2 | (4) | Document type. Production=PROD; Purchaseorder=PORD; Firm Planned = FPO; Planned Production= PPRD etc. There are more doc_types. The list of all types is in sy_docs_mst | |
DOC_ID | NUMBER | (10) | Surrogate key identifying the document to which the action message | |
MESSAGE_CODE | VARCHAR2 | (32) | Yes | The code for the action message. Description of the code explains the action required. |
FORMULA_ID | NUMBER | (10) | Surrogate key for the formula related to the action message. | |
MRP_MSG_IND | NUMBER | (5) | Yes | Valid message values. 0=warning; 1=transfer; 2=production; 3=purchase. |
PROJ_BALANCE_QTY | NUMBER | Yes | Quantity available subsequent to the event referred to by this | |
ACTION_QTY | NUMBER | Yes | Replenishment quantity in case of recommendations. | |
WHSE_CODE_2 | VARCHAR2 | (4) | Contains values only in case of transfer suggestions. Refers to the warehouse to which transfer is suggested. | |
NET_REQ_ACTION_REF | NUMBER | (10) | Yes | Correlates actions to a shortage warning. Contains action_no of suggested action generateing requirement for this action |
ORGN_CODE | VARCHAR2 | (4) | Organization associated with this action message. | |
STATUS_IND | NUMBER | (5) | Yes | Indicator showing whether PPRD has been converted to a batch or FPO. |
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 | ||
FMEFF_ID | NUMBER | (15) | This is column identifies the Effectivity Id |
Cut, paste (and edit) the following text to query this object:
SELECT MRP_ID
, ACTION_NO
, ITEM_ID
, WHSE_CODE
, EVENT_DATE
, INVENTORY_DATE
, DOC_TYPE
, DOC_ID
, MESSAGE_CODE
, FORMULA_ID
, MRP_MSG_IND
, PROJ_BALANCE_QTY
, ACTION_QTY
, WHSE_CODE_2
, NET_REQ_ACTION_REF
, ORGN_CODE
, STATUS_IND
, LAST_UPDATED_BY
, CREATED_BY
, LAST_UPDATE_DATE
, CREATION_DATE
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, FMEFF_ID
FROM GMP.MR_ACTN_TBL;
GMP.MR_ACTN_TBL does not reference any database object
GMP.MR_ACTN_TBL is referenced by following:
|
|
|