DBA Data[Home] [Help]

APPS.BIM_BUDGETS_DENORM_PKG dependencies on FND_INSTALLATION

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

157:
158: --it is a call for First/Inital load, then truncate the denorm table first
159: bis_collection_utilities.log('Truncating the Budget Denorm Table ');
160:
161: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
162:
163: Execute Immediate 'Truncate Table '||l_schema||'.bim_i_budgets_denorm';
164:
165: BIS_COLLECTION_UTILITIES.deleteLogForObject('BIM_BUDGET_DENORM');