DBA Data[Home] [Help]

APPS.WSH_INBOUND_SHIP_ADVICE_PKG dependencies on WSH_NEW_DELIVERY_ACTIONS

Line 418: WSH_NEW_DELIVERY_ACTIONS.Unplan(

414: END IF;
415:
416: IF(l_not_recv_count > 0) THEN
417: l_unplan_del_rows(1) := l_delivery_id;
418: WSH_NEW_DELIVERY_ACTIONS.Unplan(
419: p_del_rows => l_unplan_del_rows,
420: x_return_status => l_return_status);
421: IF l_debug_on THEN
422: wsh_debug_sv.log (l_module_name, 'Return status after Unplan', l_return_status);

Line 469: WSH_NEW_DELIVERY_ACTIONS.Confirm_Delivery

465: ELSE
466: l_autocreate_trip_flag:= 'N';
467: END IF;
468:
469: WSH_NEW_DELIVERY_ACTIONS.Confirm_Delivery
470: (p_del_rows => l_del_rows,
471: p_action_flag => l_sc_action_flag,
472: p_intransit_flag => l_sc_intransit_flag,
473: p_close_flag => l_sc_close_trip_flag,

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

497: -- Then need to raise the exception
498: -- Otherwise, i.e if the global variable is not 'E' then it means the warning
499: -- can be ignored and hence no need to raise the exception
500: IF l_debug_on THEN
501: wsh_debug_sv.log (l_module_name, 'Ship confirm global variable', WSH_NEW_DELIVERY_ACTIONS.g_error_level);
502: END IF;
503: IF(nvl(WSH_NEW_DELIVERY_ACTIONS.g_error_level, '!') = 'E') THEN
504: -- Reset the global variable to null
505: -- And then raise the exception

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

499: -- can be ignored and hence no need to raise the exception
500: IF l_debug_on THEN
501: wsh_debug_sv.log (l_module_name, 'Ship confirm global variable', WSH_NEW_DELIVERY_ACTIONS.g_error_level);
502: END IF;
503: IF(nvl(WSH_NEW_DELIVERY_ACTIONS.g_error_level, '!') = 'E') THEN
504: -- Reset the global variable to null
505: -- And then raise the exception
506: WSH_NEW_DELIVERY_ACTIONS.g_error_level := NULL;
507: raise ship_confirm_failed;

Line 506: WSH_NEW_DELIVERY_ACTIONS.g_error_level := NULL;

502: END IF;
503: IF(nvl(WSH_NEW_DELIVERY_ACTIONS.g_error_level, '!') = 'E') THEN
504: -- Reset the global variable to null
505: -- And then raise the exception
506: WSH_NEW_DELIVERY_ACTIONS.g_error_level := NULL;
507: raise ship_confirm_failed;
508: END IF;
509: ELSE
510: -- If return status is not warning and not success, then it is