DBA Data[Home] [Help]

APPS.WSH_UTIL_CORE dependencies on WSH_MAP_LOCATION_REGION_PKG

Line 376: l_loc_rec WSH_MAP_LOCATION_REGION_PKG.loc_rec_type;

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

Line 470: WSH_MAP_LOCATION_REGION_PKG.Transfer_Location(

466: IF l_debug_on THEN
467: WSH_DEBUG_SV.log(l_module_name,'Calling Transfer_Location');
468: END IF;
469:
470: WSH_MAP_LOCATION_REGION_PKG.Transfer_Location(
471: p_source_type => 'HR',
472: p_source_location_id => l_location_id,
473: p_transfer_location => p_transfer_location,
474: p_online_region_mapping => FALSE,

Line 533: WSH_MAP_LOCATION_REGION_PKG.Transfer_Location(

529: IF l_debug_on THEN
530: WSH_DEBUG_SV.log(l_module_name,'Calling Transfer_Location');
531: END IF;
532:
533: WSH_MAP_LOCATION_REGION_PKG.Transfer_Location(
534: p_source_type => 'HZ',
535: p_source_location_id => l_location_id,
536: p_transfer_location => p_transfer_location,
537: p_online_region_mapping => FALSE,