DBA Data[Home] [Help]

APPS.OKC_KSQ_PVT dependencies on OKC_K_HEADERS_S1

Line 2760: select okc_k_headers_s1.nextval

2756: Okc_Debug.Log('2105: Sequence Profile : ' || l_seq_profile);
2757: END IF;
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);