DBA Data[Home] [Help]

APPS.OKC_KSQ_PVT dependencies on DUAL

Line 2762: from dual;

2758: If Nvl(l_seq_profile, 'N') NOT IN ('A','P') Then
2759: Loop
2760: select okc_k_headers_s1.nextval
2761: into l_contract_number
2762: from dual;
2763: IF (l_debug = 'Y') THEN
2764: Okc_Debug.Log('2106: Contract Number : ' || l_contract_number);
2765: END IF;
2766: Exit When Contract_Is_Unique(l_contract_number);