DBA Data[Home] [Help]

APPS.OE_UPG_SO dependencies on OE_PRICE_ADJUSTMENTS_S

Line 80: oe_price_adjustments_s.nextval

76:
77: G_ERROR_LOCATION := 102;
78:
79: select
80: oe_price_adjustments_s.nextval
81: into
82: v_price_adjustment_id
83: from dual;
84: G_ERROR_LOCATION := 103;