DBA Data[Home] [Help]

APPS.OKL_CONTRACT_BOOK_PVT dependencies on OKL_CREDIT_PUB

Line 4498: okl_credit_pub.get_creditline_by_chrid (p_chr_id);

4494: CLOSE l_rq_fee_lns_bkg_csr;
4495:
4496: -- check whether creditline exists
4497: l_creditline_id :=
4498: okl_credit_pub.get_creditline_by_chrid (p_chr_id);
4499:
4500: IF (l_creditline_id IS NOT NULL AND l_qte_id IS NOT NULL) THEN
4501: -- creditline exists for the contract
4502: -- check whether tot rollover quote amount against the creditlimit exceeds

Line 4596: okl_credit_pub.get_creditline_by_chrid (p_chr_id);

4592: CLOSE l_rq_fee_lns_bkg_csr;
4593:
4594: -- check whether creditline exists
4595: l_creditline_id :=
4596: okl_credit_pub.get_creditline_by_chrid (p_chr_id);
4597:
4598: IF (l_creditline_id IS NOT NULL AND l_qte_id IS NOT NULL) THEN
4599: -- creditline exists for the contract
4600: -- check whether tot rollover quote amount against the creditlimit exceeds