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


TABLE: HR.PAY_UPGRADE_DEFINITIONS

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


PAY_UPGRADE_DEFINITIONS is used to store information about upgrades that may need to be performed and how that upgrade is performed.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PAY_UPGRADE_DEFINITIONS_UK2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSHORT_NAME
Columns
Name Datatype Length Mandatory Comments
UPGRADE_DEFINITION_ID NUMBER (9) Yes System Generated primary key column
SHORT_NAME VARCHAR2 (30) Yes Internal Name for the Upgrade
NAME VARCHAR2 (80) Yes Descriptive Name of the upgrade
LEGISLATION_CODE VARCHAR2 (30)
Legislation Code
DESCRIPTION VARCHAR2 (250) Yes Detailed Description of the Upgrade
UPGRADE_LEVEL VARCHAR2 (30) Yes The scope of the upgrade is defined by the UPGRADE LEVEL.
CRITICALITY VARCHAR2 (30) Yes Advises the user on the imporance of the data upgrade
THREADING_LEVEL VARCHAR2 (30) Yes Determines how an upgrade process distributes its work.
FAILURE_POINT VARCHAR2 (30) Yes Determines if the system should error based on the upgrade.
LEGISLATIVELY_ENABLED VARCHAR2 (30) Yes Determines if legislations need to enable a global upgrade
UPGRADE_METHOD VARCHAR2 (30) Yes Indicates how the upgrade can be performed
UPGRADE_PROCEDURE VARCHAR2 (250) Yes The procedure that actually performs the upgrade.
QUALIFYING_PROCEDURE VARCHAR2 (250)
This procedure indicates if the object(defined by the THREADING_LEVEL) requires the upgrade to be performed..
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CREATED_BY NUMBER (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
FIRST_PATCHSET VARCHAR2 (30)
The name of the patchset the upgrade was first delivered in.
OWNER_APPLICATION_ID NUMBER (9)
Application responsible for upgrade
VALIDATE_CODE VARCHAR2 (240)
Procedure call to determine if upgrade is needed.
ADDITIONAL_INFO VARCHAR2 (2000)
Free text to supply extra information on upgrade
Query Text

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


SELECT UPGRADE_DEFINITION_ID
,      SHORT_NAME
,      NAME
,      LEGISLATION_CODE
,      DESCRIPTION
,      UPGRADE_LEVEL
,      CRITICALITY
,      THREADING_LEVEL
,      FAILURE_POINT
,      LEGISLATIVELY_ENABLED
,      UPGRADE_METHOD
,      UPGRADE_PROCEDURE
,      QUALIFYING_PROCEDURE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      FIRST_PATCHSET
,      OWNER_APPLICATION_ID
,      VALIDATE_CODE
,      ADDITIONAL_INFO
FROM HR.PAY_UPGRADE_DEFINITIONS;

Dependencies

[top of page]

HR.PAY_UPGRADE_DEFINITIONS does not reference any database object

HR.PAY_UPGRADE_DEFINITIONS is referenced by following:

SchemaAPPS
SynonymPAY_UPGRADE_DEFINITIONS
TriggerPAY_UPGRADE_DEFINITIONS_WHO
SchemaPUBLIC
SynonymPAY_UPGRADE_DEFINITIONS