DBA Data[Home] [Help]

APPS.OE_PROCESS_OPTIONS_PVT dependencies on DUAL

Line 691: options so that they will get defaulted individually. Please

687: options that need to be created. This saves us from defaulting
688: all n options for 300 or so attributes in oe_order_lines.
689: We set the item dependent attributes (once that are set dependent
690: on inventory_item_id in OEXUDEPB.pls) as missing on all the
691: options so that they will get defaulted individually. Please
692: note that any future additions to OEXUDEPB.pls should be
693: added in this API also.
694:
695: We call process_order and then the change columns procedure

Line 847: FROM DUAL;

843: l_class_line_rec.context := p_options_tbl(I).context;
844:
845: SELECT OE_ORDER_LINES_S.NEXTVAL
846: INTO l_class_line_rec.line_id
847: FROM DUAL;
848:
849: l_class_line_rec.pricing_quantity_uom
850: := l_class_line_rec.order_quantity_uom;
851: l_class_line_rec.pricing_quantity