DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_UTILITIES dependencies on HR_ORG_INFORMATION_TYPES

Line 1428: hr_org_information_types type

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
1432: and class.org_classification = cp_org_classification;