DBA Data[Home] [Help]

APPS.OE_BULK_SCHEDULE_UTIL dependencies on STANDARD

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

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