DBA Data[Home] [Help]

APPS.OKL_MAINTAIN_FEE_PVT dependencies on OKL_SEEDED_FUNCTIONS_PVT

Line 4617: l_prev_roll_amount := OKL_SEEDED_FUNCTIONS_PVT.rollover_fee(p_cl_id);

4613: raise OKC_API.G_EXCEPTION_ERROR;
4614: End If;
4615:
4616: -- get the previous booked contracts rollover amount;pull data from new column and set to 0 if it is null
4617: l_prev_roll_amount := OKL_SEEDED_FUNCTIONS_PVT.rollover_fee(p_cl_id);
4618:
4619: If(l_prev_roll_amount is null) Then
4620: l_prev_roll_amount := 0;
4621: End If;

Line 4809: l_cl_rem_amt := OKL_SEEDED_FUNCTIONS_PVT.creditline_total_remaining(l_cl_id,null);

4805: return;
4806: End If;
4807:
4808: -- get the remaining amount
4809: l_cl_rem_amt := OKL_SEEDED_FUNCTIONS_PVT.creditline_total_remaining(l_cl_id,null);
4810:
4811: -- get the previous booked contracts rollover amount;pull data from new column and set to 0 if it is null
4812: l_prev_roll_amount := OKL_SEEDED_FUNCTIONS_PVT.rollover_fee(l_cl_id);
4813:

Line 4812: l_prev_roll_amount := OKL_SEEDED_FUNCTIONS_PVT.rollover_fee(l_cl_id);

4808: -- get the remaining amount
4809: l_cl_rem_amt := OKL_SEEDED_FUNCTIONS_PVT.creditline_total_remaining(l_cl_id,null);
4810:
4811: -- get the previous booked contracts rollover amount;pull data from new column and set to 0 if it is null
4812: l_prev_roll_amount := OKL_SEEDED_FUNCTIONS_PVT.rollover_fee(l_cl_id);
4813:
4814: If(l_prev_roll_amount is null) Then
4815: l_prev_roll_amount := 0;
4816: Else