DBA Data[Home] [Help]

APPS.OE_BULK_SCHEDULE_UTIL dependencies on STANDARD

Line 576: p_line_rec.item_type_code(I) <> 'STANDARD'

572: -- Add check here for HOLDS if the profile option schedule lines on hold is
573: -- False.
574:
575: IF OE_BULK_ORDER_PVT.G_SCHEDULE_LINE_ON_HOLD = 'N' AND
576: p_line_rec.item_type_code(I) <> 'STANDARD'
577: THEN
578: IF l_debug_level > 0 THEN
579: oe_debug_pub.add( 'Calling check for holds :'||J ) ;
580: END IF;