DBA Data[Home] [Help]

APPS.BIM_I_SGMT_ACT_FACTS_PKG dependencies on FND_INSTALLATION

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

388: x_return_status := FND_API.G_RET_STS_SUCCESS;
389:
390: bis_collection_utilities.log('Running Initial Load of Segment Activity Facts');
391:
392: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
393:
394: bis_collection_utilities.log('Truncating Facts Table');
395:
396: Execute Immediate 'Truncate Table '||l_schema||'.bim_i_sgmt_act_facts';