DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_UTILITIES dependencies on HR_ORG_INFO_TYPES_BY_CLASS

Line 1427: from hr_org_info_types_by_class class,

1423:
1424: cursor csr_mandatory_org_info_types(cp_legislation_code in varchar2
1425: ,cp_org_classification in varchar2) IS
1426: select 'X'
1427: from hr_org_info_types_by_class class,
1428: hr_org_information_types type
1429: where class.org_information_type = type.org_information_type
1430: and class.mandatory_flag = 'Y'
1431: and type.legislation_code = cp_legislation_code