DBA Data[Home] [Help]

APPS.OKL_TRANSFER_ASSUMPTION_PVT dependencies on OKL_CREDIT_PUB

Line 258: l_dst_credit_id := OKL_CREDIT_PUB.get_creditline_by_chrid(p_chr_id);

254:
255: */
256:
257: -- get credit line ID for destination contract if any (ignore if credit line not found?)
258: l_dst_credit_id := OKL_CREDIT_PUB.get_creditline_by_chrid(p_chr_id);
259:
260: -- get source contract's ID via okc_k_headers_b.ORIG_SYSTEM_ID1
261: open c_src_chr(p_chr_id);
262: fetch c_src_chr into l_src_chr_id;

Line 273: l_src_credit_id := OKL_CREDIT_PUB.get_creditline_by_chrid(l_src_chr_id);

269: RAISE Okl_Api.G_EXCEPTION_UNEXPECTED_ERROR;
270: end if;
271:
272: -- get credit line ID for source contract if any (ignore if credit line not found?)
273: l_src_credit_id := OKL_CREDIT_PUB.get_creditline_by_chrid(l_src_chr_id);
274:
275: -- IF source contract credit line exists THEN
276: -- get total T for source contract via formula CONTRACT_FINANCED_AMOUNT
277: -- Update (add this amount as positive to OKL_K_HEADERS.TOT_CL_NET_TRANSFER_AMT) T for source contract's credit line

Line 477: l_dst_credit_id := OKL_CREDIT_PUB.get_creditline_by_chrid(p_chr_id);

473: */
474:
475: -- only one destination credit line
476: -- get credit line ID for destination contract if any (ignore error if credit line not found?)
477: l_dst_credit_id := OKL_CREDIT_PUB.get_creditline_by_chrid(p_chr_id);
478:
479: -- <>
480: -- Loop
481: For r_src_chr in c_src_chr(p_chr_id) loop

Line 485: l_src_credit_id := OKL_CREDIT_PUB.get_creditline_by_chrid(r_src_chr.dnz_chr_id);

481: For r_src_chr in c_src_chr(p_chr_id) loop
482: -- Source contract T and A
483: -- May refer from multiple contracts if it's partial transfer
484: -- get credit line ID for source contract if any (ignore if credit line not found?)
485: l_src_credit_id := OKL_CREDIT_PUB.get_creditline_by_chrid(r_src_chr.dnz_chr_id);
486:
487: -- IF credit line found THEN
488: -- get source contract's asset top line via okc_k_lines_b.ORIG_SYSTEM_ID1
489: -- get total T and A for source contract asset via formula LINE_CAP_AMOUNT