[Home] [Help]
[Dependency Information]
Object Name: | RCV_UPGRADE_STEPS |
---|---|
Object Type: | TABLE |
Owner: | PO |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
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 |
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;
PO.RCV_UPGRADE_STEPS does not reference any database object
PO.RCV_UPGRADE_STEPS is referenced by following:
|
|
|