DBA Data[Home] [Help]

VIEW: APPS.PAY_APAC_PAYSLIP_BALANCES2_V

Source

View Text - Preformatted

SELECT action_context_id, action_context_type, action_information1, fnd_number.canonical_to_number(action_information4), fnd_number.canonical_to_number(action_information5), fnd_date.canonical_to_date(action_information6), fnd_date.canonical_to_date(action_information7), fnd_number.canonical_to_number(action_information8) FROM pay_action_information WHERE action_context_type = 'AAP' AND action_information_category = 'APAC BALANCES 2'
View Text - HTML Formatted

SELECT ACTION_CONTEXT_ID
, ACTION_CONTEXT_TYPE
, ACTION_INFORMATION1
, FND_NUMBER.CANONICAL_TO_NUMBER(ACTION_INFORMATION4)
, FND_NUMBER.CANONICAL_TO_NUMBER(ACTION_INFORMATION5)
, FND_DATE.CANONICAL_TO_DATE(ACTION_INFORMATION6)
, FND_DATE.CANONICAL_TO_DATE(ACTION_INFORMATION7)
, FND_NUMBER.CANONICAL_TO_NUMBER(ACTION_INFORMATION8)
FROM PAY_ACTION_INFORMATION
WHERE ACTION_CONTEXT_TYPE = 'AAP'
AND ACTION_INFORMATION_CATEGORY = 'APAC BALANCES 2'