DBA Data[Home] [Help]

APPS.HR_LOCATION_BK3 dependencies on WSH_MAP_LOCATION_REGION_PKG

Line 15: WSH_MAP_LOCATION_REGION_PKG.Location_User_Hook_API

11: begin
12: hr_utility.set_location('Entering: HR_LOCATION_BK3.DELETE_LOCATION_A', 10);
13: l_commit_unit_number := hr_api.return_commit_unit;
14: if hr_api.call_app_hooks then
15: WSH_MAP_LOCATION_REGION_PKG.Location_User_Hook_API
16: (P_LOCATION_ID => P_LOCATION_ID
17: );
18: hr_location_be3.DELETE_LOCATION_A
19: (P_LOCATION_ID => P_LOCATION_ID

Line 37: WSH_MAP_LOCATION_REGION_PKG.PREDEL_LOC_VALIDATION

33: begin
34: hr_utility.set_location('Entering: HR_LOCATION_BK3.DELETE_LOCATION_B', 10);
35: l_commit_unit_number := hr_api.return_commit_unit;
36: if hr_api.call_app_hooks then
37: WSH_MAP_LOCATION_REGION_PKG.PREDEL_LOC_VALIDATION
38: (P_LOCATION_ID => P_LOCATION_ID
39: );
40: end if;
41: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_LOCATION', 'BP');