[Home] [Help]
[Dependency Information]
Object Name: | PAY_PAYROLL_ACTIONS_EFC |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PAY_PAYROLL_ACTIONS_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_PAYROLL_ACTIONS_EFC_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PAYROLL_ACTION_ID | NUMBER | (9) | Yes | Unique identifier from the base table. |
EFC_ACTION_ID | NUMBER | (15) | Yes | Foreign key to HR_EFC_ACTIONS |
PAYMENT_TYPE_ID | NUMBER | (9) | Foreign key to PAY_PAYMENT_TYPES. | |
CURRENCY_CODE | VARCHAR2 | (15) | Currency code before the conversion. |
Cut, paste (and edit) the following text to query this object:
SELECT PAYROLL_ACTION_ID
, EFC_ACTION_ID
, PAYMENT_TYPE_ID
, CURRENCY_CODE
FROM HR.PAY_PAYROLL_ACTIONS_EFC;
HR.PAY_PAYROLL_ACTIONS_EFC does not reference any database object
HR.PAY_PAYROLL_ACTIONS_EFC is referenced by following:
|
|
|