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


TABLE: HR.PAY_RUN_RESULT_VALUES_EFC

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


PAY_RUN_RESULT_VALUES_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_RUN_RESULT_VALUES_EFC_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINPUT_VALUE_ID
ColumnRUN_RESULT_ID
ColumnEFC_ACTION_ID
Columns
Name Datatype Length Mandatory Comments
INPUT_VALUE_ID NUMBER (9) Yes Composite unique identifier from the base table.
RUN_RESULT_ID NUMBER (15) Yes Composite unique identifier from the base table.
EFC_ACTION_ID NUMBER (15) Yes Foreign key to HR_EFC_ACTIONS
RESULT_VALUE VARCHAR2 (60)
Value before conversion.
OUTPUT_CURRENCY_CODE VARCHAR2 (15)
Currency before conversion
Query Text

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


SELECT INPUT_VALUE_ID
,      RUN_RESULT_ID
,      EFC_ACTION_ID
,      RESULT_VALUE
,      OUTPUT_CURRENCY_CODE
FROM HR.PAY_RUN_RESULT_VALUES_EFC;

Dependencies

[top of page]

HR.PAY_RUN_RESULT_VALUES_EFC does not reference any database object

HR.PAY_RUN_RESULT_VALUES_EFC is referenced by following:

SchemaAPPS
SynonymPAY_RUN_RESULT_VALUES_EFC
SchemaPUBLIC
SynonymPAY_RUN_RESULT_VALUES_EFC