DBA Data[Home] [Help] [Dependency Information]


TABLE: PO.RCV_LOTS_INTERFACE

Object Details
Object Name: RCV_LOTS_INTERFACE
Object Type: TABLE
Owner: PO
FND Design Data: TablePO.RCV_LOTS_INTERFACE
Subobject Name:
Status: VALID


RCV_LOTS_INTERFACE holds temporary lot number transaction records
for a parent record in the RCV_TRANSACTIONS_INTERFACE table. Data in
the RCV_TRANSACTIONS_INTERFACE table will eventually reside in
RCV_LOT_TRANSACTIONS after being
processed by the receiving transaction processor.
.
It is possible to have child records in this table without a parent
record due to the automatic save feature in the Lot Entry and Serial
Number forms. The receiving transaction processor deletes these
orphan rows as part of normal processing.
.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
RCV_LOTS_INTERFACE_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnINTERFACE_TRANSACTION_ID
Columns
Name Datatype Length Mandatory Comments
INTERFACE_TRANSACTION_ID NUMBER
Yes Interface transaction unique identifier
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).
LOT_NUM VARCHAR2 (80) Yes Lot number
QUANTITY NUMBER
Yes Lot quantity in transaction unit of measure
TRANSACTION_DATE DATE
Yes Transaction date
EXPIRATION_DATE DATE

Lot number expiration date
PRIMARY_QUANTITY NUMBER

Lot quantity in terms of the item's primary unit of measure
ITEM_ID NUMBER

Item unique identifier
SHIPMENT_LINE_ID NUMBER

Unique identifier of receipt shipment line
SUBLOT_NUM VARCHAR2 (32)
Sublot number
SECONDARY_QUANTITY NUMBER

Transaction lot quantity in transaction secondary unit of measure
QC_GRADE VARCHAR2 (150)
Lot quality grade of the item received
REASON_CODE VARCHAR2 (4)
Reason Code
PARENT_LOT_NUMBER VARCHAR2 (80)
Parent Lot Number
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT INTERFACE_TRANSACTION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      LOT_NUM
,      QUANTITY
,      TRANSACTION_DATE
,      EXPIRATION_DATE
,      PRIMARY_QUANTITY
,      ITEM_ID
,      SHIPMENT_LINE_ID
,      SUBLOT_NUM
,      SECONDARY_QUANTITY
,      QC_GRADE
,      REASON_CODE
,      PARENT_LOT_NUMBER
FROM PO.RCV_LOTS_INTERFACE;

Dependencies

[top of page]

PO.RCV_LOTS_INTERFACE does not reference any database object

PO.RCV_LOTS_INTERFACE is referenced by following:

SchemaPO
ViewRCV_LOTS_INTERFACE#