DBA Data[Home] [Help]

APPS.HR_CAL_EVENT_MAPPING_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 1118: FROM hr_organization_information

1114:
1115: -- Cursor to fetch GEO node at business group legislation level
1116: CURSOR c_bg_geo_node (cp_business_group_id NUMBER) IS
1117: SELECT org_information9
1118: FROM hr_organization_information
1119: WHERE organization_id = cp_business_group_id
1120: AND org_information_context = 'Business Group Information'
1121: AND attribute_category = 'Business Group Information';
1122: