DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on OE_PRICE_ADJ_ASSOCS

Line 3748: Select oe_price_adj_assocs_s.nextval

3744: While I Is Not Null Loop
3745: --l_line_adj_assoc_tbl(i) := OE_ORDER_PUB.G_MISS_LINE_ADJ_ASSOC_REC;
3746: l_Line_Adj_Assoc_tbl(i).Operation := OE_Globals.G_OPR_CREATE;
3747:
3748: Select oe_price_adj_assocs_s.nextval
3749: Into l_line_adj_assoc_tbl(i).price_adj_assoc_id
3750: From dual;
3751:
3752: I:= p_line_adj_assoc_tbl.Next(I);

Line 8932: oe_price_adj_assocs assoc

8928:
8929: Cursor prg_lines is
8930: Select radj.line_id
8931: from oe_price_adjustments radj,
8932: oe_price_adj_assocs assoc
8933: where radj.price_adjustment_id =assoc.rltd_price_adj_id and
8934: assoc.price_adjustment_id = p_price_adjustment_id;
8935:
8936: Cursor ph_ids IS