DBA Data[Home] [Help]

APPS.MSD_DEM_UPLOAD_FORECAST dependencies on MSD_DEM_CUSTOM_HOOKS

Line 1421: msd_dem_custom_hooks.upload_hook (

1417: x_num_rows := SQL%ROWCOUNT;
1418:
1419: /* Call Custom Hook for Upload */
1420:
1421: msd_dem_custom_hooks.upload_hook (
1422: x_errbuf,
1423: x_retcode);
1424:
1425: IF (x_retcode = -1)

Line 1434: raise_application_error (-20014, 'Error: msd_dem_upload_forecast.upload_forecast - Error in call to custom hook msd_dem_custom_hooks.upload_hook');

1430:
1431:
1432: EXECUTE IMMEDIATE x_small_sql;
1433:
1434: raise_application_error (-20014, 'Error: msd_dem_upload_forecast.upload_forecast - Error in call to custom hook msd_dem_custom_hooks.upload_hook');
1435: END IF;
1436:
1437: COMMIT;
1438:

Line 3575: msd_dem_custom_hooks.upload_hook (

3571:
3572:
3573: /* Call Custom Hook for Upload */
3574:
3575: msd_dem_custom_hooks.upload_hook (
3576: x_errbuf,
3577: x_retcode);
3578:
3579: IF (x_retcode = -1)

Line 3587: raise_application_error (-20014, 'Error: msd_dem_upload_forecast.upload_spf_metrics - Error in call to custom hook msd_dem_custom_hooks.upload_hook');

3583: VS_MSG_LOADED || ' ' || x_query_name || ''' , ''' || VS_MSG_LOADE_ERROR || ''',''' || x_errbuf || ''' ); END;';
3584:
3585: EXECUTE IMMEDIATE x_small_sql;
3586:
3587: raise_application_error (-20014, 'Error: msd_dem_upload_forecast.upload_spf_metrics - Error in call to custom hook msd_dem_custom_hooks.upload_hook');
3588: END IF;
3589:
3590: x_small_sql := ' BEGIN ' || x_schema || '.dl_log_status(''' || VS_MSG_UPLOAD_FCST || ''' , ''' ||
3591: VS_MSG_LOADED || ' ' || x_query_name || ''' , ''' || VS_MSG_SUCCEEDED || ''' ); END;';