DBA Data[Home] [Help]

APPS.OE_ITORD_PUB dependencies on OE_ITEM_ORDERABILITY_S

Line 1129: SELECT OE_ITEM_ORDERABILITY_S.nextval

1125: End;
1126:
1127: IF l_orderability_id IS NULL then
1128:
1129: SELECT OE_ITEM_ORDERABILITY_S.nextval
1130: INTO l_orderability_id
1131: FROM dual;
1132:
1133: l_item_orderability_rec.orderability_id := l_orderability_id;