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


VIEW: APPS.PA_PAY_EXT_INTERAFACE_V

Object Details
Object Name: PA_PAY_EXT_INTERAFACE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_PAY_EXT_INTERAFACE_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
INTERFACE_HEADER_ID NUMBER (10)
Identifier of the payroll header
PAYROLL_ID NUMBER (15)
Payroll Indentifier
PAYROLL_BATCH_ID NUMBER (15) Yes Identifier of the batch
TIME_PERIOD_START_DATE DATE
Yes Start date of the time period
TIME_PERIOD_END_DATE DATE
Yes End date of the time period
TIME_PERIOD_ID NUMBER (15) Yes Identifier of the time period
INTERFACE_LINE_ID NUMBER (15) Yes Identifier of the line id
PERSON_ID NUMBER (10) Yes Identifier of the person
ASSIGNMENT_ID NUMBER (10) Yes Identifier of the assignment
EMP_ORGANIZATION_ID NUMBER (15) Yes Identifier of the employee organization
EMP_ORGANIZATION_NAME VARCHAR2 (240) Yes Name of the organization
PAY_SOURCE_ORGANIZATION_ID NUMBER (15)
Identifier of the organization to which the pay amount is allocated
PAY_SOURCE_PROJECT_ID NUMBER (15)
Identifier of the project to which the pay amount is allocated
PAY_SOURCE_TASK_ID NUMBER (15)
Identifier of the task to which the pay amount is allocated
PAY_ELEMENT_TYPE_CODE VARCHAR2 (30) Yes Identifier of element type
PAY_CURRENCY_CODE VARCHAR2 (15) Yes Payment currency code
PAY_AMOUNT NUMBER (20) Yes Pay amount
TRANSFER_STATUS_FLAG VARCHAR2 (1)
Payroll transfer status flag
REJECTION_CODE VARCHAR2 (30)
Rejection code
RETRO_PERIOD_START_DATE DATE

Start date of the period
RETRO_PERIOD_END_DATE DATE

End date of the period
Query Text

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


SELECT INTERFACE_HEADER_ID
,      PAYROLL_ID
,      PAYROLL_BATCH_ID
,      TIME_PERIOD_START_DATE
,      TIME_PERIOD_END_DATE
,      TIME_PERIOD_ID
,      INTERFACE_LINE_ID
,      PERSON_ID
,      ASSIGNMENT_ID
,      EMP_ORGANIZATION_ID
,      EMP_ORGANIZATION_NAME
,      PAY_SOURCE_ORGANIZATION_ID
,      PAY_SOURCE_PROJECT_ID
,      PAY_SOURCE_TASK_ID
,      PAY_ELEMENT_TYPE_CODE
,      PAY_CURRENCY_CODE
,      PAY_AMOUNT
,      TRANSFER_STATUS_FLAG
,      REJECTION_CODE
,      RETRO_PERIOD_START_DATE
,      RETRO_PERIOD_END_DATE
FROM APPS.PA_PAY_EXT_INTERAFACE_V;

Dependencies

[top of page]

APPS.PA_PAY_EXT_INTERAFACE_V references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
ViewHR_LOCATIONS
ViewHR_ORGANIZATION_UNITS
PL/SQL PackageHR_PERSON_NAME - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
SynonymPA_PAY_EXTERNAL_TIME_PERIODS
SynonymPA_PAY_EXT_INTERFACE_DETAILS
SynonymPA_PAY_EXT_INTERFACE_HEADER
ViewPER_ASSIGNMENTS_F
ViewPER_PEOPLE_F
APPS.PA_PAY_EXT_INTERAFACE_V is referenced by following:

SchemaAPPS
Package BodyPA_PAY_INTERFACE - show dependent code