DBA Data[Home] [Help]

APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKC_K_HEADERS_ALL_B

Line 1162: okc_k_headers_all_b chr

1158:
1159: cursor check_contract_type(p_contract_number VARCHAR2) IS
1160: select decode(chr.scs_code, 'INVESTOR', 'IA', 'LEASE', 'C', null)
1161: from
1162: okc_k_headers_all_b chr
1163: ,okl_k_headers khr
1164: where chr.id = khr.id
1165: and chr.scs_code in ('INVESTOR', 'LEASE')
1166: and chr.contract_number = p_contract_number;