DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on WSH_EXTERNAL_INTERFACE_SV

Line 4409: l_warehouse_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type(

4405: l_dd_records := 0; -- details count for single org
4406:
4407:
4408: -- 90.3 Get the Warehouse type.
4409: l_warehouse_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type(
4410: p_organization_id => l_organization_id,
4411: p_event_key => NULL,
4412: x_return_status => l_return_status);
4413: IF (l_return_status = WSH_UTIL_CORE.G_RET_STS_SUCCESS) THEN --{

Line 4427: WSH_UTIL_CORE.PrintMsg('Error occurred in WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type');

4423: --}
4424: ELSIF (l_return_status = WSH_UTIL_CORE.G_RET_STS_ERROR) OR
4425: (l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) THEN --{
4426:
4427: WSH_UTIL_CORE.PrintMsg('Error occurred in WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type');
4428: RAISE e_return;
4429:
4430: END IF; --}
4431: