DBA Data[Home] [Help]

APPS.WSH_INBOUND_SHIP_ADVICE_PKG dependencies on WSH_NEW_DELIVERY_ACTIONS

Line 464: WSH_NEW_DELIVERY_ACTIONS.Unplan(

460: END IF;
461:
462: IF(l_not_recv_count > 0) THEN
463: l_unplan_del_rows(1) := l_delivery_id;
464: WSH_NEW_DELIVERY_ACTIONS.Unplan(
465: p_del_rows => l_unplan_del_rows,
466: x_return_status => l_return_status);
467: IF l_debug_on THEN
468: wsh_debug_sv.log (l_module_name, 'Return status after Unplan', l_return_status);

Line 514: WSH_NEW_DELIVERY_ACTIONS.Confirm_Delivery

510: ELSE
511: l_autocreate_trip_flag:= 'N';
512: END IF;
513:
514: WSH_NEW_DELIVERY_ACTIONS.Confirm_Delivery
515: (p_del_rows => l_del_rows,
516: p_action_flag => l_sc_action_flag,
517: p_intransit_flag => l_sc_intransit_flag,
518: p_close_flag => l_sc_close_trip_flag,

Line 546: wsh_debug_sv.log (l_module_name, 'Ship confirm global variable', WSH_NEW_DELIVERY_ACTIONS.g_error_level);

542: -- Then need to raise the exception
543: -- Otherwise, i.e if the global variable is not 'E' then it means the warning
544: -- can be ignored and hence no need to raise the exception
545: IF l_debug_on THEN
546: wsh_debug_sv.log (l_module_name, 'Ship confirm global variable', WSH_NEW_DELIVERY_ACTIONS.g_error_level);
547: END IF;
548: IF(nvl(WSH_NEW_DELIVERY_ACTIONS.g_error_level, '!') = 'E') THEN
549: -- Reset the global variable to null
550: -- And then raise the exception

Line 548: IF(nvl(WSH_NEW_DELIVERY_ACTIONS.g_error_level, '!') = 'E') THEN

544: -- can be ignored and hence no need to raise the exception
545: IF l_debug_on THEN
546: wsh_debug_sv.log (l_module_name, 'Ship confirm global variable', WSH_NEW_DELIVERY_ACTIONS.g_error_level);
547: END IF;
548: IF(nvl(WSH_NEW_DELIVERY_ACTIONS.g_error_level, '!') = 'E') THEN
549: -- Reset the global variable to null
550: -- And then raise the exception
551: WSH_NEW_DELIVERY_ACTIONS.g_error_level := NULL;
552: raise ship_confirm_failed;

Line 551: WSH_NEW_DELIVERY_ACTIONS.g_error_level := NULL;

547: END IF;
548: IF(nvl(WSH_NEW_DELIVERY_ACTIONS.g_error_level, '!') = 'E') THEN
549: -- Reset the global variable to null
550: -- And then raise the exception
551: WSH_NEW_DELIVERY_ACTIONS.g_error_level := NULL;
552: raise ship_confirm_failed;
553: END IF;
554: ELSE
555: -- If return status is not warning and not success, then it is