DBA Data[Home] [Help]

APPS.BIM_SEGMENT_DENORM_PKG dependencies on FND_INSTALLATION

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

257:
258: --it is a call for First/Inital load, then truncate the denorm table first
259: bis_collection_utilities.log('Truncating the Denorm Table ');
260:
261: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
262:
263: Execute Immediate 'Truncate Table '||l_schema||'.bim_i_sgmt_denorm';
264:
265: BIS_COLLECTION_UTILITIES.deleteLogForObject('BIM_SEGMENT_DENORM_PKG');