DBA Data[Home] [Help]

APPS.OKL_FUNDING_WF dependencies on OKL_CREDIT_PUB

Line 828: l_creditline_id := OKL_CREDIT_PUB.get_creditline_by_chrid(r_funding_req.contract_id);

824: OPEN c_funding_req(p_funding_id);
825: FETCH c_funding_req INTO r_funding_req;
826: CLOSE c_funding_req;
827:
828: l_creditline_id := OKL_CREDIT_PUB.get_creditline_by_chrid(r_funding_req.contract_id);
829:
830: -- Get the Credit line Details to display Requesting Page
831: OPEN c_creditline(l_creditline_id);
832: FETCH c_creditline INTO r_creditline;