[Home] [Help]
[Dependency Information]
| Object Name: | PQH_ELEMENT_COMMITMENTS_EFC |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PQH.PQH_ELEMENT_COMMITMENTS_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_ELEMENT_COMMITMENTS_EFC_FK | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
EFC_ACTION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ELEMENT_COMMITMENT_ID | NUMBER | (15) | Yes | Refer to Column comment on the base table |
| COMMITMENT_AMOUNT | 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 ELEMENT_COMMITMENT_ID
, COMMITMENT_AMOUNT
, EFC_ACTION_ID
, CURRENCY_CODE
FROM HR.PQH_ELEMENT_COMMITMENTS_EFC;
HR.PQH_ELEMENT_COMMITMENTS_EFC does not reference any database object
HR.PQH_ELEMENT_COMMITMENTS_EFC is referenced by following:
HR
PQH_ELEMENT_COMMITMENTS_EFC#
|
|
|
|