DBA Data[Home] [Help]

APPS.OKC_KEXP_PVT dependencies on DUAL

Line 34: FROM dual;

30: -- Assign Sequence number for this search criteria based call.
31: -- -------------------------------------------------------------------
32: SELECT okc_kexp_report_s1.NEXTVAL
33: INTO l_report_seq
34: FROM dual;
35:
36: -- --------------------------------------------------------------------
37: -- Cursor to populate Temp_Table with Contract Header Row_Ids.
38: -- Concatenates the ksearch Where-Clause of the Contract Search form.