DBA Data[Home] [Help]

APPS.HR_CCMGR_SS dependencies on HR_ORG_INFO_TYPES_BY_CLASS

Line 46: hr_org_info_types_by_class ctype

42: and HAO.ORGANIZATION_ID = HAOTL.ORGANIZATION_ID
43: and HAOTL.LANGUAGE = USERENV('LANG')
44: and trunc(sysdate) between hao.date_from and nvl(hao.date_to,trunc(sysdate))
45: and exists (select 'e' from hr_organization_information class,
46: hr_org_info_types_by_class ctype
47: where ctype.org_information_type = 'Organization Name Alias'
48: and ctype.org_classification = class.org_information1
49: and class.org_information_context = 'CLASS'
50: and class.org_information2 = 'Y'