[Home] [Help]
[Dependency Information]
Object Name: | PAY_PRE_PAYMENTS_EFC |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PAY_PRE_PAYMENTS_EFC 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: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_PRE_PAYMENT_ME_EFC_PK | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PRE_PAYMENT_ID | NUMBER | (15) | Yes | Unique identifier from the base table. |
EFC_ACTION_ID | NUMBER | (15) | Yes | Foreign key to HR_EFC_ACTIONS |
VALUE | NUMBER | Value before conversion. | ||
BASE_CURRENCY_VALUE | NUMBER | Value before conversion. | ||
PBT_CURRENCY_CODE | VARCHAR2 | (15) | Balance Type currency before conversion. | |
OPM_CURRENCY_CODE | VARCHAR2 | (15) | Org Payment Method currency before conversion. | |
OUTPUT_CURRENCY_CODE | VARCHAR2 | (15) | Output currency before the conversion. | |
CURRENCY_CODE | VARCHAR2 | (15) | Currency before the conversion. |
Cut, paste (and edit) the following text to query this object:
SELECT PRE_PAYMENT_ID
, EFC_ACTION_ID
, VALUE
, BASE_CURRENCY_VALUE
, PBT_CURRENCY_CODE
, OPM_CURRENCY_CODE
, OUTPUT_CURRENCY_CODE
, CURRENCY_CODE
FROM HR.PAY_PRE_PAYMENTS_EFC;
HR.PAY_PRE_PAYMENTS_EFC does not reference any database object
HR.PAY_PRE_PAYMENTS_EFC is referenced by following:
|
|
|