DBA Data[Home] [Help]

APPS.OE_ATP dependencies on OE_LINE_UTIL

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

346: END IF;
347:
348: -- Perform ATP Inquiry for Standard Lines
349:
350: -- l_line_atp_rec := OE_LINE_UTIL.Query_Row(l_entity_id);
351: OE_Line_Util.Query_Row(p_line_id => l_entity_id,
352: x_line_rec => l_line_atp_rec);
353:
354: IF l_debug_level > 0 THEN

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

347:
348: -- Perform ATP Inquiry for Standard Lines
349:
350: -- l_line_atp_rec := OE_LINE_UTIL.Query_Row(l_entity_id);
351: OE_Line_Util.Query_Row(p_line_id => l_entity_id,
352: x_line_rec => l_line_atp_rec);
353:
354: IF l_debug_level > 0 THEN
355: oe_debug_pub.add( 'CALLING ATP_CHECK' , 2 ) ;