DBA Data[Home] [Help]

APPS.BIS_REPORT_UTIL_PVT dependencies on FND_LOOKUPS

Line 178: -- from fnd_lookups so that the correct language is used --

174: ----------------------------------------------------------------------------
175: -- Procedure: Get_Translated_Icon_Text --
176: -- --
177: -- Description: Retrieve the navigation icons labels. This is taken --
178: -- from fnd_lookups so that the correct language is used --
179: -- and the label is displayed in the user's language. --
180: -- --
181: -- Parameters: p_icon_code Unique identifer for the icon --
182: -- x_icon_meaning Short, one word label for the --

Line 199: FROM fnd_lookups

195: BEGIN
196: SELECT meaning, description
197: INTO x_Icon_Meaning,
198: x_Icon_Description
199: FROM fnd_lookups
200: WHERE lookup_code = p_Icon_Code
201: AND lookup_type = 'HTML_NAVIGATION_ICONS';
202: EXCEPTION
203: WHEN NO_DATA_FOUND then