[Home] [Help]
[Dependency Information]
Object Name: | PAY_INPUT_VALUES_F_EFC |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PAY_INPUT_VALUES_F_EFC contains a subset of
the columns from the base table. It contains a copy of the NCU
(National Currency Unit) and currency code values prior to EFC.
This table is only maintained by the EFC process.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_INPUT_VALUES_F_EFC_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INPUT_VALUE_ID | NUMBER | (9) | Yes | Unique identifier from the base table. |
EFFECTIVE_START_DATE | DATE | Yes | Start date from the base table. | |
EFFECTIVE_END_DATE | DATE | Yes | End date from the base table. | |
EFC_ACTION_ID | NUMBER | (15) | Yes | Foreign key to HR_EFC_ACTIONS |
DEFAULT_VALUE | VARCHAR2 | (60) | Value before conversion. | |
MAX_VALUE | VARCHAR2 | (60) | Value before conversion. | |
MIN_VALUE | VARCHAR2 | (60) | Value before conversion. | |
INPUT_CURRENCY_CODE | VARCHAR2 | (15) | Currency code before conversion. |
Cut, paste (and edit) the following text to query this object:
SELECT INPUT_VALUE_ID
, EFFECTIVE_START_DATE
, EFFECTIVE_END_DATE
, EFC_ACTION_ID
, DEFAULT_VALUE
, MAX_VALUE
, MIN_VALUE
, INPUT_CURRENCY_CODE
FROM HR.PAY_INPUT_VALUES_F_EFC;
HR.PAY_INPUT_VALUES_F_EFC does not reference any database object
HR.PAY_INPUT_VALUES_F_EFC is referenced by following:
|
|
|