[Home] [Help]
[Dependency Information]
| Object Name: | PER_WORK_INCIDENTS_EFC |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PER.PER_WORK_INCIDENTS_EFC
|
| 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: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
INCIDENT_ID
EFC_ACTION_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PER_WORK_INCIDENT_EFC_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
INCIDENT_ID
EFC_ACTION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INCIDENT_ID | NUMBER | Yes | Refer to column comment on base table. | |
| EFC_ACTION_ID | NUMBER | Yes | Foreign Key to HR_EFC_ACTIONS. | |
| COMPENSATION_AMOUNT | NUMBER | Refer to column comment on base table. | ||
| COMPENSATION_CURRENCY | VARCHAR2 | (30) | Refer to column comment on base table. |
Cut, paste (and edit) the following text to query this object:
SELECT INCIDENT_ID
, EFC_ACTION_ID
, COMPENSATION_AMOUNT
, COMPENSATION_CURRENCY
FROM HR.PER_WORK_INCIDENTS_EFC;
HR.PER_WORK_INCIDENTS_EFC does not reference any database object
HR.PER_WORK_INCIDENTS_EFC is referenced by following:
HR
PER_WORK_INCIDENTS_EFC#
|
|
|
|