DBA Data[Home] [Help]

APPS.FND_MENUS_PKG dependencies on FND_LOOKUPS

Line 456: from fnd_lookups

452: return(true);
453: end if;
454:
455: select meaning into buffer
456: from fnd_lookups
457: where LOOKUP_TYPE = 'MENU_TYPE'
458: and lookup_code = upper(X_MENU_TYPE);
459: exception
460: when no_data_found then