[Home] [Help]
[Dependency Information]
| Object Name: | PER_BUDGET_VALUES_EFC |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PER.PER_BUDGET_VALUES_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: |
BUDGET_VALUE_ID
EFC_ACTION_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PER_BUDGET_VALUES_EFC_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BUDGET_VALUE_ID
EFC_ACTION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BUDGET_VALUE_ID | NUMBER | (15) | Yes | Refer to column comment on base table. |
| EFC_ACTION_ID | NUMBER | (15) | Yes | Foreign Key to HR_EFC_ACTIONS. |
| VALUE | NUMBER | (22) | Refer to column comment on base table. | |
| BUDGET_CURRENCY | VARCHAR2 | (15) | Refer to column comment on base table. | |
| EFC_BG_CURRENCY | VARCHAR2 | (30) | Business Group Currency for EFC conversion. |
Cut, paste (and edit) the following text to query this object:
SELECT BUDGET_VALUE_ID
, EFC_ACTION_ID
, VALUE
, BUDGET_CURRENCY
, EFC_BG_CURRENCY
FROM HR.PER_BUDGET_VALUES_EFC;
HR.PER_BUDGET_VALUES_EFC does not reference any database object
HR.PER_BUDGET_VALUES_EFC is referenced by following:
APPS
PER_BUDGET_VALUES_EFC
PUBLIC
PER_BUDGET_VALUES_EFC
|
|
|
|