DBA Data[Home] [Help]

APPS.HR_LOCATION_BK3 dependencies on HR_MULTI_MESSAGE

Line 23: hr_multi_message.end_validation_set;

19: (P_LOCATION_ID => P_LOCATION_ID
20: ,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER
21: );
22: end if;
23: hr_multi_message.end_validation_set;
24: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_LOCATION', 'AP');
25: hr_utility.set_location(' Leaving: HR_LOCATION_BK3.DELETE_LOCATION_A', 20);
26: end DELETE_LOCATION_A;
27: procedure DELETE_LOCATION_B