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


TABLE: HR.PAY_UPGRADE_STATUS

Object Details
Object Name: PAY_UPGRADE_STATUS
Object Type: TABLE
Owner: HR
FND Design Data: TablePAY.PAY_UPGRADE_STATUS
Subobject Name:
Status: VALID


PAY_UPGRADE_STATUS contains details of upgrades that have been performed on the system. If there is no row in this table then the upgrade has not been performed.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
UPGRADE_DEFINITION_ID NUMBER (9) Yes Foreign key to PAY_UPGRADE_DEFINITIONS
STATUS VARCHAR2 (30) Yes Current Statis of the Upgrade
BUSINESS_GROUP_ID NUMBER (15)
Foreign key to HR_ORGANIZATION_UNITS
LEGISLATION_CODE VARCHAR2 (30)
Legislation Code
EXECUTED VARCHAR2 (30)
Identifies if upgrade found work to perform
REQUEST_ID NUMBER (15)
The id of the latest run of the process
Query Text

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


SELECT UPGRADE_DEFINITION_ID
,      STATUS
,      BUSINESS_GROUP_ID
,      LEGISLATION_CODE
,      EXECUTED
,      REQUEST_ID
FROM HR.PAY_UPGRADE_STATUS;

Dependencies

[top of page]

HR.PAY_UPGRADE_STATUS does not reference any database object

HR.PAY_UPGRADE_STATUS is referenced by following:

SchemaAPPS
SynonymPAY_UPGRADE_STATUS
SchemaPUBLIC
SynonymPAY_UPGRADE_STATUS