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


VIEW: APPS.PAY_US_CODE_W2_V

Object Details
Object Name: PAY_US_CODE_W2_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPAY.PAY_US_CODE_W2_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
YEAR NUMBER

Year of the Year End Process
EFFECTIVE_DATE DATE
Yes Year End Process effective date
PAYROLL_ACTION_ID NUMBER (9) Yes Year End process payroll action ID
ASSIGNMENT_ACTION_ID NUMBER (15) Yes Assignment action ID
ASSIGNMENT_ID NUMBER (10)
Foreign key to PER_ALL_ASSIGNMENTS_F
TAX_UNIT_ID NUMBER (15)
Identifies the Government Reporting Entity, or Legal Entity for the assignment
ACTION_STATUS VARCHAR2 (1) Yes Assignment action status
W2_BALANCE_CODE VARCHAR2 (30)
Box 12 code
W2_BALANCE_NAME VARCHAR2 (80) Yes Box 12 code name
W2_BALANCE_CODE_VALUE NUMBER

Box 12 code value
SERIAL_NUMBER VARCHAR2 (30)
BUSINESS_GROUP_ID NUMBER (15) Yes
Query Text

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


SELECT YEAR
,      EFFECTIVE_DATE
,      PAYROLL_ACTION_ID
,      ASSIGNMENT_ACTION_ID
,      ASSIGNMENT_ID
,      TAX_UNIT_ID
,      ACTION_STATUS
,      W2_BALANCE_CODE
,      W2_BALANCE_NAME
,      W2_BALANCE_CODE_VALUE
,      SERIAL_NUMBER
,      BUSINESS_GROUP_ID
FROM APPS.PAY_US_CODE_W2_V;

Dependencies

[top of page]

APPS.PAY_US_CODE_W2_V references the following:

SchemaAPPS
PL/SQL PackageHR_API - show dependent code
ViewHR_LOOKUPS
PL/SQL PackageHR_US_W2_REP - show dependent code
SynonymPAY_ASSIGNMENT_ACTIONS
SynonymPAY_BALANCE_DIMENSIONS
SynonymPAY_BALANCE_FEEDS_F
SynonymPAY_BALANCE_TYPES
SynonymPAY_DEFINED_BALANCES
SynonymPAY_PAYROLL_ACTIONS
APPS.PAY_US_CODE_W2_V is referenced by following:

SchemaAPPS
Package BodyPAY_US_W2_INFO_PKG - show dependent code