DBA Data[Home] [Help]

APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKC_K_HEADERS_ALL_B

Line 1199: okc_k_headers_all_b chr

1195:
1196: cursor check_contract_type(p_contract_number VARCHAR2) IS
1197: select decode(chr.scs_code, 'INVESTOR', 'IA', 'LEASE', 'C', null)
1198: from
1199: okc_k_headers_all_b chr
1200: ,okl_k_headers khr
1201: where chr.id = khr.id
1202: and chr.scs_code in ('INVESTOR', 'LEASE')
1203: and chr.contract_number = p_contract_number;