DBA Data[Home] [Help]

APPS.WSH_PARTY_MERGE dependencies on WSH_MAP_LOCATION_REGION_PKG

Line 1809: l_loc_rec WSH_MAP_LOCATION_REGION_PKG.loc_rec_type;

1805: l_del_attrs WSH_NEW_DELIVERIES_PVT.Delivery_Attr_Tbl_Type;
1806: l_del_action_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;
1807: l_del_defaults WSH_DELIVERIES_GRP.default_parameters_rectype;
1808:
1809: l_loc_rec WSH_MAP_LOCATION_REGION_PKG.loc_rec_type;
1810:
1811: Merge_Location_Exp EXCEPTION;
1812:
1813: --

Line 1908: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_MAP_LOCATION_REGION_PKG.Transfer_Location', WSH_DEBUG_SV.C_PROC_LEVEL);

1904:
1905:
1906: --
1907: IF l_debug_on THEN
1908: WSH_DEBUG_SV.logmsg(l_module_name, 'Calling WSH_MAP_LOCATION_REGION_PKG.Transfer_Location', WSH_DEBUG_SV.C_PROC_LEVEL);
1909: END IF;
1910: --
1911:
1912: -- Check whether the To_Location exists in WSH_LOCATIONS table

Line 1913: WSH_MAP_LOCATION_REGION_PKG.Transfer_Location(

1909: END IF;
1910: --
1911:
1912: -- Check whether the To_Location exists in WSH_LOCATIONS table
1913: WSH_MAP_LOCATION_REGION_PKG.Transfer_Location(
1914: p_source_type => 'HZ',
1915: p_source_location_id => l_to_location_id,
1916: p_transfer_location => TRUE,
1917: p_online_region_mapping => FALSE,

Line 1925: WSH_DEBUG_SV.logmsg(l_module_name, 'Error While Calling WSH_MAP_LOCATION_REGION_PKG.Transfer_Location : ' || l_return_status);

1921: IF ( l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS )
1922: THEN -- { Error Handling
1923: --
1924: IF l_debug_on THEN
1925: WSH_DEBUG_SV.logmsg(l_module_name, 'Error While Calling WSH_MAP_LOCATION_REGION_PKG.Transfer_Location : ' || l_return_status);
1926: END IF;
1927: --
1928: x_return_status := l_return_status;
1929: RAISE Merge_Location_Exp;