DBA Data[Home] [Help]

APPS.OE_ATP dependencies on STANDARD

Line 112: IF (p_line_atp_rec.item_type_code <> OE_GLOBALS.G_ITEM_STANDARD)

108: END IF;
109: goto end_atp_check;
110: END IF;
111:
112: IF (p_line_atp_rec.item_type_code <> OE_GLOBALS.G_ITEM_STANDARD)
113: THEN
114: IF l_debug_level > 0 THEN
115: oe_debug_pub.add( 'NOT A STANDARD LINE' , 3 ) ;
116: END IF;

Line 115: oe_debug_pub.add( 'NOT A STANDARD LINE' , 3 ) ;

111:
112: IF (p_line_atp_rec.item_type_code <> OE_GLOBALS.G_ITEM_STANDARD)
113: THEN
114: IF l_debug_level > 0 THEN
115: oe_debug_pub.add( 'NOT A STANDARD LINE' , 3 ) ;
116: END IF;
117: goto end_atp_check;
118: END IF;
119:

Line 209: l_line_rec.item_type_code := OE_GLOBALS.G_ITEM_STANDARD;

205: IF l_debug_level > 0 THEN
206: oe_debug_pub.add( 'LINE TYPE ON LINE NEW : '||TO_CHAR ( L_LINE_REC.LINE_TYPE_ID ) , 3 ) ;
207: END IF;
208:
209: l_line_rec.item_type_code := OE_GLOBALS.G_ITEM_STANDARD;
210: l_line_rec.schedule_action_code := OE_ORDER_SCH_UTIL.OESCH_ACT_ATP_CHECK;
211:
212: -- Bug4504362
213:

Line 347: -- Perform ATP Inquiry for Standard Lines

343: RAISE FND_API.G_EXC_ERROR;
344: END IF;
345: END IF;
346:
347: -- Perform ATP Inquiry for Standard Lines
348:
349: -- l_line_atp_rec := OE_LINE_UTIL.Query_Row(l_entity_id);
350: OE_Line_Util.Query_Row(p_line_id => l_entity_id,
351: x_line_rec => l_line_atp_rec);