[Home] [Help]
[Dependency Information]
Object Name: | PAY_CN_ARCH_ACTIONS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign key to HR_ORGANIZATION_UNITS. |
EFFECTIVE_DATE | DATE | Yes | Session date for the event; for payroll run, this is DATE PAID. | |
PAYROLL_ID | NUMBER | (9) | Foreign key to PAY_PAYROLLS. | |
CONSOLIDATION_SET_ID | NUMBER | (9) | Foreign key to PAY_CONSOLIDATION_SETS. | |
PAYROLL_ACTION_ID | NUMBER | (9) | Yes | System generated primary key. |
ASSIGNMENT_ACTION_ID | NUMBER | (15) | Yes | The system generated primary key. |
PREPAYMENT_ACTION_ID | NUMBER | (15) | Yes | The system generated primary key. |
Cut, paste (and edit) the following text to query this object:
SELECT BUSINESS_GROUP_ID
, EFFECTIVE_DATE
, PAYROLL_ID
, CONSOLIDATION_SET_ID
, PAYROLL_ACTION_ID
, ASSIGNMENT_ACTION_ID
, PREPAYMENT_ACTION_ID
FROM APPS.PAY_CN_ARCH_ACTIONS_V;
APPS.PAY_CN_ARCH_ACTIONS_V is not referenced by any database object
|
|
|