DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on OE_PRICE_ADJ_ASSOCS_S

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);