DBA Data[Home] [Help]

APPS.OKL_SEEDED_FUNCTIONS_PVT dependencies on OKL_AM_UTIL_PVT

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

4401: -- **************************************************
4402:
4403: BEGIN
4404:
4405: l_org_id := okl_am_util_pvt.get_chr_org_id (p_contract_id);
4406: l_sob_id := okc_currency_api.get_ou_sob (l_org_id);
4407: l_currency := okc_currency_api.get_sob_currency (l_sob_id);
4408: okl_am_util_pvt.get_currency_info
4409: (l_currency, l_precision, l_min_acc_unit);

Line 4408: okl_am_util_pvt.get_currency_info

4404:
4405: l_org_id := okl_am_util_pvt.get_chr_org_id (p_contract_id);
4406: l_sob_id := okc_currency_api.get_ou_sob (l_org_id);
4407: l_currency := okc_currency_api.get_sob_currency (l_sob_id);
4408: okl_am_util_pvt.get_currency_info
4409: (l_currency, l_precision, l_min_acc_unit);
4410:
4411: IF l_sob_id IS NULL OR l_precision IS NULL THEN
4412: RAISE l_no_sys_params;

Line 4458: okl_am_util_pvt.get_bill_to_address (

4454: -- *********************************************************
4455:
4456: ELSIF (p_contract_line_id IS NULL) THEN
4457:
4458: okl_am_util_pvt.get_bill_to_address (
4459: p_contract_id => p_contract_id,
4460: p_message_yn => FALSE,
4461: x_bill_to_address_rec => l_bill_to_rec,
4462: x_return_status => l_return_status);

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

12971: FETCH get_asset_sales_proceeds_csr INTO l_sales_proceeds;
12972: CLOSE get_asset_sales_proceeds_csr;
12973:
12974: -- Get the contract currency code
12975: l_currency_code := OKL_AM_UTIL_PVT.get_chr_currency(p_khr_id);
12976:
12977: -- Convert sales_proceeds from functional_currency to contract_currency
12978: OKL_ACCOUNTING_UTIL.convert_to_contract_currency(
12979: p_khr_id => p_khr_id,