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


TABLE: PO.RCV_STAGING_TABLE

Object Details
Object Name: RCV_STAGING_TABLE
Object Type: TABLE
Owner: PO
FND Design Data: TablePO.RCV_STAGING_TABLE
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
RCV_STAGING_TABLE_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSACTION_ID
ColumnTEAM
RCV_STAGING_TABLE_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSACTION_GROUP_ID
RCV_STAGING_TABLE_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSACTION_REQUEST_ID
Columns
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.
Query Text

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;

Dependencies

[top of page]

PO.RCV_STAGING_TABLE does not reference any database object

PO.RCV_STAGING_TABLE is referenced by following:

SchemaPO
ViewRCV_STAGING_TABLE#