DBA Data[Home] [Help]

APPS.MSC_DEMANTRA_PKG dependencies on FND_INSTALLATION

Line 31: if (fnd_installation.get_app_info('FND', dummy1, dummy2, l_applsys_schema) = false) then

27: dummy2 varchar2(50);
28: e_truncate_ods_f exception;
29: begin
30: msc_phub_util.log('msc_demantra_pkg.truncate_ods_f');
31: if (fnd_installation.get_app_info('FND', dummy1, dummy2, l_applsys_schema) = false) then
32: msc_phub_util.log(fnd_message.get_string('MSC', 'MSC_PART_UNDEFINED_SCHEMA'));
33: raise e_truncate_ods_f;
34: end if;
35: