DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_OPP_SEQ

Line 8458: SELECT okl_opp_seq.NEXTVAL

8454: log_msg(FND_FILE.LOG, 'Please specify positive value for the profile option OKL: Capture Sources for Asset Depreciation Concurrent Workers');
8455: RAISE OKL_API.G_EXCEPTION_ERROR;
8456: END IF;
8457: -- Select sequence for marking processes
8458: SELECT okl_opp_seq.NEXTVAL
8459: INTO l_seq_next
8460: FROM DUAL;
8461: -- Assign the input params to the Local Variables
8462: l_book_type_code := p_book_type_code;