[Home] [Help]
[Dependency Information]
| Object Name: | PER_BF_BALANCE_AMOUNTS_EFC |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PER.PER_BF_BALANCE_AMOUNTS_EFC
|
| Subobject Name: | |
| Status: | VALID |
This table only 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: |
BALANCE_AMOUNT_ID
EFC_ACTION_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PER_BF_BALANCE_AMOUNTS_EFC_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BALANCE_AMOUNT_ID
EFC_ACTION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BALANCE_AMOUNT_ID | NUMBER | (9) | Yes | Refer to column comment on base table. |
| EFC_ACTION_ID | NUMBER | (15) | Yes | Refer to column comment on base table. |
| YTD_AMOUNT | NUMBER | Refer to column comment on base table. | ||
| FYTD_AMOUNT | NUMBER | Refer to column comment on base table. | ||
| PTD_AMOUNT | NUMBER | Refer to column comment on base table. | ||
| MTD_AMOUNT | NUMBER | Refer to column comment on base table. | ||
| QTD_AMOUNT | NUMBER | Refer to column comment on base table. | ||
| RUN_AMOUNT | NUMBER | Refer to column comment on base table. | ||
| CURRENCY | VARCHAR2 | (15) | Refer to column comment on base table. | |
| INPUT_CURRENCY_CODE | VARCHAR2 | (15) | Refer to column comment on base table. |
Cut, paste (and edit) the following text to query this object:
SELECT BALANCE_AMOUNT_ID
, EFC_ACTION_ID
, YTD_AMOUNT
, FYTD_AMOUNT
, PTD_AMOUNT
, MTD_AMOUNT
, QTD_AMOUNT
, RUN_AMOUNT
, CURRENCY
, INPUT_CURRENCY_CODE
FROM HR.PER_BF_BALANCE_AMOUNTS_EFC;
HR.PER_BF_BALANCE_AMOUNTS_EFC does not reference any database object
HR.PER_BF_BALANCE_AMOUNTS_EFC is referenced by following:
APPS
PER_BF_BALANCE_AMOUNTS_EFC
PUBLIC
PER_BF_BALANCE_AMOUNTS_EFC
|
|
|
|