DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_SET_UTIL

Line 4250: IF OE_SET_UTIL.stand_alone_set_exists(P_SHIP_SET_ID => p_line_rec.ship_set_id ,

4246: -- Active Demand lines with other sch levels will not be allowed to a Inactive Demand set and vice versa.
4247:
4248: IF p_line_rec.item_type_code = 'STANDARD' THEN
4249:
4250: IF OE_SET_UTIL.stand_alone_set_exists(P_SHIP_SET_ID => p_line_rec.ship_set_id ,
4251: p_arrival_set_id => p_line_rec.arrival_set_id,
4252: p_header_id => p_line_rec.header_id,
4253: p_line_id => p_line_rec.line_id,
4254: p_sch_level => l_scheduling_level_code) THEN

Line 4272: AND NOT OE_SET_UTIL.stand_alone_set_exists(P_SHIP_SET_ID => p_line_rec.ship_set_id ,

4268: l_return_status := FND_API.G_RET_STS_ERROR;
4269: END IF;
4270: ELSIF (p_line_rec.ship_set_id is not null
4271: OR P_line_rec.arrival_set_id is not null)
4272: AND NOT OE_SET_UTIL.stand_alone_set_exists(P_SHIP_SET_ID => p_line_rec.ship_set_id ,
4273: p_arrival_set_id => p_line_rec.arrival_set_id,
4274: p_header_id => p_line_rec.header_id,
4275: p_line_id => p_line_rec.line_id,
4276: p_sch_level => l_scheduling_level_code) THEN