[Home] [Help]
[Dependency Information]
| Object Name: | PQH_BUDGET_DETAILS_EFC |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PQH.PQH_BUDGET_DETAILS_EFC
|
| Subobject Name: | |
| Status: | VALID |
This table only contains subset of columns from the base table. Contains a copy of NCU (National Curency unit) and currency code prior to EFC. This table is only maintainted by the EFC process.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PQH_BUDGET_DETAILS_EFC_FK | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
EFC_ACTION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BUDGET_DETAIL_ID | NUMBER | (15) | Yes | Refer to Column comment on the base table |
| BUDGET_UNIT1_VALUE | NUMBER | Refer to Column comment on the base table | ||
| BUDGET_UNIT2_VALUE | NUMBER | Refer to Column comment on the base table | ||
| BUDGET_UNIT3_VALUE | NUMBER | Refer to Column comment on the base table | ||
| BUDGET_UNIT1_AVAILABLE | NUMBER | Refer to Column comment on the base table | ||
| BUDGET_UNIT2_AVAILABLE | NUMBER | Refer to Column comment on the base table | ||
| BUDGET_UNIT3_AVAILABLE | NUMBER | Refer to Column comment on the base table | ||
| EFC_ACTION_ID | NUMBER | (15) | Yes | Foreign Key to HR_EFC_ACTIONS. |
| CURRENCY_CODE | VARCHAR2 | (15) | Currency |
Cut, paste (and edit) the following text to query this object:
SELECT BUDGET_DETAIL_ID
, BUDGET_UNIT1_VALUE
, BUDGET_UNIT2_VALUE
, BUDGET_UNIT3_VALUE
, BUDGET_UNIT1_AVAILABLE
, BUDGET_UNIT2_AVAILABLE
, BUDGET_UNIT3_AVAILABLE
, EFC_ACTION_ID
, CURRENCY_CODE
FROM HR.PQH_BUDGET_DETAILS_EFC;
HR.PQH_BUDGET_DETAILS_EFC does not reference any database object
HR.PQH_BUDGET_DETAILS_EFC is referenced by following:
APPS
PQH_BUDGET_DETAILS_EFC
PUBLIC
PQH_BUDGET_DETAILS_EFC
|
|
|
|