DBA Data[Home] [Help]

APPS.OKL_CURE_CALC_PVT dependencies on OKC_RULES_B

Line 15: from okc_rules_b rul,

11: ,p_quot_rec_type IN OUT NOCOPY okl_trx_quotes_pub.qtev_rec_type )
12: IS
13: cursor c_get_quote_type (p_contract_id IN NUMBER ) is
14: select RULE_INFORMATION3
15: from okc_rules_b rul,
16: okl_k_headers khr
17: where rul.dnz_chr_id =khr.khr_id
18: and khr.id =p_contract_id
19: and RULE_INFORMATION_CATEGORY ='CORPUR';