DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_ORDER_SCH_UTIL

Line 2854: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING,1);

2850: oe_debug_pub.add('old arrival_set_id : '|| p_old_line_rec.arrival_set_id,2);
2851: oe_debug_pub.add('l_arrival_set_id : '|| l_arrival_set_id,2);
2852: oe_debug_pub.add('l_ship_set_id : '|| l_ship_set_id,2);
2853: oe_debug_pub.add('3039131: OESCH_PERFORM_SCHEDULING:' ||
2854: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING,1);
2855: END IF;
2856:
2857: /* added the AND condition in the following if to fix the bug 3039131 */
2858:

Line 2863: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING = 'Y' THEN

2859: IF (NOT OE_GLOBALS.Equal(p_line_rec.ship_set_id,
2860: l_ship_set_id) OR
2861: NOT OE_GLOBALS.Equal(p_line_rec.arrival_set_id,
2862: l_arrival_set_id)) AND
2863: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING = 'Y' THEN
2864:
2865: FND_MESSAGE.SET_NAME('ONT','OE_INVALID_SET_OPR');
2866: FND_MESSAGE.SET_TOKEN('ITEMTYPE', p_line_rec.item_type_code);
2867: OE_MSG_PUB.ADD;

Line 2876: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING,1);

2872: END IF;
2873: END IF; -- id
2874: IF l_debug_level > 0 then
2875: oe_debug_pub.add('OESCH_PERFORM_SCHEDULING:' ||
2876: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING,1);
2877: END IF;
2878: IF ((p_line_rec.ship_set IS NOT NULL AND
2879: p_line_rec.ship_set <> FND_API.G_MISS_CHAR AND
2880: p_line_rec.ship_set_id is NULL ) OR

Line 2884: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING = 'Y' THEN

2880: p_line_rec.ship_set_id is NULL ) OR
2881: (p_line_rec.arrival_set IS NOT NULL AND
2882: p_line_rec.arrival_set <> FND_API.G_MISS_CHAR AND
2883: p_line_rec.arrival_set_id IS NULL)) AND
2884: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING = 'Y' THEN
2885: IF l_debug_level > 0 then
2886: oe_debug_pub.add('ship_set_id : '|| p_line_rec.ship_set_id,2);
2887: oe_debug_pub.add('ship_set : '|| p_line_rec.ship_set,2);
2888: oe_debug_pub.add('arrival_set_id : '|| p_line_rec.arrival_set_id,2);

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

4861: IF (NOT OE_GLOBALS.Equal(p_line_rec.schedule_ship_date,
4862: p_old_line_rec.schedule_ship_date)) AND
4863: (NOT OE_GLOBALS.Equal(p_line_rec.schedule_arrival_date,
4864: p_old_line_rec.schedule_arrival_date)) AND
4865: (OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING = 'Y') THEN
4866:
4867: -- Config item is created and passed by the CTO team. So this is
4868: -- is the only item type, which when gets created, already has
4869: -- Schedule_Ship_Date and schedule_Arrival_date. We should not