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


VIEW: APPS.PAY_CN_ARCH_ACTIONS_V

Object Details
Object Name: PAY_CN_ARCH_ACTIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPAY.PAY_CN_ARCH_ACTIONS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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.
Query Text

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;

Dependencies

[top of page]

APPS.PAY_CN_ARCH_ACTIONS_V references the following:

SchemaAPPS
SynonymPAY_ACTION_INTERLOCKS
SynonymPAY_ASSIGNMENT_ACTIONS
SynonymPAY_PAYROLL_ACTIONS

APPS.PAY_CN_ARCH_ACTIONS_V is not referenced by any database object