DBA Data[Home] [Help]

APPS.OE_ATP dependencies on OE_LINE_UTIL

Line 349: -- l_line_atp_rec := OE_LINE_UTIL.Query_Row(l_entity_id);

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);
352:
353: IF l_debug_level > 0 THEN

Line 350: OE_Line_Util.Query_Row(p_line_id => l_entity_id,

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);
352:
353: IF l_debug_level > 0 THEN
354: oe_debug_pub.add( 'CALLING ATP_CHECK' , 2 ) ;