DBA Data[Home] [Help]

APPS.MSC_X_REPLENISH dependencies on FND_INSTALLATION

Line 294: v_retval := FND_INSTALLATION.GET_APP_INFO(

290: print_user_info('Previous maximum refresh number = ' || l_last_max_refresh_number);
291:
292: -- bug 5096476 : Creating index on the fly for performance improvement
293:
294: v_retval := FND_INSTALLATION.GET_APP_INFO(
295: 'FND', lv_dummy1,lv_dummy2, v_applsys_schema);
296:
297: -- performance fix (bug 4898923), create index on msc_item_suppliers for vmi enabled items
298: -- create_index_item_sup_vmi (v_applsys_schema);