DBA Data[Home] [Help]

APPS.PAY_IN_UTILS dependencies on PAY_ACTION_INFORMATION

Line 2208: FROM pay_action_information

2204: IS
2205: CURSOR c_archive_ref_number
2206: IS
2207: SELECT action_information30
2208: FROM pay_action_information
2209: WHERE action_information3 = p_year || p_quarter
2210: AND action_context_type = 'PA'
2211: AND action_information_category = DECODE(p_return_type,'O','IN_24Q_ORG','IN_24QC_ORG')
2212: AND action_information30 IS NOT NULL