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


TABLE: HR.PAY_UPGRADE_PARAMETERS

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


PAY_UPGRADE_PARAMETERS stores details of parameters used
in processing an upgrade definition.


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.
PARAMETER_NAME VARCHAR2 (30)
Name of parameter used for process specifics.
PARAMETER_VALUE VARCHAR2 (80)
The value of the parameter for this upgrade
LAST_UPDATE_DATE VARCHAR2 (240)
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.
Query Text

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


SELECT UPGRADE_DEFINITION_ID
,      PARAMETER_NAME
,      PARAMETER_VALUE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM HR.PAY_UPGRADE_PARAMETERS;

Dependencies

[top of page]

HR.PAY_UPGRADE_PARAMETERS does not reference any database object

HR.PAY_UPGRADE_PARAMETERS is referenced by following:

SchemaAPPS
SynonymPAY_UPGRADE_PARAMETERS
SchemaPUBLIC
SynonymPAY_UPGRADE_PARAMETERS