DBA Data[Home] [Help]

APPS.OE_PROCESS_OPTIONS_PVT dependencies on DUAL

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

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

Line 848: FROM DUAL;

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