DBA Data[Home] [Help]

APPS.OKL_MAINTAIN_FEE_PVT dependencies on OKL_CREDIT_PUB

Line 4813: l_cl_id := OKL_CREDIT_PUB.get_creditline_by_chrid(p_chr_id);

4809: return;
4810: End If;
4811:
4812: -- check whether creditline exists
4813: l_cl_id := OKL_CREDIT_PUB.get_creditline_by_chrid(p_chr_id);
4814:
4815: If(l_cl_id is null OR l_cl_id = OKC_API.G_MISS_NUM) Then
4816: x_rem_amt := 0;
4817: x_return_status := OKL_API.G_RET_STS_SUCCESS;