DBA Data[Home] [Help]

APPS.OKL_MAINTAIN_FEE_PVT dependencies on OKL_SEEDED_FUNCTIONS_PVT

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

4626: raise OKC_API.G_EXCEPTION_ERROR;
4627: End If;
4628:
4629: -- get the previous booked contracts rollover amount;pull data from new column and set to 0 if it is null
4630: l_prev_roll_amount := OKL_SEEDED_FUNCTIONS_PVT.rollover_fee(p_cl_id);
4631:
4632: If(l_prev_roll_amount is null) Then
4633: l_prev_roll_amount := 0;
4634: End If;

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

4818: return;
4819: End If;
4820:
4821: -- get the remaining amount
4822: l_cl_rem_amt := OKL_SEEDED_FUNCTIONS_PVT.creditline_total_remaining(l_cl_id,null);
4823:
4824: -- get the previous booked contracts rollover amount;pull data from new column and set to 0 if it is null
4825: l_prev_roll_amount := OKL_SEEDED_FUNCTIONS_PVT.rollover_fee(l_cl_id);
4826:

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

4821: -- get the remaining amount
4822: l_cl_rem_amt := OKL_SEEDED_FUNCTIONS_PVT.creditline_total_remaining(l_cl_id,null);
4823:
4824: -- get the previous booked contracts rollover amount;pull data from new column and set to 0 if it is null
4825: l_prev_roll_amount := OKL_SEEDED_FUNCTIONS_PVT.rollover_fee(l_cl_id);
4826:
4827: If(l_prev_roll_amount is null) Then
4828: l_prev_roll_amount := 0;
4829: Else