[Home] [Help]
[Dependency Information]
Object Name: | PER_QUALIFICATIONS_EFC |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table only contains a subset of the columns from the base table. Contains a copy of the NCU (National Currency Unit) and currency code values prior to EFC. The table is only maintained by the EFC process.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PER_QUALIFICATIONS_EFC_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
QUALIFICATION_ID | NUMBER | (9) | Yes | Refer to column comment on base table. |
EFC_ACTION_ID | NUMBER | (15) | Yes | Foreign Key to HR_EFC_ACTIONS. |
FEE | NUMBER | (15) | Refer to column comment on base table. | |
FEE_CURRENCY | VARCHAR2 | (15) | Refer to column comment on base table. |
Cut, paste (and edit) the following text to query this object:
SELECT QUALIFICATION_ID
, EFC_ACTION_ID
, FEE
, FEE_CURRENCY
FROM HR.PER_QUALIFICATIONS_EFC;
HR.PER_QUALIFICATIONS_EFC does not reference any database object
HR.PER_QUALIFICATIONS_EFC is referenced by following:
|
|
|