DBA Data[Home] [Help]

APPS.PAY_AU_RECON_SUMMARY dependencies on HR_LOOKUPS

Line 2315: hr_lookups

2311: c_financial_year varchar2)
2312: is
2313: SELECT assignment_id
2314: from per_assignment_extra_info,
2315: hr_lookups
2316: where assignment_id = c_assignment_id
2317: and aei_information1 is not null
2318: and aei_information1 = lookup_code
2319: and nvl(aei_information2,p_tax_unit_id) = decode(aei_information2,'-999',aei_information2,p_tax_unit_id) --Bug 4173809