DBA Data[Home] [Help]

APPS.INL_TAX_PVT dependencies on INL_LANDEDCOST_PVT

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

85: p_procedure_name => l_proc_name,
86: p_debug_info => l_debug_info
87: );
88: IF p_sl_currency_code <> l_po_curr_code THEN
89: --Use LCM INL_LANDEDCOST_PVT.Converted_Amt to get the converted amount
90: l_debug_info := 'Use LCM INL_LANDEDCOST_PVT.Converted_Amt to get the converted amount';
91: INL_LOGGING_PVT.Log_Statement (
92: p_module_name => g_module_name,
93: p_procedure_name => l_proc_name,

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

86: p_debug_info => l_debug_info
87: );
88: IF p_sl_currency_code <> l_po_curr_code THEN
89: --Use LCM INL_LANDEDCOST_PVT.Converted_Amt to get the converted amount
90: l_debug_info := 'Use LCM INL_LANDEDCOST_PVT.Converted_Amt to get the converted amount';
91: INL_LOGGING_PVT.Log_Statement (
92: p_module_name => g_module_name,
93: p_procedure_name => l_proc_name,
94: p_debug_info => l_debug_info

Line 96: l_amt := INL_LANDEDCOST_PVT.Converted_Amt(

92: p_module_name => g_module_name,
93: p_procedure_name => l_proc_name,
94: p_debug_info => l_debug_info
95: );
96: l_amt := INL_LANDEDCOST_PVT.Converted_Amt(
97: p_amt => l_amt,
98: p_from_currency_code => l_po_curr_code,
99: p_to_currency_code => p_sl_currency_code,
100: p_currency_conversion_type => nvl(l_po_curr_rate_type, p_sl_currency_conversion_type),