DBA Data[Home] [Help]

APPS.OKC_COP_PVT dependencies on DUAL

Line 412: FROM dual;

408: -- For non seeded (customer) data, ID should be 50000 or above
409: --
410: Cursor c Is
411: SELECT OKC_CLASS_OPERATIONS_S1.nextval
412: FROM dual;
413:
414: --
415: -- For seeded data, ID should be greater than or equal to 11000 and less than 50000
416: --