DBA Data[Home] [Help]

APPS.PAY_FR_RULES dependencies on HR_LOOKUPS

Line 226: hr_lookups hrl

222: cursor csr_get_org_info is
223: select substrb(NAME,1,60), substrb(hrl.meaning,1,20)
224: from hr_all_organization_units_tl org,
225: hr_organization_information ori,
226: hr_lookups hrl
227: where org.ORGANIZATION_ID = p_org_id
228: and org.language = userenv('LANG')
229: and org.ORGANIZATION_ID = ori.ORGANIZATION_ID
230: and ori.org_information_context = 'CLASS'