DBA Data[Home] [Help]

APPS.MTL_UOM_CLASSES_TL_PKG dependencies on FND_APPLICATION

Line 231: from fnd_application

227:
228: if( X_APPL_SHORT_NAME is not null ) then
229: select application_id
230: into l_program_application_id
231: from fnd_application
232: where application_short_name = X_APPL_SHORT_NAME;
233: end if;
234:
235: