DBA Data[Home] [Help]

APPS.INL_RULE_PVT dependencies on INL_UTILITIES_PKG

Line 184: l_line_operator_dsp := INL_UTILITIES_PKG.Get_LookupMeaning(

180: --
181: -- Get line_operator
182: --
183: IF l_conditions(i).line_operator_code IS NOT NULL THEN
184: l_line_operator_dsp := INL_UTILITIES_PKG.Get_LookupMeaning(
185: p_lookup_type => 'INL_CON_LINE_OPERATOR',
186: p_lookup_code => l_conditions(i).line_operator_code,
187: x_return_status => l_return_status,
188: x_msg_count => l_msg_count,

Line 235: INL_UTILITIES_PKG.Get_LookupMeaning(

231: -- Get logical_operator
232: --
233: IF l_conditions(i).logical_operator_code IS NOT NULL THEN
234: l_condition_dsp := RTRIM(l_condition_dsp)|| ' ' ||
235: INL_UTILITIES_PKG.Get_LookupMeaning(
236: p_lookup_type => 'INL_CON_LOGICAL_OPERATOR',
237: p_lookup_code => l_conditions(i).logical_operator_code,
238: x_return_status => l_return_status,
239: x_msg_count => l_msg_count,