[Home] [Help]
[Dependency Information]
| Object Name: | PAY_RUN_RESULT_VALUES_EFC |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_RUN_RESULT_VALUES_EFC
|
| Subobject Name: | |
| Status: | VALID |
PAY_RUN_RESULT_VALUES_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: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_RUN_RESULT_VALUES_EFC_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
INPUT_VALUE_ID
RUN_RESULT_ID
EFC_ACTION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INPUT_VALUE_ID | NUMBER | (9) | Yes | Composite unique identifier from the base table. |
| RUN_RESULT_ID | NUMBER | (15) | Yes | Composite unique identifier from the base table. |
| EFC_ACTION_ID | NUMBER | (15) | Yes | Foreign key to HR_EFC_ACTIONS |
| RESULT_VALUE | VARCHAR2 | (60) | Value before conversion. | |
| OUTPUT_CURRENCY_CODE | VARCHAR2 | (15) | Currency before conversion |
Cut, paste (and edit) the following text to query this object:
SELECT INPUT_VALUE_ID
, RUN_RESULT_ID
, EFC_ACTION_ID
, RESULT_VALUE
, OUTPUT_CURRENCY_CODE
FROM HR.PAY_RUN_RESULT_VALUES_EFC;
HR.PAY_RUN_RESULT_VALUES_EFC does not reference any database object
HR.PAY_RUN_RESULT_VALUES_EFC is referenced by following:
HR
PAY_RUN_RESULT_VALUES_EFC#
|
|
|
|