DBA Data[Home] [Help]

APPS.HR_CAL_EVENT_MAPPING_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 1080: FROM hr_organization_information

1076:
1077: -- Cursor to fetch GEO node at business group legislation level
1078: CURSOR c_bg_geo_node (cp_business_group_id NUMBER) IS
1079: SELECT org_information9
1080: FROM hr_organization_information
1081: WHERE organization_id = cp_business_group_id
1082: AND org_information_context = 'Business Group Information'
1083: AND attribute_category = 'Business Group Information';
1084: