[Home] [Help]
[Dependency Information]
Object Name: | RCV_SERIALS_SUPPLY |
---|---|
Object Type: | TABLE |
Owner: | PO |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
RCV_SERIALS_SUPPLY stores information about the serial numbers that
are currently available to transact for intransit shipments.
.
If you perform an intransit shipment between two organizations that
are both under serial control, the receiving transaction processor
maintains information about the serial numbers and the lots in which
they were issued when the items were shipped. The Lot Entry and
Serial Numbers forms use this information to ensure that the same
serial numbers that were used for the intransit shipment are also
used when you deliver the items to stores in the destination
organization.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
RCV_SERIALS_SUPPLY_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
RCV_SERIALS_SUPPLY_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
RCV_SERIALS_SUPPLY_N3 | NORMAL | NONUNIQUE |
![]() |
![]() |
RCV_SERIALS_SUPPLY_N4 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
SUPPLY_TYPE_CODE | VARCHAR2 | (25) | Yes | Serial number supply context |
SERIAL_NUM | VARCHAR2 | (30) | Yes | Serial number |
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 | ||
LOT_NUM | VARCHAR2 | (30) | Lot number | |
VENDOR_SERIAL_NUM | VARCHAR2 | (30) | Not currently used | |
Name | Datatype | Length | Mandatory | Comments |
---|
Cut, paste (and edit) the following text to query this object:
SELECT SUPPLY_TYPE_CODE
, SERIAL_NUM
, 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
, LOT_NUM
, VENDOR_SERIAL_NUM
FROM PO.RCV_SERIALS_SUPPLY;
PO.RCV_SERIALS_SUPPLY does not reference any database object
PO.RCV_SERIALS_SUPPLY is referenced by following:
|
|
|