[Home] [Help]
[Dependency Information]
| Object Name: | PAY_COSTS_EFC |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_COSTS_EFC
|
| Subobject Name: | |
| Status: | VALID |
PAY_COSTS_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_COSTS_EFC_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COST_ID
EFC_ACTION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COST_ID | NUMBER | (15) | Yes | Unique identifier from base table. |
| EFC_ACTION_ID | NUMBER | (15) | Yes | Foreign key to HR_EFC_ACTIONS |
| COSTED_VALUE | NUMBER | Original value to be costed. | ||
| OUTPUT_CURRENCY_CODE | VARCHAR2 | (15) | Original currency code used. |
Cut, paste (and edit) the following text to query this object:
SELECT COST_ID
, EFC_ACTION_ID
, COSTED_VALUE
, OUTPUT_CURRENCY_CODE
FROM HR.PAY_COSTS_EFC;
HR.PAY_COSTS_EFC does not reference any database object
HR.PAY_COSTS_EFC is referenced by following:
APPS
PAY_COSTS_EFC
PUBLIC
PAY_COSTS_EFC
|
|
|
|