DBA Data[Home] [Help]

APPS.OE_SCHEDULE_GRP dependencies on STANDARD

Line 366: IF ( l_line_rec.item_type_code <> OE_GLOBALS.G_ITEM_STANDARD OR -- Not a Standard Item

362: oe_debug_pub.add(' OPM Enabled Org : No', 5);
363: END IF;
364: oe_debug_pub.add(' Reserved Qty : ' || nvl(l_line_rec.reserved_quantity, 0), 5);
365:
366: IF ( l_line_rec.item_type_code <> OE_GLOBALS.G_ITEM_STANDARD OR -- Not a Standard Item
367: l_line_rec.line_set_id IS NOT NULL OR -- Line is Split
368: l_line_rec.split_from_line_id IS NOT NULL OR -- Split Line
369: nvl(l_line_rec.source_document_type_id, -99) = 10 OR -- Internal Sales Order Line
370: l_line_rec.source_type_code = 'EXTERNAL' OR -- Externally Sourced Line