DBA Data[Home] [Help]

APPS.OKL_STREAM_GENERATOR_PVT dependencies on OKL_PRICING_PVT

Line 878: l_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;

874: l_asset_guess_iir NUMBER;
875: l_bkg_yield_guess NUMBER;
876: l_asset_booking_yield NUMBER;
877:
878: l_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;
879: l_sub_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;
880:
881: l_principal_id NUMBER;
882: l_interest_id NUMBER;

Line 879: l_sub_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;

875: l_bkg_yield_guess NUMBER;
876: l_asset_booking_yield NUMBER;
877:
878: l_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;
879: l_sub_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;
880:
881: l_principal_id NUMBER;
882: l_interest_id NUMBER;
883: l_prin_bal_id NUMBER;

Line 1065: OKL_PRICING_PVT.get_quote_amortization(

1061: END IF;
1062:
1063: print( l_prog_name, 'amortize with capital cost ' || to_char(l_capital_cost) );
1064:
1065: OKL_PRICING_PVT.get_quote_amortization(
1066: p_khr_id => p_khr_id,
1067: p_kle_id => l_cle_id,
1068: p_investment => l_capital_cost,
1069: p_residual_value => 0,

Line 8311: l_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;

8307: l_asset_guess_iir NUMBER;
8308: l_bkg_yield_guess NUMBER;
8309: l_asset_booking_yield NUMBER;
8310:
8311: l_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;
8312: l_sub_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;
8313: i BINARY_INTEGER := 0;
8314:
8315: l_payment_count BINARY_INTEGER := 0;

Line 8312: l_sub_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;

8308: l_bkg_yield_guess NUMBER;
8309: l_asset_booking_yield NUMBER;
8310:
8311: l_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;
8312: l_sub_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;
8313: i BINARY_INTEGER := 0;
8314:
8315: l_payment_count BINARY_INTEGER := 0;
8316:

Line 8838: OKL_PRICING_PVT.get_loan_amortization(p_khr_id => p_khr_id,

8834:
8835:
8836: print( l_prog_name, ' calling loan amort ' );
8837:
8838: OKL_PRICING_PVT.get_loan_amortization(p_khr_id => p_khr_id,
8839: p_kle_id => l_fin_asset.id,
8840: p_purpose_code => l_purpose_code,
8841: p_investment => l_capital_cost,
8842: p_residual_value => l_residual_value,

Line 8912: OKL_PRICING_PVT.get_loan_amortization(

8908: l_prin_bal_tbl.DELETE;
8909: l_termination_tbl.DELETE;
8910: l_pre_tax_inc_tbl.DELETE;
8911:
8912: OKL_PRICING_PVT.get_loan_amortization(
8913: p_khr_id => p_khr_id,
8914: p_kle_id => l_fin_asset.id,
8915: p_purpose_code => l_purpose_code,
8916: p_investment => l_capital_cost,

Line 9354: OKL_PRICING_PVT.compute_irr (p_khr_id => p_khr_id,

9350:
9351: --print( l_prog_name, ' subsidies_yn ' || l_subsidies_yn );
9352: If ( nvl(l_subsidies_yn, 'N') = 'Y' ) Then
9353:
9354: OKL_PRICING_PVT.compute_irr (p_khr_id => p_khr_id,
9355: p_start_date => l_hdr.start_date,
9356: p_term_duration => l_hdr.term_duration,
9357: p_interim_tbl => l_sub_interim_tbl,
9358: p_subsidies_yn => 'Y',

Line 9397: OKL_PRICING_PVT.compute_iir (p_khr_id => p_khr_id,

9393: END IF;
9394:
9395: x_contract_rates.sub_pre_tax_irr := l_sub_pre_tax_irr;
9396:
9397: OKL_PRICING_PVT.compute_iir (p_khr_id => p_khr_id,
9398: p_start_date => l_hdr.start_date,
9399: p_term_duration => l_hdr.term_duration,
9400: p_interim_tbl => l_sub_interim_tbl,
9401: p_subsidies_yn => 'Y',

Line 9444: OKL_PRICING_PVT.compute_irr (p_khr_id => p_khr_id,

9440:
9441: End If;
9442:
9443:
9444: OKL_PRICING_PVT.compute_irr (p_khr_id => p_khr_id,
9445: p_start_date => l_hdr.start_date,
9446: p_term_duration => l_hdr.term_duration,
9447: p_interim_tbl => l_interim_tbl,
9448: p_subsidies_yn => 'N',

Line 9489: OKL_PRICING_PVT.compute_iir (p_khr_id => p_khr_id,

9485:
9486: print( l_prog_name, ' pre tax irr ' || to_char( nvl(l_pre_tax_irr, -999) ) , lx_return_status );
9487: x_contract_rates.pre_tax_irr := l_pre_tax_irr;
9488:
9489: OKL_PRICING_PVT.compute_iir (p_khr_id => p_khr_id,
9490: p_start_date => l_hdr.start_date,
9491: p_term_duration => l_hdr.term_duration,
9492: p_interim_tbl => l_interim_tbl,
9493: p_subsidies_yn => 'N',