DBA Data[Home] [Help]

APPS.OKL_CNTRCT_FIN_EXT_MASTER_PVT dependencies on OKL_OPP_SEQ

Line 364: select okl_opp_seq.nextval

360: lp_k_end_date_to := FND_DATE.CANONICAL_TO_DATE(P_END_DATE_TO);
361: END IF;
362:
363: -- Select sequence for marking processes
364: select okl_opp_seq.nextval
365: into l_seq_next
366: from dual ;
367:
368: l_char_seq_num := to_char(l_seq_next);