DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_RETURN_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 602: -- SECHAWLA 07-FEB-03 Bug # 2789656 : Added x_return_status parameter to okl_accounting_util call

598: -- Removed DEFAULT hint from procedure parameters
599: -- SECHAWLA - 07-FEB-03 Bug # 2758114
600: -- Remove defaulting logic for Item Price and default to 0 if no formula found.
601: -- Propogate error if a formula is found and execution returns error.
602: -- SECHAWLA 07-FEB-03 Bug # 2789656 : Added x_return_status parameter to okl_accounting_util call
603: -- RMUNJULU 3061751 SERVICE CONTRACT INTEGRATION STEPS
604: -- : 29 Oct 2004 PAGARG Bug# 3925453
605: -- : Additional Input parameter quote id that will
606: -- : be used to obtain quote type and validate

Line 968: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'calling okl_accounting_util.convert_to_functional_currency');

964: IF l_contract_curr_code <> l_func_curr_code THEN
965: -- convert amount to functional currency
966: --SECHAWLA 07-FEB-03 Bug # 2789656 : Added x_return_status parameter to the following procedure call
967: IF (is_debug_statement_on) THEN
968: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'calling okl_accounting_util.convert_to_functional_currency');
969: END IF;
970: okl_accounting_util.convert_to_functional_currency(
971: p_khr_id => l_chr_id,
972: p_to_currency => l_func_curr_code,

Line 970: okl_accounting_util.convert_to_functional_currency(

966: --SECHAWLA 07-FEB-03 Bug # 2789656 : Added x_return_status parameter to the following procedure call
967: IF (is_debug_statement_on) THEN
968: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'calling okl_accounting_util.convert_to_functional_currency');
969: END IF;
970: okl_accounting_util.convert_to_functional_currency(
971: p_khr_id => l_chr_id,
972: p_to_currency => l_func_curr_code,
973: p_transaction_date => l_sysdate,
974: p_amount => l_floor_price,

Line 982: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'called okl_accounting_util.convert_to_functional_currency, x_return_status: ' || x_return_status);

978: x_currency_conversion_rate => lx_currency_conversion_rate,
979: x_currency_conversion_date => lx_currency_conversion_date,
980: x_converted_amount => lx_converted_amount );
981: IF (is_debug_statement_on) THEN
982: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'called okl_accounting_util.convert_to_functional_currency, x_return_status: ' || x_return_status);
983: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'lx_contract_currency: ' || lx_contract_currency);
984: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'lx_currency_conversion_type: ' || lx_currency_conversion_type);
985: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'lx_currency_conversion_rate: ' || lx_currency_conversion_rate);
986: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'lx_currency_conversion_date: ' || lx_currency_conversion_date);

Line 1035: okl_accounting_util.convert_to_functional_currency(

1031: IF l_contract_curr_code <> l_func_curr_code THEN
1032: -- convert amount to functional currency
1033:
1034: --SECHAWLA 07-FEB-03 Bug # 2789656 : Added x_return_status parameter to the following procedure call
1035: okl_accounting_util.convert_to_functional_currency(
1036: p_khr_id => l_chr_id,
1037: p_to_currency => l_func_curr_code,
1038: p_transaction_date => l_sysdate ,
1039: p_amount => l_item_price,

Line 1048: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'called okl_accounting_util.convert_to_functional_currency, x_return_status: ' || x_return_status);

1044: x_currency_conversion_date => lx_currency_conversion_date,
1045: x_converted_amount => lx_converted_amount );
1046:
1047: IF (is_debug_statement_on) THEN
1048: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'called okl_accounting_util.convert_to_functional_currency, x_return_status: ' || x_return_status);
1049: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'lx_contract_currency: ' || lx_contract_currency);
1050: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'lx_currency_conversion_type: ' || lx_currency_conversion_type);
1051: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'lx_currency_conversion_rate: ' || lx_currency_conversion_rate);
1052: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'lx_currency_conversion_date: ' || lx_currency_conversion_date);