DBA Data[Home] [Help]
Skip to content

VIEW: APPS.PAY_APAC_PAYSLIP_ACCRUALS_V

Source

View Text - Preformatted

SELECT action_context_id, action_context_type, action_information1 , action_information2 , fnd_number.canonical_to_number(action_information4), hr_general_utilities.Get_lookup_Meaning('HOURS_OR_DAYS',action_information5) from pay_action_information WHERE action_context_type = 'AAP' and action_information_category = 'APAC ACCRUALS'
View Text - HTML Formatted

SELECT ACTION_CONTEXT_ID
, ACTION_CONTEXT_TYPE
, ACTION_INFORMATION1
, ACTION_INFORMATION2
, FND_NUMBER.CANONICAL_TO_NUMBER(ACTION_INFORMATION4)
, HR_GENERAL_UTILITIES.GET_LOOKUP_MEANING('HOURS_OR_DAYS'
, ACTION_INFORMATION5)
FROM PAY_ACTION_INFORMATION
WHERE ACTION_CONTEXT_TYPE = 'AAP'
AND ACTION_INFORMATION_CATEGORY = 'APAC ACCRUALS'