DBA Data[Home] [Help]

APPS.OKL_AM_CREATE_QUOTE_PVT dependencies on OKL_AM_LEASE_LOAN_TRMNT_PVT

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

2492:
2493:
2494: IF (is_debug_statement_on) THEN
2495: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,L_MODULE_NAME,
2496: 'before call to OKL_AM_LEASE_LOAN_TRMNT_PVT.check_int_calc_done :'||l_return_status);
2497: END IF;
2498: -- rmunjulu LOANS_ENHANCEMENTS -- Check interest calculation done
2499:
2500: --SECHAWLA 20-JAN-06 4970009 : The following interest calculation check

Line 2502: --modifying OKL_AM_LEASE_LOAN_TRMNT_PVT.check_int_calc_done

2498: -- rmunjulu LOANS_ENHANCEMENTS -- Check interest calculation done
2499:
2500: --SECHAWLA 20-JAN-06 4970009 : The following interest calculation check
2501: --will also be done for lease contracts, with interest calculation basis 'FLOAT_FACTORS','REAMORT'
2502: --modifying OKL_AM_LEASE_LOAN_TRMNT_PVT.check_int_calc_done
2503: --no code changes done in this file for bug 4970009
2504: l_int_calc_done := OKL_AM_LEASE_LOAN_TRMNT_PVT.check_int_calc_done(
2505: p_contract_id => p_quot_rec.khr_id,
2506: p_contract_number => l_contract_number,

Line 2504: l_int_calc_done := OKL_AM_LEASE_LOAN_TRMNT_PVT.check_int_calc_done(

2500: --SECHAWLA 20-JAN-06 4970009 : The following interest calculation check
2501: --will also be done for lease contracts, with interest calculation basis 'FLOAT_FACTORS','REAMORT'
2502: --modifying OKL_AM_LEASE_LOAN_TRMNT_PVT.check_int_calc_done
2503: --no code changes done in this file for bug 4970009
2504: l_int_calc_done := OKL_AM_LEASE_LOAN_TRMNT_PVT.check_int_calc_done(
2505: p_contract_id => p_quot_rec.khr_id,
2506: p_contract_number => l_contract_number,
2507: p_source => 'CREATE',
2508: p_trn_date => TRUNC(p_quot_rec.date_effective_from));

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

2507: p_source => 'CREATE',
2508: p_trn_date => TRUNC(p_quot_rec.date_effective_from));
2509: IF (is_debug_statement_on) THEN
2510: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,L_MODULE_NAME,
2511: 'After call to OKL_AM_LEASE_LOAN_TRMNT_PVT.check_int_calc_done :'||l_return_status);
2512: END IF;
2513:
2514: IF l_int_calc_done IS NULL OR l_int_calc_done = 'N' THEN
2515: