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


VIEW: APPS.PAY_JP_PAYSLIP_ELEMENTS_V

Object Details
Object Name: PAY_JP_PAYSLIP_ELEMENTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPAY.PAY_JP_PAYSLIP_ELEMENTS_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
ACTION_INFORMATION_ID NUMBER (15) Yes Foreign key to pay_action_contexts.
OBJECT_VERSION_NUMBER NUMBER

ASSIGNMENT_ACTION_ID NUMBER (15) Yes
ASSIGNMENT_ID NUMBER (10)
EFFECTIVE_DATE DATE

ELEMENT_TYPE_ID NUMBER

Foreign key to pay_element_types_f.
INPUT_VALUE_ID NUMBER

Foreign key to pay_input_values_f.
REPORTING_NAME VARCHAR2 (240)
Short name for the element, used in reports.
PAYMENT_TYPE VARCHAR2 (240)
The payment type of this payment.
UOM VARCHAR2 (240)
Unit of measure for the input value (hours, monetary amount, etc).
RESULT_VALUE VARCHAR2 (240)
The value of the result.
Query Text

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


SELECT ACTION_INFORMATION_ID
,      OBJECT_VERSION_NUMBER
,      ASSIGNMENT_ACTION_ID
,      ASSIGNMENT_ID
,      EFFECTIVE_DATE
,      ELEMENT_TYPE_ID
,      INPUT_VALUE_ID
,      REPORTING_NAME
,      PAYMENT_TYPE
,      UOM
,      RESULT_VALUE
FROM APPS.PAY_JP_PAYSLIP_ELEMENTS_V;

Dependencies

[top of page]

APPS.PAY_JP_PAYSLIP_ELEMENTS_V references the following:

SchemaAPPS
PL/SQL PackageFND_NUMBER - show dependent code
SynonymPAY_ACTION_INFORMATION

APPS.PAY_JP_PAYSLIP_ELEMENTS_V is not referenced by any database object