[Home] [Help]
[Dependency Information]
| Object Name: | HR_SUMMARY_EFC |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PER.HR_SUMMARY_EFC
|
| Subobject Name: | |
| Status: | VALID |
This table only 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. The table is only maintained by the EFC process.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
ID_VALUE
EFC_ACTION_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HR_SUMMARY_EFC_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ID_VALUE
EFC_ACTION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID_VALUE | NUMBER | (15) | Yes | Foreign Key to HR_SUMMARY. |
| EFC_ACTION_ID | NUMBER | (15) | Yes | Foreign Key to HR_EFC_ACTIONS. |
| NUM_VALUE1 | NUMBER | (22) | Refer to column comment on base table. | |
| NUM_VALUE2 | NUMBER | (22) | Refer to column comment on base table |
Cut, paste (and edit) the following text to query this object:
SELECT ID_VALUE
, EFC_ACTION_ID
, NUM_VALUE1
, NUM_VALUE2
FROM HR.HR_SUMMARY_EFC;
HR.HR_SUMMARY_EFC does not reference any database object
HR.HR_SUMMARY_EFC is referenced by following:
HR
HR_SUMMARY_EFC#
|
|
|
|