[Home] [Help]
[Dependency Information]
Object Name: | MTL_REPLENISH_HEADERS |
---|---|
Object Type: | TABLE |
Owner: | INV |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
MTL_REPLENISH_HEADERS stores the header information for a
replenishment count name. Each count name represents the
replenishment information for a subinventory. The process status
of a count name is stored in the PROCESS_STATUS column. The
ERROR_FLAG stores the error status for the whole count name, if any.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
MTL_REPLENISH_HEADERS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
MTL_REPLENISH_HEADERS_U2 | NORMAL | UNIQUE |
![]() |
![]() |
MTL_REPLENISH_HEADERS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
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 | |
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 | ||
ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
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 | ||
REQUISITION_APPROVAL_TYPE | NUMBER | Preapprove requisitions upon generation in PO | ||
PROCESS_STATUS | NUMBER | Process status of the record | ||
PROCESS_MODE | NUMBER | 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 | |
COUNT_MODE | NUMBER | Count Using Mobile | ||
DEFAULT_COUNT_TYPE_CODE | NUMBER | Default Count Type | ||
DEFAULT_LINE_ITEMS | NUMBER | Line Items defaulted or not. |
Cut, paste (and edit) the following text to query this object:
SELECT REPLENISHMENT_HEADER_ID
, REPLENISHMENT_COUNT_NAME
, COUNT_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ORGANIZATION_ID
, SUBINVENTORY_CODE
, SUPPLY_CUTOFF_DATE
, REQUISITION_APPROVAL_TYPE
, PROCESS_STATUS
, PROCESS_MODE
, ERROR_FLAG
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, DELIVERY_LOCATION_ID
, COUNT_MODE
, DEFAULT_COUNT_TYPE_CODE
, DEFAULT_LINE_ITEMS
FROM INV.MTL_REPLENISH_HEADERS;
INV.MTL_REPLENISH_HEADERS does not reference any database object
INV.MTL_REPLENISH_HEADERS is referenced by following:
|
|
|