[Home] [Help]
[Dependency Information]
Object Name: | PAY_USER_TABLES |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PAY_USER_TABLES holds the table definitions for user defined tables.
These tables are matrix structures of rows and columns that maintain
DateTracked lists of values stored as cells for specific row/column
combinations. Rows are defined in PAY_USER_ROWS_F, columns are
defined in PAY_USER_COLUMNS and the actual cell values, which change
over time, are held in PAY_USER_COLUMN_INSTANCES_F. For example, you
could define a table of union-negotiated rates for overtime and
standard time that are dependent on grade level. The user table,
UNION RATES, would have a row for each GRADE, and each row would be
identified by an exact match with a specific grade. The table would
have two columns, STANDARD RATE and OVERTIME RATE.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_USER_TABLES_PK | NORMAL | UNIQUE |
![]() |
![]() |
PAY_USER_TABLES_UK2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
PAY_USER_TABLES_N1 | FUNCTION-BASED NORMAL | NONUNIQUE |
![]() |
![]() |
Table | |
Foreign Table | Foreign Key Column |
![]() |
![]() |
PAY_USER_TABLES | PAY_USER_COLUMNS USER_TABLE_ID |
![]() |
![]() |
PAY_USER_TABLES | PAY_USER_ROWS_F USER_TABLE_ID |
---|
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
USER_TABLE_ID | NUMBER | (9) | Yes | System-generated primary key column. |
BUSINESS_GROUP_ID | NUMBER | (15) | Foreign key to HR_ORGANIZATION_UNITS. | |
LEGISLATION_CODE | VARCHAR2 | (30) | Foreign key to FND_TERRITORIES. | |
RANGE_OR_MATCH | VARCHAR2 | (30) | Yes | Indicates whether the user key is exact match or within range. |
USER_KEY_UNITS | VARCHAR2 | (30) | Yes | Indicates the data type of the user key (number, date or character. |
USER_TABLE_NAME | VARCHAR2 | (80) | Yes | User name for the table. |
LEGISLATION_SUBGROUP | VARCHAR2 | (30) | Further identifies the legislation of startup data. | |
USER_ROW_TITLE | VARCHAR2 | (80) | User title to appear above row values on form. | |
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. | ||
OBJECT_VERSION_NUMBER | NUMBER | (9) | System-generated version of row. Increments by one with each update. |
Cut, paste (and edit) the following text to query this object:
SELECT USER_TABLE_ID
, BUSINESS_GROUP_ID
, LEGISLATION_CODE
, RANGE_OR_MATCH
, USER_KEY_UNITS
, USER_TABLE_NAME
, LEGISLATION_SUBGROUP
, USER_ROW_TITLE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, OBJECT_VERSION_NUMBER
FROM HR.PAY_USER_TABLES;
HR.PAY_USER_TABLES does not reference any database object
HR.PAY_USER_TABLES is referenced by following:
|
|
|