DBA Data[Home] [Help]

APPS.OKL_AM_CREATE_QUOTE_PVT dependencies on OKL_AM_LEASE_LOAN_TRMNT_PVT

Line 2550: 'before call to OKL_AM_LEASE_LOAN_TRMNT_PVT.check_int_calc_done :'||l_return_status);

2546:
2547:
2548: IF (is_debug_statement_on) THEN
2549: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,L_MODULE_NAME,
2550: 'before call to OKL_AM_LEASE_LOAN_TRMNT_PVT.check_int_calc_done :'||l_return_status);
2551: END IF;
2552: -- rmunjulu LOANS_ENHANCEMENTS -- Check interest calculation done
2553:
2554: --SECHAWLA 20-JAN-06 4970009 : The following interest calculation check

Line 2556: --modifying OKL_AM_LEASE_LOAN_TRMNT_PVT.check_int_calc_done

2552: -- rmunjulu LOANS_ENHANCEMENTS -- Check interest calculation done
2553:
2554: --SECHAWLA 20-JAN-06 4970009 : The following interest calculation check
2555: --will also be done for lease contracts, with interest calculation basis 'FLOAT_FACTORS','REAMORT'
2556: --modifying OKL_AM_LEASE_LOAN_TRMNT_PVT.check_int_calc_done
2557: --no code changes done in this file for bug 4970009
2558: l_int_calc_done := OKL_AM_LEASE_LOAN_TRMNT_PVT.check_int_calc_done(
2559: p_contract_id => p_quot_rec.khr_id,
2560: p_contract_number => l_contract_number,

Line 2558: l_int_calc_done := OKL_AM_LEASE_LOAN_TRMNT_PVT.check_int_calc_done(

2554: --SECHAWLA 20-JAN-06 4970009 : The following interest calculation check
2555: --will also be done for lease contracts, with interest calculation basis 'FLOAT_FACTORS','REAMORT'
2556: --modifying OKL_AM_LEASE_LOAN_TRMNT_PVT.check_int_calc_done
2557: --no code changes done in this file for bug 4970009
2558: l_int_calc_done := OKL_AM_LEASE_LOAN_TRMNT_PVT.check_int_calc_done(
2559: p_contract_id => p_quot_rec.khr_id,
2560: p_contract_number => l_contract_number,
2561: p_source => 'CREATE',
2562: p_trn_date => TRUNC(p_quot_rec.date_effective_from));

Line 2565: 'After call to OKL_AM_LEASE_LOAN_TRMNT_PVT.check_int_calc_done :'||l_return_status);

2561: p_source => 'CREATE',
2562: p_trn_date => TRUNC(p_quot_rec.date_effective_from));
2563: IF (is_debug_statement_on) THEN
2564: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,L_MODULE_NAME,
2565: 'After call to OKL_AM_LEASE_LOAN_TRMNT_PVT.check_int_calc_done :'||l_return_status);
2566: END IF;
2567:
2568: IF l_int_calc_done IS NULL OR l_int_calc_done = 'N' THEN
2569: