DBA Data[Home] [Help]

APPS.OKL_MAINTAIN_FEE_PVT dependencies on OKL_CREDIT_PUB

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

4796: return;
4797: End If;
4798:
4799: -- check whether creditline exists
4800: l_cl_id := OKL_CREDIT_PUB.get_creditline_by_chrid(p_chr_id);
4801:
4802: If(l_cl_id is null OR l_cl_id = OKC_API.G_MISS_NUM) Then
4803: x_rem_amt := 0;
4804: x_return_status := OKL_API.G_RET_STS_SUCCESS;