DBA Data[Home] [Help]

APPS.OE_SCHEDULE_GRP dependencies on STANDARD

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

501: oe_debug_pub.add(' OPM Enabled Org : No', 5);
502: END IF;
503: oe_debug_pub.add(' Reserved Qty : ' || nvl(l_line_rec.reserved_quantity, 0), 5);
504:
505: IF ( l_line_rec.item_type_code <> OE_GLOBALS.G_ITEM_STANDARD OR -- Not a Standard Item
506: l_line_rec.line_set_id IS NOT NULL OR -- Line is Split
507: l_line_rec.split_from_line_id IS NOT NULL OR -- Split Line
508: nvl(l_line_rec.source_document_type_id, -99) = 10 OR -- Internal Sales Order Line
509: l_line_rec.source_type_code = 'EXTERNAL' OR -- Externally Sourced Line