DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on WSH_EXTERNAL_INTERFACE_SV

Line 4501: l_warehouse_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type(

4497: l_dd_records := 0; -- details count for single org
4498:
4499:
4500: -- 90.3 Get the Warehouse type.
4501: l_warehouse_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type(
4502: p_organization_id => l_organization_id,
4503: p_event_key => NULL,
4504: x_return_status => l_return_status);
4505: IF (l_return_status = WSH_UTIL_CORE.G_RET_STS_SUCCESS) THEN --{

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

4518: --}
4519: ELSIF (l_return_status = WSH_UTIL_CORE.G_RET_STS_ERROR) OR
4520: (l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) THEN --{
4521:
4522: WSH_UTIL_CORE.PrintMsg('Error occurred in WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type');
4523: RAISE e_return;
4524:
4525: END IF; --}
4526: