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


TABLE: PO.RCV_LOTS_SUPPLY

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


RCV_LOTS_SUPPLY stores information corresponding to the lot numbers
and quantities that are available to be transacted for intransit
shipments.
.
If you perform an intransit shipment between two organizations that
are both under lot control, the receiving transaction processor
maintains information about the lot numbers and quantities that you
issued from the shipping organization. The Lot Entry and Serial
Numbers forms use this information to ensure that the same
lot numbers and lot quantities that were shipped are used when you
deliver the items to stores.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
RCV_LOTS_SUPPLY_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSACTION_ID
RCV_LOTS_SUPPLY_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSHIPMENT_LINE_ID
RCV_LOTS_SUPPLY_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLOT_NUM
Columns
Name Datatype Length Mandatory Comments
SUPPLY_TYPE_CODE VARCHAR2 (25) Yes Lot number supply context
LOT_NUM VARCHAR2 (80) Yes Lot number
QUANTITY NUMBER
Yes Lot quantity in terms of the item's primary unit of measure
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

Receiving transaction unique identifier
EXPIRATION_DATE DATE

Lot expiration date
SECONDARY_QUANTITY NUMBER

Receiving transaction unique identifier
SUBLOT_NUM VARCHAR2 (32)
Sublot Number
REASON_CODE VARCHAR2 (4)
Reason Code
REASON_ID NUMBER

Reason Identifier
Query Text

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


SELECT SUPPLY_TYPE_CODE
,      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
,      EXPIRATION_DATE
,      SECONDARY_QUANTITY
,      SUBLOT_NUM
,      REASON_CODE
,      REASON_ID
FROM PO.RCV_LOTS_SUPPLY;

Dependencies

[top of page]

PO.RCV_LOTS_SUPPLY does not reference any database object

PO.RCV_LOTS_SUPPLY is referenced by following:

SchemaPO
ViewRCV_LOTS_SUPPLY#