DBA Data[Home] [Help]

APPS.WSH_TRANSACTIONS_UTIL dependencies on WSH_SHIP_CONFIRM_ACTIONS2

Line 315: WSH_SHIP_CONFIRM_ACTIONS2.check_exception(

311: IF (p_entity_type = 'DLVY' ) THEN
312: FOR detail_info IN get_delivery_details(p_entity_id) LOOP
313: l_delivery_detail_id:= detail_info.delivery_detail_id;
314:
315: WSH_SHIP_CONFIRM_ACTIONS2.check_exception(
316: p_delivery_detail_id => detail_info.delivery_detail_id,
317: x_exception_exist => x_exception_exist,
318: x_severity_present => x_severity_present,
319: x_return_status => x_return_status);