DBA Data[Home] [Help]

APPS.OKL_K_LINE_FIN_EXT_MASTER_PVT dependencies on OKL_OPP_SEQ

Line 351: select okl_opp_seq.nextval

347: lp_k_start_date_to := FND_DATE.CANONICAL_TO_DATE(P_START_DATE_TO);
348:
349:
350: -- Select sequence for marking processes
351: select okl_opp_seq.nextval
352: into l_seq_next
353: from dual ;
354:
355: l_char_seq_num := to_char(l_seq_next);