DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on STANDARD

Line 5425: -- 5. For standard items, check if the source line is being shipped

5421: -- present in the batch being processed.
5422: -- 3. Lines being processed are not split in OM before.
5423: -- 4. All the lines belonging to the same ship set must be present
5424: -- in the batch being processed.
5425: -- 5. For standard items, check if the source line is being shipped
5426: -- completely and that there are no delivery details associated
5427: -- with the same source line but not associated to the trip stop.
5428: --
5429: --========================================================================

Line 5689: --Standard item

5685: END IF;
5686: -- Processing Ship Set Line
5687:
5688:
5689: --Standard item
5690: IF (p_setsmc_input_rec.ship_set_id is NULL
5691: And p_setsmc_input_rec.top_model_line_id IS NULL) then
5692: IF l_debug_on THEN
5693: WSH_DEBUG_SV.logmsg(l_module_name, ' Processing Standard Line');

Line 5693: WSH_DEBUG_SV.logmsg(l_module_name, ' Processing Standard Line');

5689: --Standard item
5690: IF (p_setsmc_input_rec.ship_set_id is NULL
5691: And p_setsmc_input_rec.top_model_line_id IS NULL) then
5692: IF l_debug_on THEN
5693: WSH_DEBUG_SV.logmsg(l_module_name, ' Processing Standard Line');
5694: END IF;
5695:
5696: --Check if bulk status is found for current ato_line in cache
5697: WSH_UTIL_CORE.get_cached_value(

Line 5733: --Standard item

5729: ELSIF (l_return_status IN (WSH_UTIL_CORE.G_RET_STS_ERROR,WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR)) THEN
5730: raise FND_API.G_EXC_ERROR;
5731: END IF;
5732: END IF;
5733: --Standard item
5734:
5735: ELSE -- }{
5736: -- Request qty and Shipped qty are not equal.
5737: l_bulk:=FALSE;