DBA Data[Home] [Help]

APPS.OKL_CNTRCT_FIN_EXT_MASTER_PVT dependencies on OKL_OPP_SEQ

Line 361: select okl_opp_seq.nextval

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