DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_OPP_SEQ

Line 8343: SELECT okl_opp_seq.NEXTVAL

8339: log_msg(FND_FILE.LOG, 'Please specify positive value for the profile option OKL: Capture Sources for Asset Depreciation Concurrent Workers');
8340: RAISE OKL_API.G_EXCEPTION_ERROR;
8341: END IF;
8342: -- Select sequence for marking processes
8343: SELECT okl_opp_seq.NEXTVAL
8344: INTO l_seq_next
8345: FROM DUAL;
8346: -- Assign the input params to the Local Variables
8347: l_book_type_code := p_book_type_code;