[Home] [Help]
[Dependency Information]
Object Name: | RCV_STAGING_TABLE |
---|---|
Object Type: | TABLE |
Owner: | PO |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
RCV_STAGING_TABLE stores information related to receive,return
to vendor, return to customer transactions for the subcontracted items
and also any respective corrections thereafter. This table stores the
transaction identifiers to retrieve all necessary receiving transactions
information by joining with main receiving transaction tables.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
RCV_STAGING_TABLE_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
RCV_STAGING_TABLE_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
RCV_STAGING_TABLE_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TRANSACTION_ID | NUMBER | Yes | Maps to rcv_transactions.transaction_id | |
TEAM | VARCHAR2 | (3) | Yes | Three letter team name |
STATUS | VARCHAR2 | (10) | Yes | Indicates whether row is PENDING or ERROR |
TRANSACTION_REQUEST_ID | NUMBER | Yes | Maps to the value of RCV_TRANSACTIONS.REQUEST_ID | |
TRANSACTION_GROUP_ID | NUMBER | Yes | Maps to the value of RCV_TRANSACTIONS.GROUP_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). | ||
LAST_UPDATED_BY | NUMBER | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. |
Cut, paste (and edit) the following text to query this object:
SELECT TRANSACTION_ID
, TEAM
, STATUS
, TRANSACTION_REQUEST_ID
, TRANSACTION_GROUP_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM PO.RCV_STAGING_TABLE;
PO.RCV_STAGING_TABLE does not reference any database object
PO.RCV_STAGING_TABLE is referenced by following:
|
|
|