DBA Data[Home] [Help]

APPS.BIM_LEAD_RG_PKG dependencies on FND_INSTALLATION

Line 33: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);

29:
30:
31: --get the schema name
32:
33: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
34:
35: l_table_name := 'BIM_R_LEAD_GRP_MGR';
36: fnd_message.set_name('BIM','BIM_R_TRUNCATE_TABLE');
37: fnd_message.set_token('TABLE_NAME',l_table_name,FALSE);