DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on STANDARD

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

6946: -- present in the batch being processed.
6947: -- 3. Lines being processed are not split in OM before.
6948: -- 4. All the lines belonging to the same ship set must be present
6949: -- in the batch being processed.
6950: -- 5. For standard items, check if the source line is being shipped
6951: -- completely and that there are no delivery details associated
6952: -- with the same source line but not associated to the trip stop.
6953: --
6954: --========================================================================

Line 7214: --Standard item

7210: END IF;
7211: -- Processing Ship Set Line
7212:
7213:
7214: --Standard item
7215: IF (p_setsmc_input_rec.ship_set_id is NULL
7216: And p_setsmc_input_rec.top_model_line_id IS NULL) then
7217: IF l_debug_on THEN
7218: WSH_DEBUG_SV.logmsg(l_module_name, ' Processing Standard Line');

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

7214: --Standard item
7215: IF (p_setsmc_input_rec.ship_set_id is NULL
7216: And p_setsmc_input_rec.top_model_line_id IS NULL) then
7217: IF l_debug_on THEN
7218: WSH_DEBUG_SV.logmsg(l_module_name, ' Processing Standard Line');
7219: END IF;
7220:
7221: --Check if bulk status is found for current ato_line in cache
7222: WSH_UTIL_CORE.get_cached_value(

Line 7258: --Standard item

7254: ELSIF (l_return_status IN (WSH_UTIL_CORE.G_RET_STS_ERROR,WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR)) THEN
7255: raise FND_API.G_EXC_ERROR;
7256: END IF;
7257: END IF;
7258: --Standard item
7259:
7260: ELSE -- }{
7261: -- Request qty and Shipped qty are not equal.
7262: l_bulk:=FALSE;

Line 9254: --Bug 13062521: Only for Standard Items and ATO Items

9250: AND (NVL(l_fulfilled_flag, 'F') <> 'T'))
9251: OR (l_fulfilled_flag = 'P')
9252: -- Bug 7131800: if the Remaining Delivery Details were not Cancelled Earlier, then they would need to be split into another Line
9253: OR ( l_cancel_unpicked_details = 'N'
9254: --Bug 13062521: Only for Standard Items and ATO Items
9255: AND ( oe_interface_rec.top_model_line_id IS NULL
9256: OR NVL(oe_interface_rec.ato_line_id,-1) = oe_interface_rec.top_model_line_id ) )
9257: THEN
9258: l_non_bulk_req_count := l_non_bulk_req_count + 1;