DBA Data[Home] [Help] [Dependency Information]


TABLE: HR.PAY_PERSONAL_PAYMENT_METHO_EFC

Object Details
Object Name: PAY_PERSONAL_PAYMENT_METHO_EFC
Object Type: TABLE
Owner: HR
FND Design Data: TablePAY.PAY_PERSONAL_PAYMENT_METHO_EFC
Subobject Name:
Status: VALID


PAY_PERSONAL_PAYMENT_METHO_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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PAY_PERSONAL_PAYMENT_ME_EFC_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSONAL_PAYMENT_METHOD_ID
ColumnEFFECTIVE_START_DATE
ColumnEFFECTIVE_END_DATE
ColumnEFC_ACTION_ID
Columns
Name Datatype Length Mandatory Comments
PERSONAL_PAYMENT_METHOD_ID NUMBER (9) Yes Unique identifier from the base table.
EFFECTIVE_START_DATE DATE
Yes Start date from the base table.
EFFECTIVE_END_DATE DATE
Yes End date from the base table.
EFC_ACTION_ID NUMBER (15) Yes Foreign key to HR_EFC_ACTIONS
OUTPUT_CURRENCY_CODE VARCHAR2 (15)
Output currency before the conversion.
AMOUNT NUMBER

Amount before the conversion.
CURRENCY_CODE VARCHAR2 (15)
Currency code before the conversion.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PERSONAL_PAYMENT_METHOD_ID
,      EFFECTIVE_START_DATE
,      EFFECTIVE_END_DATE
,      EFC_ACTION_ID
,      OUTPUT_CURRENCY_CODE
,      AMOUNT
,      CURRENCY_CODE
FROM HR.PAY_PERSONAL_PAYMENT_METHO_EFC;

Dependencies

[top of page]

HR.PAY_PERSONAL_PAYMENT_METHO_EFC does not reference any database object

HR.PAY_PERSONAL_PAYMENT_METHO_EFC is referenced by following:

SchemaHR
ViewPAY_PERSONAL_PAYMENT_METHO_EF#