DBA Data[Home] [Help]

APPS.OKL_SEEDED_FUNCTIONS_PVT dependencies on OKL_AM_UTIL_PVT

Line 4989: l_org_id := okl_am_util_pvt.get_chr_org_id (p_contract_id);

4985: -- **************************************************
4986:
4987: BEGIN
4988:
4989: l_org_id := okl_am_util_pvt.get_chr_org_id (p_contract_id);
4990: l_sob_id := okc_currency_api.get_ou_sob (l_org_id);
4991: l_currency := okc_currency_api.get_sob_currency (l_sob_id);
4992: okl_am_util_pvt.get_currency_info
4993: (l_currency, l_precision, l_min_acc_unit);

Line 4992: okl_am_util_pvt.get_currency_info

4988:
4989: l_org_id := okl_am_util_pvt.get_chr_org_id (p_contract_id);
4990: l_sob_id := okc_currency_api.get_ou_sob (l_org_id);
4991: l_currency := okc_currency_api.get_sob_currency (l_sob_id);
4992: okl_am_util_pvt.get_currency_info
4993: (l_currency, l_precision, l_min_acc_unit);
4994:
4995: IF l_sob_id IS NULL OR l_precision IS NULL THEN
4996: RAISE l_no_sys_params;

Line 5042: okl_am_util_pvt.get_bill_to_address (

5038: -- *********************************************************
5039:
5040: ELSIF (p_contract_line_id IS NULL) THEN
5041:
5042: okl_am_util_pvt.get_bill_to_address (
5043: p_contract_id => p_contract_id,
5044: p_message_yn => FALSE,
5045: x_bill_to_address_rec => l_bill_to_rec,
5046: x_return_status => l_return_status);

Line 14207: l_currency_code := OKL_AM_UTIL_PVT.get_chr_currency(p_khr_id);

14203: FETCH get_asset_sales_proceeds_csr INTO l_sales_proceeds;
14204: CLOSE get_asset_sales_proceeds_csr;
14205:
14206: -- Get the contract currency code
14207: l_currency_code := OKL_AM_UTIL_PVT.get_chr_currency(p_khr_id);
14208:
14209: -- Convert sales_proceeds from functional_currency to contract_currency
14210: OKL_ACCOUNTING_UTIL.convert_to_contract_currency(
14211: p_khr_id => p_khr_id,