DBA Data[Home] [Help]

APPS.WSH_UTIL_CORE dependencies on WSH_MAP_LOCATION_REGION_PKG

Line 372: l_loc_rec WSH_MAP_LOCATION_REGION_PKG.loc_rec_type;

368: x_api_status OUT NOCOPY VARCHAR2,
369: p_transfer_location IN BOOLEAN DEFAULT TRUE
370: ) IS
371:
372: l_loc_rec WSH_MAP_LOCATION_REGION_PKG.loc_rec_type;
373: l_return_status VARCHAR2(10);
374: l_location_id NUMBER;
375: l_num_warnings NUMBER default 0;
376: l_num_errors NUMBER default 0;

Line 462: WSH_MAP_LOCATION_REGION_PKG.Transfer_Location(

458: IF l_debug_on THEN
459: WSH_DEBUG_SV.log(l_module_name,'Calling Transfer_Location');
460: END IF;
461:
462: WSH_MAP_LOCATION_REGION_PKG.Transfer_Location(
463: p_source_type => 'HR',
464: p_source_location_id => l_location_id,
465: p_transfer_location => p_transfer_location,
466: p_online_region_mapping => FALSE,

Line 525: WSH_MAP_LOCATION_REGION_PKG.Transfer_Location(

521: IF l_debug_on THEN
522: WSH_DEBUG_SV.log(l_module_name,'Calling Transfer_Location');
523: END IF;
524:
525: WSH_MAP_LOCATION_REGION_PKG.Transfer_Location(
526: p_source_type => 'HZ',
527: p_source_location_id => l_location_id,
528: p_transfer_location => p_transfer_location,
529: p_online_region_mapping => FALSE,