DBA Data[Home] [Help]

APPS.PAY_IN_UTILS dependencies on PAY_ACTION_INFORMATION

Line 2223: FROM pay_action_information

2219: IS
2220: CURSOR c_archive_ref_number
2221: IS
2222: SELECT action_information30
2223: FROM pay_action_information
2224: WHERE action_information3 = p_year || p_quarter
2225: AND action_context_type = 'PA'
2226: AND action_information_category = DECODE(p_return_type,'O','IN_24Q_ORG','IN_24QC_ORG')
2227: AND action_information30 IS NOT NULL