DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_ORDER_SCH_UTIL

Line 2979: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING,1);

2975: oe_debug_pub.add('old arrival_set_id : '|| p_old_line_rec.arrival_set_id,2);
2976: oe_debug_pub.add('l_arrival_set_id : '|| l_arrival_set_id,2);
2977: oe_debug_pub.add('l_ship_set_id : '|| l_ship_set_id,2);
2978: oe_debug_pub.add('3039131: OESCH_PERFORM_SCHEDULING:' ||
2979: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING,1);
2980: END IF;
2981:
2982: /* added the AND condition in the following if to fix the bug 3039131 */
2983:

Line 2988: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING = 'Y' THEN

2984: IF (NOT OE_GLOBALS.Equal(p_line_rec.ship_set_id,
2985: l_ship_set_id) OR
2986: NOT OE_GLOBALS.Equal(p_line_rec.arrival_set_id,
2987: l_arrival_set_id)) AND
2988: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING = 'Y' THEN
2989:
2990: FND_MESSAGE.SET_NAME('ONT','OE_INVALID_SET_OPR');
2991: FND_MESSAGE.SET_TOKEN('ITEMTYPE', p_line_rec.item_type_code);
2992: OE_MSG_PUB.ADD;

Line 3001: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING,1);

2997: END IF;
2998: END IF; -- id
2999: IF l_debug_level > 0 then
3000: oe_debug_pub.add('OESCH_PERFORM_SCHEDULING:' ||
3001: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING,1);
3002: END IF;
3003: IF ((p_line_rec.ship_set IS NOT NULL AND
3004: p_line_rec.ship_set <> FND_API.G_MISS_CHAR AND
3005: p_line_rec.ship_set_id is NULL ) OR

Line 3009: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING = 'Y' THEN

3005: p_line_rec.ship_set_id is NULL ) OR
3006: (p_line_rec.arrival_set IS NOT NULL AND
3007: p_line_rec.arrival_set <> FND_API.G_MISS_CHAR AND
3008: p_line_rec.arrival_set_id IS NULL)) AND
3009: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING = 'Y' THEN
3010: IF l_debug_level > 0 then
3011: oe_debug_pub.add('ship_set_id : '|| p_line_rec.ship_set_id,2);
3012: oe_debug_pub.add('ship_set : '|| p_line_rec.ship_set,2);
3013: oe_debug_pub.add('arrival_set_id : '|| p_line_rec.arrival_set_id,2);

Line 5181: (OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING = 'Y') THEN

5177: IF (NOT OE_GLOBALS.Equal(p_line_rec.schedule_ship_date,
5178: p_old_line_rec.schedule_ship_date)) AND
5179: (NOT OE_GLOBALS.Equal(p_line_rec.schedule_arrival_date,
5180: p_old_line_rec.schedule_arrival_date)) AND
5181: (OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING = 'Y') THEN
5182:
5183: -- Config item is created and passed by the CTO team. So this is
5184: -- is the only item type, which when gets created, already has
5185: -- Schedule_Ship_Date and schedule_Arrival_date. We should not