[Home] [Help]
[Dependency Information]
| Object Name: | PER_BF_BALANCE_TYPES_EFC |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PER.PER_BF_BALANCE_TYPES_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_TYPE_ID
EFC_ACTION_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PER_BF_BALANCE_TYPES_EFC_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BALANCE_TYPE_ID
EFC_ACTION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BALANCE_TYPE_ID | NUMBER | (9) | Yes | Refer to column comment on base table. |
| EFC_ACTION_ID | NUMBER | (15) | Yes | Refer to column comment on base table. |
| CURRENCY | VARCHAR2 | (15) | Refer to column comment on base table. |
Cut, paste (and edit) the following text to query this object:
SELECT BALANCE_TYPE_ID
, EFC_ACTION_ID
, CURRENCY
FROM HR.PER_BF_BALANCE_TYPES_EFC;
HR.PER_BF_BALANCE_TYPES_EFC does not reference any database object
HR.PER_BF_BALANCE_TYPES_EFC is referenced by following:
HR
PER_BF_BALANCE_TYPES_EFC#
|
|
|
|