DBA Data[Home] [Help]

APPS.OE_ITORD_PUB dependencies on OE_ITEM_ORDERABILITY_S

Line 1079: SELECT OE_ITEM_ORDERABILITY_S.nextval

1075: End;
1076:
1077: IF l_orderability_id IS NULL then
1078:
1079: SELECT OE_ITEM_ORDERABILITY_S.nextval
1080: INTO l_orderability_id
1081: FROM dual;
1082:
1083: l_item_orderability_rec.orderability_id := l_orderability_id;