DBA Data[Home] [Help]

APPS.MSC_PHUB_PKG dependencies on FND_INSTALLATION

Line 272: if (fnd_installation.get_app_info('FND',

268: if (p_partition_id is null or p_tables.count=0) then
269: return;
270: end if;
271:
272: if (fnd_installation.get_app_info('FND',
273: dummy1, dummy2, l_applsys_schema) = false) then
274: retcode := -1;
275: fnd_message.set_name('MSC', 'MSC_PART_UNDEFINED_SCHEMA');
276: errbuf := fnd_message.get;