DBA Data[Home] [Help]

APPS.OKL_INS_QUOTE_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 4653: l_functional_currency okl_k_headers_full_v.currency_code%TYPE := okl_accounting_util.get_func_curr_code;

4649: l_asset_number VARCHAR2(15);
4650: l_contract_number OKC_K_HEADERS_B.CONTRACT_NUMBER%TYPE ;
4651:
4652: ----- For Multi Currency
4653: l_functional_currency okl_k_headers_full_v.currency_code%TYPE := okl_accounting_util.get_func_curr_code;
4654:
4655: x_contract_currency okl_k_headers_full_v.currency_code%TYPE;
4656: x_currency_conversion_type okl_k_headers_full_v.currency_conversion_type%TYPE;
4657: x_currency_conversion_rate okl_k_headers_full_v.currency_conversion_rate%TYPE;

Line 4999: OKL_ACCOUNTING_UTIL.convert_to_functional_currency

4995: RAISE OKC_API.G_EXCEPTION_ERROR;
4996: END IF ;
4997:
4998: ---- Get deal amount in functional Currency
4999: OKL_ACCOUNTING_UTIL.convert_to_functional_currency
5000: (
5001: px_ipyv_rec.KHR_ID,
5002: l_functional_currency,
5003: l_khr_st_date,

Line 5089: OKL_ACCOUNTING_UTIL.convert_to_functional_currency

5085:
5086:
5087:
5088: ---- Convert total OEC to functional
5089: OKL_ACCOUNTING_UTIL.convert_to_functional_currency
5090: (
5091: px_ipyv_rec.KHR_ID,
5092: l_functional_currency,
5093: l_khr_st_date,

Line 5203: OKL_ACCOUNTING_UTIL.convert_to_functional_currency

5199: RAISE OKC_API.G_EXCEPTION_ERROR;
5200: END IF ;
5201: BEGIN
5202: -- Conver to functional OEC
5203: OKL_ACCOUNTING_UTIL.convert_to_functional_currency
5204: (
5205: px_ipyv_rec.KHR_ID,
5206: l_functional_currency,
5207: l_khr_st_date,

Line 5232: OKL_ACCOUNTING_UTIL.convert_to_contract_currency

5228: RAISE OKC_API.G_EXCEPTION_ERROR;
5229: END IF ;
5230: -- get lessor premium in contract currency
5231:
5232: OKL_ACCOUNTING_UTIL.convert_to_contract_currency
5233: (
5234: px_ipyv_rec.KHR_ID,
5235: l_functional_currency,
5236: px_ipyv_rec.DATE_FROM,

Line 5246: okl_accounting_util.cross_currency_round_amount(p_amount =>

5242: x_iasset_tbl(i).LESSOR_PREMIUM
5243: ) ;
5244:
5245: x_iasset_tbl(i).LESSOR_PREMIUM :=
5246: okl_accounting_util.cross_currency_round_amount(p_amount =>
5247: x_iasset_tbl(i).LESSOR_PREMIUM,
5248: p_currency_code => x_contract_currency);
5249:
5250: --- get asset premium in contract currency

Line 5251: OKL_ACCOUNTING_UTIL.convert_to_contract_currency

5247: x_iasset_tbl(i).LESSOR_PREMIUM,
5248: p_currency_code => x_contract_currency);
5249:
5250: --- get asset premium in contract currency
5251: OKL_ACCOUNTING_UTIL.convert_to_contract_currency
5252: ( px_ipyv_rec.KHR_ID,
5253: l_functional_currency,
5254: px_ipyv_rec.DATE_FROM,
5255: l_func_premium,

Line 5263: okl_accounting_util.cross_currency_round_amount(p_amount =>

5259: x_currency_conversion_date ,
5260: x_iasset_tbl(i).PREMIUM ) ;
5261:
5262: x_iasset_tbl(i).PREMIUM :=
5263: okl_accounting_util.cross_currency_round_amount(p_amount =>
5264: x_iasset_tbl(i).PREMIUM,
5265: p_currency_code => x_contract_currency);
5266:
5267: CLOSE okl_ins_rate_csr;

Line 5373: l_functional_currency okl_k_headers_full_v.currency_code%TYPE := okl_accounting_util.get_func_curr_code;

5369: l_dummy_var VARCHAR(1) := '?' ;
5370: l_contract_number OKC_K_HEADERS_B.CONTRACT_NUMBER%TYPE ;
5371:
5372:
5373: l_functional_currency okl_k_headers_full_v.currency_code%TYPE := okl_accounting_util.get_func_curr_code;
5374:
5375: x_contract_currency okl_k_headers_full_v.currency_code%TYPE;
5376: x_currency_conversion_type okl_k_headers_full_v.currency_conversion_type%TYPE;
5377: x_currency_conversion_rate okl_k_headers_full_v.currency_conversion_rate%TYPE;

Line 5570: OKL_ACCOUNTING_UTIL.convert_to_functional_currency

5566: CLOSE l_contract_currency_csr;
5567:
5568:
5569: --2 get converted amount
5570: OKL_ACCOUNTING_UTIL.convert_to_functional_currency
5571: (
5572: p_ipyv_rec.khr_id,
5573: l_functional_currency ,
5574: l_con_start_date,

Line 5597: OKL_ACCOUNTING_UTIL.convert_to_contract_currency

5593: RAISE OKC_API.G_EXCEPTION_ERROR;
5594: END IF;
5595: CLOSE okl_ins_rate_csr;
5596:
5597: OKL_ACCOUNTING_UTIL.convert_to_contract_currency
5598: (
5599: p_ipyv_rec.khr_id,
5600: l_functional_currency,
5601: p_ipyv_rec.DATE_FROM,

Line 5610: okl_accounting_util.cross_currency_round_amount(p_amount =>

5606: x_currency_conversion_date,
5607: x_ipyv_rec.CALCULATED_PREMIUM
5608: ) ;
5609: x_ipyv_rec.CALCULATED_PREMIUM :=
5610: okl_accounting_util.cross_currency_round_amount(p_amount =>
5611: x_ipyv_rec.CALCULATED_PREMIUM,
5612: p_currency_code => x_contract_currency);
5613:
5614: