DBA Data[Home] [Help]

APPS.HR_DK_UTILITY dependencies on HR_ORGANIZATION_UNITS

Line 380: from hr_organization_units hou, hr_organization_information hoi , hr_lookups lookups

376: 'DK_EMP_GROUP',scl.segment4,NULL);
377:
378: cursor get_info_from_org is
379: select lookups.meaning
380: from hr_organization_units hou, hr_organization_information hoi , hr_lookups lookups
381: where hou.organization_id = l_organization_id
382: and hou.organization_id = hoi.organization_id
383: and hoi.org_information_context = 'DK_EMPLOYMENT_DEFAULTS'
384: and lookups.lookup_type = l_information_code

Line 407: from hr_organization_units

403: 'DK_EMP_GROUP',hoi.org_information2,NULL);
404:
405: cursor get_bg_id is
406: select business_group_id
407: from hr_organization_units
408: where organization_id = l_organization_id;
409:
410: cursor is_hr_org is
411: select nvl(hoi.org_information1,'NO_DATA')

Line 412: from hr_organization_units hou , hr_organization_information hoi

408: where organization_id = l_organization_id;
409:
410: cursor is_hr_org is
411: select nvl(hoi.org_information1,'NO_DATA')
412: from hr_organization_units hou , hr_organization_information hoi
413: where hou.organization_id = l_organization_id
414: and hou.organization_id = hoi.organization_id
415: and hoi.org_information_context = 'CLASS'
416: and hoi.org_information1 = 'HR_ORG';