DBA Data[Home] [Help]

APPS.OKL_STREAM_GENERATOR_PVT dependencies on OKL_PRICING_PVT

Line 869: l_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;

865: l_asset_guess_iir NUMBER;
866: l_bkg_yield_guess NUMBER;
867: l_asset_booking_yield NUMBER;
868:
869: l_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;
870: l_sub_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;
871:
872: l_principal_id NUMBER;
873: l_interest_id NUMBER;

Line 870: l_sub_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;

866: l_bkg_yield_guess NUMBER;
867: l_asset_booking_yield NUMBER;
868:
869: l_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;
870: l_sub_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;
871:
872: l_principal_id NUMBER;
873: l_interest_id NUMBER;
874: l_prin_bal_id NUMBER;

Line 1050: OKL_PRICING_PVT.get_quote_amortization(

1046: END IF;
1047:
1048: print( l_prog_name, 'amortize with capital cost ' || to_char(l_capital_cost) );
1049:
1050: OKL_PRICING_PVT.get_quote_amortization(
1051: p_khr_id => p_khr_id,
1052: p_kle_id => l_cle_id,
1053: p_investment => l_capital_cost,
1054: p_residual_value => 0,

Line 6235: l_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;

6231: l_asset_guess_iir NUMBER;
6232: l_bkg_yield_guess NUMBER;
6233: l_asset_booking_yield NUMBER;
6234:
6235: l_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;
6236: l_sub_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;
6237: i BINARY_INTEGER := 0;
6238:
6239: l_payment_count BINARY_INTEGER := 0;

Line 6236: l_sub_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;

6232: l_bkg_yield_guess NUMBER;
6233: l_asset_booking_yield NUMBER;
6234:
6235: l_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;
6236: l_sub_interim_tbl OKL_PRICING_PVT.interim_interest_tbl_type;
6237: i BINARY_INTEGER := 0;
6238:
6239: l_payment_count BINARY_INTEGER := 0;
6240:

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

6541: l_capital_cost := l_capital_cost + l_subsidy_amount;
6542: END IF;
6543:
6544: print( l_prog_name, ' calling loan amort ' );
6545: OKL_PRICING_PVT.get_loan_amortization(p_khr_id => p_khr_id,
6546: p_kle_id => l_fin_asset.id,
6547: p_purpose_code => l_purpose_code,
6548: p_investment => l_capital_cost,
6549: p_residual_value => l_residual_value,

Line 6610: OKL_PRICING_PVT.get_loan_amortization(

6606: l_prin_bal_tbl.DELETE;
6607: l_termination_tbl.DELETE;
6608: l_pre_tax_inc_tbl.DELETE;
6609:
6610: OKL_PRICING_PVT.get_loan_amortization(
6611: p_khr_id => p_khr_id,
6612: p_kle_id => l_fin_asset.id,
6613: p_purpose_code => l_purpose_code,
6614: p_investment => l_capital_cost,

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

7123:
7124: --print( l_prog_name, ' subsidies_yn ' || l_subsidies_yn );
7125: If ( nvl(l_subsidies_yn, 'N') = 'Y' ) Then
7126:
7127: OKL_PRICING_PVT.compute_irr (p_khr_id => p_khr_id,
7128: p_start_date => l_hdr.start_date,
7129: p_term_duration => l_hdr.term_duration,
7130: p_interim_tbl => l_sub_interim_tbl,
7131: p_subsidies_yn => 'Y',

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

7166: END IF;
7167:
7168: x_contract_rates.sub_pre_tax_irr := l_sub_pre_tax_irr;
7169:
7170: OKL_PRICING_PVT.compute_iir (p_khr_id => p_khr_id,
7171: p_start_date => l_hdr.start_date,
7172: p_term_duration => l_hdr.term_duration,
7173: p_interim_tbl => l_sub_interim_tbl,
7174: p_subsidies_yn => 'Y',

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

7212:
7213: End If;
7214:
7215:
7216: OKL_PRICING_PVT.compute_irr (p_khr_id => p_khr_id,
7217: p_start_date => l_hdr.start_date,
7218: p_term_duration => l_hdr.term_duration,
7219: p_interim_tbl => l_interim_tbl,
7220: p_subsidies_yn => 'N',

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

7257:
7258: print( l_prog_name, ' pre tax irr ' || to_char( nvl(l_pre_tax_irr, -999) ) , lx_return_status );
7259: x_contract_rates.pre_tax_irr := l_pre_tax_irr;
7260:
7261: OKL_PRICING_PVT.compute_iir (p_khr_id => p_khr_id,
7262: p_start_date => l_hdr.start_date,
7263: p_term_duration => l_hdr.term_duration,
7264: p_interim_tbl => l_interim_tbl,
7265: p_subsidies_yn => 'N',