DBA Data[Home] [Help]

APPS.OE_FREIGHT_CHOICES_PVT dependencies on STANDARD

Line 456: c_ship_method.item_type_code = 'STANDARD' OR

452: IF c_ship_method.shippable_flag = 'N' THEN
453:
454: IF c_ship_method.ato_line_id is not NULL AND
455: NOT ((c_ship_method.item_type_code = 'OPTION' OR
456: c_ship_method.item_type_code = 'STANDARD' OR
457: c_ship_method.item_type_code = 'INCLUDED') AND --9775352
458: c_ship_method.ato_line_id = c_ship_method.line_id)
459: THEN
460: IF l_debug_level > 0 THEN