DBA Data[Home] [Help]

APPS.OKL_K_LINE_FIN_EXT_MASTER_PVT dependencies on OKL_OPP_SEQ

Line 350: select okl_opp_seq.nextval

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