DBA Data[Home] [Help]

APPS.PAY_AU_RECON_SUMMARY dependencies on HR_LOOKUPS

Line 1250: hr_lookups

1246: c_financial_year varchar2)
1247: is
1248: SELECT assignment_id
1249: from per_assignment_extra_info,
1250: hr_lookups
1251: where assignment_id = c_assignment_id
1252: and aei_information1 is not null
1253: and aei_information1 = lookup_code
1254: and nvl(aei_information2,p_tax_unit_id) = decode(aei_information2,'-999',aei_information2,p_tax_unit_id) --Bug 4173809