DBA Data[Home] [Help]

APPS.MSC_GET_NAME dependencies on FND_APPLICATION

Line 5318: from fnd_application

5314: return null;
5315: end if;
5316:
5317: select application_id into application_id
5318: from fnd_application
5319: where application_short_name = arg_application_name;
5320:
5321: return application_id;
5322: