[Home] [Help]
[Dependency Information]
Object Name: | PAY_ELEMENT_ENTRY_VALUES_F |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PAY_ELEMENT_ENTRY_VALUES_F is the DateTracked table that holds the
actual values entered for a specific element entry, (unless the
element is defined with no input values). For example, the element
Overtime may have an input value of Hours Worked. The number of Hours
Worked by an employee in a fixed period is the entry value for that
period.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_ELEMENT_ENTRY_VALUES_F_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
PAY_ELEMENT_ENTRY_VALUES_F_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
PAY_ELEMENT_ENTRY_VALUES_F_N50 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ELEMENT_ENTRY_VALUE_ID | NUMBER | (15) | Yes | System-generated primary key column. |
EFFECTIVE_START_DATE | DATE | Yes | Effective start date. | |
EFFECTIVE_END_DATE | DATE | Yes | Effective end date. | |
INPUT_VALUE_ID | NUMBER | (9) | Yes | Foreign key to PAY_INPUT_VALUES. |
ELEMENT_ENTRY_ID | NUMBER | (15) | Yes | Foreign key to PAY_ELEMENT_ENTRIES. |
SCREEN_ENTRY_VALUE | VARCHAR2 | (60) | Actual entry value. |
Cut, paste (and edit) the following text to query this object:
SELECT ELEMENT_ENTRY_VALUE_ID
, EFFECTIVE_START_DATE
, EFFECTIVE_END_DATE
, INPUT_VALUE_ID
, ELEMENT_ENTRY_ID
, SCREEN_ENTRY_VALUE
FROM HR.PAY_ELEMENT_ENTRY_VALUES_F;
HR.PAY_ELEMENT_ENTRY_VALUES_F does not reference any database object
HR.PAY_ELEMENT_ENTRY_VALUES_F is referenced by following:
|
|
|