DBA Data[Home] [Help]

APPS.QLTDACTB dependencies on HR_ORGANIZATION_INFORMATION

Line 276: -- call to base table hr_organization_information

272:
273:
274: -- Bug 5196076. SQL Repository Fix SQL ID 17898864.
275: -- Removed usage of inv_organization_info_v and replaced with
276: -- call to base table hr_organization_information
277: -- to improve performance.
278: Cursor MY_OP_UNIT ( ORG_ID NUMBER ) is
279: SELECT to_number(org_information3)
280: FROM hr_organization_information

Line 280: FROM hr_organization_information

276: -- call to base table hr_organization_information
277: -- to improve performance.
278: Cursor MY_OP_UNIT ( ORG_ID NUMBER ) is
279: SELECT to_number(org_information3)
280: FROM hr_organization_information
281: WHERE organization_id = ORG_ID
282: AND org_information_context = 'Accounting Information';
283:
284: /*