DBA Data[Home] [Help]

VIEW: APPS.PAY_APAC_PAYSLIP_ELEMENTS_V

Source

View Text - Preformatted

SELECT action_context_id, action_context_type, action_information1, action_information4, fnd_number.canonical_to_number(action_information5), fnd_number.canonical_to_number(action_information6), action_information7, action_information8, fnd_number.canonical_to_number(action_information9), fnd_number.canonical_to_number(action_information10), fnd_number.canonical_to_number(action_information11), action_information12, fnd_date.canonical_to_date(action_information13), fnd_date.canonical_to_date(action_information14) from pay_action_information WHERE action_context_type = 'AAP' and action_information_category = 'APAC ELEMENTS'
View Text - HTML Formatted

SELECT ACTION_CONTEXT_ID
, ACTION_CONTEXT_TYPE
, ACTION_INFORMATION1
, ACTION_INFORMATION4
, FND_NUMBER.CANONICAL_TO_NUMBER(ACTION_INFORMATION5)
, FND_NUMBER.CANONICAL_TO_NUMBER(ACTION_INFORMATION6)
, ACTION_INFORMATION7
, ACTION_INFORMATION8
, FND_NUMBER.CANONICAL_TO_NUMBER(ACTION_INFORMATION9)
, FND_NUMBER.CANONICAL_TO_NUMBER(ACTION_INFORMATION10)
, FND_NUMBER.CANONICAL_TO_NUMBER(ACTION_INFORMATION11)
, ACTION_INFORMATION12
, FND_DATE.CANONICAL_TO_DATE(ACTION_INFORMATION13)
, FND_DATE.CANONICAL_TO_DATE(ACTION_INFORMATION14)
FROM PAY_ACTION_INFORMATION
WHERE ACTION_CONTEXT_TYPE = 'AAP'
AND ACTION_INFORMATION_CATEGORY = 'APAC ELEMENTS'