3661: While I Is Not Null Loop
3662: --l_line_adj_assoc_tbl(i) := OE_ORDER_PUB.G_MISS_LINE_ADJ_ASSOC_REC;
3663: l_Line_Adj_Assoc_tbl(i).Operation := OE_Globals.G_OPR_CREATE;
3664:
3665: Select oe_price_adj_assocs_s.nextval
3666: Into l_line_adj_assoc_tbl(i).price_adj_assoc_id
3667: From dual;
3668:
3669: I:= p_line_adj_assoc_tbl.Next(I);
8836:
8837: Cursor prg_lines is
8838: Select radj.line_id
8839: from oe_price_adjustments radj,
8840: oe_price_adj_assocs assoc
8841: where radj.price_adjustment_id =assoc.rltd_price_adj_id and
8842: assoc.price_adjustment_id = p_price_adjustment_id;
8843:
8844: Cursor ph_ids IS