DBA Data[Home] [Help]

APPS.MSC_GET_NAME dependencies on FND_APPLICATION

Line 4805: from fnd_application

4801: return null;
4802: end if;
4803:
4804: select application_id into application_id
4805: from fnd_application
4806: where application_short_name = arg_application_name;
4807:
4808: return application_id;
4809: