DBA Data[Home] [Help]

APPS.HR_DK_UTILITY dependencies on HR_ORGANIZATION_INFORMATION

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 397: from hr_organization_information hoi , hr_lookups lookups

393:
394:
395: cursor get_info_from_legal_employer is
396: select lookups.meaning
397: from hr_organization_information hoi , hr_lookups lookups
398: where hoi.organization_id = l_org_id
399: and hoi.org_information_context = 'DK_EMPLOYMENT_DEFAULTS'
400: and lookups.lookup_type = l_information_code
401: and lookups.enabled_flag = 'Y'

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';