DBA Data[Home] [Help]

APPS.OE_LINE_ADJ_UTIL dependencies on DUAL

Line 3043: From dual;

3039: from oe_price_adjustments;
3040:
3041: Select oe_price_adjustments_s.nextval
3042: Into h
3043: From dual;
3044:
3045: If j > h and j <> fnd_api.g_miss_num Then
3046: l:=j-h+10;
3047: for i in 1..l loop

Line 3048: select oe_price_adjustments_s.nextval into k from dual;

3044:
3045: If j > h and j <> fnd_api.g_miss_num Then
3046: l:=j-h+10;
3047: for i in 1..l loop
3048: select oe_price_adjustments_s.nextval into k from dual;
3049: end loop;
3050: End If;
3051:
3052: end;