[Home] [Help]
[Dependency Information]
| Object Name: | RCV_LOT_TRANSACTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | PO |
| FND Design Data: | PO.RCV_LOT_TRANSACTIONS
|
| Subobject Name: | |
| Status: | VALID |
RCV_LOT_TRANSACTIONS stores historical lot number information
corresponding to receiving transactions or shipments.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| RCV_LOT_TRANSACTIONS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
TRANSACTION_ID
|
| RCV_LOT_TRANSACTIONS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
SHIPMENT_LINE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LOT_TRANSACTION_TYPE | VARCHAR2 | (25) | Yes | Lot transaction context |
| LOT_NUM | VARCHAR2 | (80) | Yes | Lot number |
| QUANTITY | NUMBER | Yes | Lot quantity | |
| PRIMARY_QUANTITY | NUMBER | Lot quantity in terms of the item's primary unit of measure | ||
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
| REQUEST_ID | NUMBER | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | ||
| PROGRAM_APPLICATION_ID | NUMBER | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | ||
| PROGRAM_ID | NUMBER | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | ||
| PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
| SHIPMENT_LINE_ID | NUMBER | Receipt shipment line unique identifier | ||
| TRANSACTION_ID | NUMBER | Transaction unique identifier | ||
| TRANSACTION_DATE | DATE | Transaction date | ||
| EXPIRATION_DATE | DATE | Lot number expiration date | ||
| SOURCE_TRANSACTION_ID | NUMBER | Source transaction unique identifier | ||
| CORRECTION_TRANSACTION_ID | NUMBER | Correction transaction unique identifier | ||
| ITEM_ID | NUMBER | Unique inventory item identifier | ||
| SUBLOT_NUM | VARCHAR2 | (32) | Sublot number | |
| SECONDARY_QUANTITY | NUMBER | Lot quantity in secondary unit of measure | ||
| QC_GRADE | VARCHAR2 | (150) | Lot level quality grade | |
| REASON_CODE | VARCHAR2 | (4) | Reason Code |
Cut, paste (and edit) the following text to query this object:
SELECT LOT_TRANSACTION_TYPE
, LOT_NUM
, QUANTITY
, PRIMARY_QUANTITY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, SHIPMENT_LINE_ID
, TRANSACTION_ID
, TRANSACTION_DATE
, EXPIRATION_DATE
, SOURCE_TRANSACTION_ID
, CORRECTION_TRANSACTION_ID
, ITEM_ID
, SUBLOT_NUM
, SECONDARY_QUANTITY
, QC_GRADE
, REASON_CODE
FROM PO.RCV_LOT_TRANSACTIONS;
PO.RCV_LOT_TRANSACTIONS does not reference any database object
PO.RCV_LOT_TRANSACTIONS is referenced by following:
APPS
RCV_LOT_TRANSACTIONS
|
|
|
|