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


TABLE: PO.RCV_UPGRADE_STEPS

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


RCV_UPGRADE_STEPS is used to keep track of the progress of the upgrade
and to provide restart capabilities to the upgrade scripts.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
STEP_NAME VARCHAR2 (10) Yes Upgrade step unique identifier
MAX_ROW_TO_PROCESS NUMBER
Yes The greatest unique ID of the table that is being upgraded
LAST_COMMITTED_ID NUMBER
Yes The last unique ID that has been processed in the upgrade
MIN_ROW_TO_PROCESS NUMBER

The lowest unique ID of the table that is being upgraded
Query Text

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


SELECT STEP_NAME
,      MAX_ROW_TO_PROCESS
,      LAST_COMMITTED_ID
,      MIN_ROW_TO_PROCESS
FROM PO.RCV_UPGRADE_STEPS;

Dependencies

[top of page]

PO.RCV_UPGRADE_STEPS does not reference any database object

PO.RCV_UPGRADE_STEPS is referenced by following:

SchemaPO
ViewRCV_UPGRADE_STEPS#