DBA Data[Home] [Help]

APPS.WSH_OTM_OUTBOUND dependencies on WSH_NEW_DELIVERY_ACTIONS

Line 1852: l_is_delivery_empty := WSH_NEW_DELIVERY_ACTIONS.IS_DELIVERY_EMPTY(p_entity_id_tab(i));

1848: -- If delivery is Open and Include for planning, and the delivery is not empty
1849: -- set status to "CR"
1850: elsif (l_del_status_code = 'OP' and l_ignore_for_planning = 'N') then
1851: -- check if the delivery is empty or not. If it not empty, set the status to "CR"
1852: l_is_delivery_empty := WSH_NEW_DELIVERY_ACTIONS.IS_DELIVERY_EMPTY(p_entity_id_tab(i));
1853: IF (l_is_delivery_empty = WSH_UTIL_CORE.G_RET_STS_ERROR) THEN
1854: IF l_debug_on THEN
1855: WSH_DEBUG_SV.log(l_sub_module_name,'Error from wsh_new_delivery_actions.is_delivery_empty API for Delivery '||p_entity_id_tab(i));
1856: END IF;

Line 1855: WSH_DEBUG_SV.log(l_sub_module_name,'Error from wsh_new_delivery_actions.is_delivery_empty API for Delivery '||p_entity_id_tab(i));

1851: -- check if the delivery is empty or not. If it not empty, set the status to "CR"
1852: l_is_delivery_empty := WSH_NEW_DELIVERY_ACTIONS.IS_DELIVERY_EMPTY(p_entity_id_tab(i));
1853: IF (l_is_delivery_empty = WSH_UTIL_CORE.G_RET_STS_ERROR) THEN
1854: IF l_debug_on THEN
1855: WSH_DEBUG_SV.log(l_sub_module_name,'Error from wsh_new_delivery_actions.is_delivery_empty API for Delivery '||p_entity_id_tab(i));
1856: END IF;
1857: -- Setting this delivery to Error List since it is failed to process
1858: l_del_id_error_flag := 'Y';
1859: END IF;