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