[Home] [Help]
[Dependency Information]
Object Name: | PAY_ELEMENT_TYPES_F_EFC |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PAY_ELEMENT_TYPES_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_ELEMENT_TYPES_F_EFC_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ELEMENT_TYPE_ID | NUMBER | (9) | Yes | Unique identifier from the base table. |
EFFECTIVE_START_DATE | DATE | Yes | Effective start date from base table. | |
EFFECTIVE_END_DATE | DATE | Yes | Effective end date from base table. | |
EFC_ACTION_ID | NUMBER | (15) | Yes | Foreign key to HR_EFC_ACTIONS |
INPUT_CURRENCY_CODE | VARCHAR2 | (15) | Input currency before conversion. | |
OUTPUT_CURRENCY_CODE | VARCHAR2 | (15) | Output currency before conversion. |
Cut, paste (and edit) the following text to query this object:
SELECT ELEMENT_TYPE_ID
, EFFECTIVE_START_DATE
, EFFECTIVE_END_DATE
, EFC_ACTION_ID
, INPUT_CURRENCY_CODE
, OUTPUT_CURRENCY_CODE
FROM HR.PAY_ELEMENT_TYPES_F_EFC;
HR.PAY_ELEMENT_TYPES_F_EFC does not reference any database object
HR.PAY_ELEMENT_TYPES_F_EFC is referenced by following:
|
|
|