[Home] [Help]
[Dependency Information]
Object Name: | MTL_REPLENISH_HEADERS_INT |
---|---|
Object Type: | TABLE |
Owner: | INV |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This is the open interface table to load replenishment requests from external
systems into Oracle Inventory's Replenishment Headers table.
Such requests may be in the form of stock-take counts or requisition requests
for subinventories in which you do not track quantities.
Scope: public
Lifecycle: active
Display Name: Replenishment Headers Open Interface
Product: INV
Category: BUSINESS_ENTITY INV_REPLENISHMENT
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
MTL_REPLENISH_HEADERS_INT_U1 | NORMAL | UNIQUE |
![]() |
![]() |
MTL_REPLENISH_HEADERS_INT_U2 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
REPLENISHMENT_HEADER_ID | NUMBER | Yes | Unique identifier for the count name. Selected from the sequence MTL_REPLENISH_HEADERS_S | |
REPLENISHMENT_COUNT_NAME | VARCHAR2 | (10) | Yes | Unique count name |
COUNT_DATE | DATE | Yes | Date on which the count was performed | |
LAST_UPDATE_DATE | DATE | 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 | ||
LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
ORGANIZATION_ID | NUMBER | Organization identifier | ||
ORGANIZATION_CODE | VARCHAR2 | (3) | Organization code. Users can either populate organization id or organization code | |
SUBINVENTORY_CODE | VARCHAR2 | (10) | Yes | Subinventory in which the count was performed |
SUPPLY_CUTOFF_DATE | DATE | Supply from OE/PO will not be recognized after this date | ||
PROCESS_STATUS | NUMBER | The process status of the record. For a record to be processed by the Validator, this has to be set to 2 (ie, Pending) | ||
PROCESS_MODE | NUMBER | A flag to determine if the record is to be processed in concurrent or background mode | ||
ERROR_FLAG | NUMBER | The processing error, if any, of the record | ||
REQUEST_ID | NUMBER | Standard Who column | ||
PROGRAM_APPLICATION_ID | NUMBER | Standard Who column | ||
PROGRAM_ID | NUMBER | Standard Who column | ||
PROGRAM_UPDATE_DATE | DATE | Standard Who column | ||
DELIVERY_LOCATION_ID | NUMBER | (15) | Unique identifier for delivery location | |
DELIVERY_LOCATION_CODE | VARCHAR2 | (20) | Delivery Location name |
Cut, paste (and edit) the following text to query this object:
SELECT REPLENISHMENT_HEADER_ID
, REPLENISHMENT_COUNT_NAME
, COUNT_DATE
, LAST_UPDATE_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
, ORGANIZATION_ID
, ORGANIZATION_CODE
, SUBINVENTORY_CODE
, SUPPLY_CUTOFF_DATE
, PROCESS_STATUS
, PROCESS_MODE
, ERROR_FLAG
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, DELIVERY_LOCATION_ID
, DELIVERY_LOCATION_CODE
FROM INV.MTL_REPLENISH_HEADERS_INT;
INV.MTL_REPLENISH_HEADERS_INT does not reference any database object
INV.MTL_REPLENISH_HEADERS_INT is referenced by following:
|
|
|