DBA Data[Home] [Help]

APPS.INL_TAX_PVT dependencies on INL_LANDEDCOST_PVT

Line 193: --Use LCM INL_LANDEDCOST_PVT.Converted_Amt to get the converted amount

189: p_procedure_name => l_proc_name,
190: p_debug_info => l_debug_info
191: );
192: IF p_sl_currency_code <> l_po_curr_code THEN
193: --Use LCM INL_LANDEDCOST_PVT.Converted_Amt to get the converted amount
194: l_debug_info := 'Use LCM INL_LANDEDCOST_PVT.Converted_Amt to get the converted amount';
195: INL_LOGGING_PVT.Log_Statement (
196: p_module_name => g_module_name,
197: p_procedure_name => l_proc_name,

Line 194: l_debug_info := 'Use LCM INL_LANDEDCOST_PVT.Converted_Amt to get the converted amount';

190: p_debug_info => l_debug_info
191: );
192: IF p_sl_currency_code <> l_po_curr_code THEN
193: --Use LCM INL_LANDEDCOST_PVT.Converted_Amt to get the converted amount
194: l_debug_info := 'Use LCM INL_LANDEDCOST_PVT.Converted_Amt to get the converted amount';
195: INL_LOGGING_PVT.Log_Statement (
196: p_module_name => g_module_name,
197: p_procedure_name => l_proc_name,
198: p_debug_info => l_debug_info

Line 235: l_amt := INL_LANDEDCOST_PVT.Converted_Amt(

231: p_procedure_name => l_proc_name,
232: p_var_name => l_debug_info,
233: p_var_value => nvl(l_po_curr_rate_date, p_sl_currency_conversion_date)
234: );
235: l_amt := INL_LANDEDCOST_PVT.Converted_Amt(
236: p_amt => l_amt,
237: p_from_currency_code => l_po_curr_code,
238: p_to_currency_code => p_sl_currency_code,
239: p_currency_conversion_type => nvl(l_po_curr_rate_type, p_sl_currency_conversion_type),