[Home] [Help]
[Dependency Information]
| Object Name: | PAY_REPORT_FORMAT_PARAMETERS |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_REPORT_FORMAT_PARAMETERS
|
| Subobject Name: | |
| Status: | VALID |
PAY_REPORT_FORMAT_PARAMETERS is the table that holds the parameters and their values for a Report Format
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_REPORT_FORMAT_PARAM_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
PARAMETER_NAME
REPORT_FORMAT_MAPPING_ID
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REPORT_FORMAT_MAPPING_ID | NUMBER | (15) | Yes | Foreign Key to PAY_REPORT_FORMAT_MAPPINGS_F |
| PARAMETER_NAME | VARCHAR2 | (30) | Yes | Name of Parameter to be Set |
| PARAMETER_VALUE | VARCHAR2 | (80) | Yes | Value of a specific parameter |
| LAST_UPDATED_BY | NUMBER | (15) | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| 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. | ||
| OBJECT_VERSION_NUMBER | NUMBER | (9) | System-generated version of row. Increments by one with each update. | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT REPORT_FORMAT_MAPPING_ID
, PARAMETER_NAME
, PARAMETER_VALUE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, OBJECT_VERSION_NUMBER
, ZD_EDITION_NAME
FROM HR.PAY_REPORT_FORMAT_PARAMETERS;
HR.PAY_REPORT_FORMAT_PARAMETERS does not reference any database object
HR.PAY_REPORT_FORMAT_PARAMETERS is referenced by following:
HR
PAY_REPORT_FORMAT_PARAMETERS#
|
|
|
|