DBA Data[Home] [Help]

APPS.WSH_UTIL_VALIDATE dependencies on WSH_EXTERNAL_INTERFACE_SV

Line 3744: l_org_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type (

3740: wsh_debug_sv.push(l_module_name, 'Get_Org_Type');
3741: wsh_debug_sv.log (l_module_name,'Organization id', p_organization_id);
3742: END IF;
3743:
3744: l_org_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type (
3745: p_organization_id => p_organization_id,
3746: p_event_key => p_event_key,
3747: x_return_status => l_return_status,
3748: p_delivery_id => p_delivery_id,

Line 4229: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type

4225: END IF;
4226: END IF; --}
4227: END IF; --}
4228: IF (NOT l_hit) THEN --{
4229: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type
4230: (p_organization_id => p_organization_id,
4231: x_return_status => l_return_status,
4232: p_carrier_id => p_carrier_id,
4233: p_ship_method_code => p_ship_method_code,