DBA Data[Home] [Help]

APPS.AMS_DM_SCORE_PVT dependencies on AMS_DM_SCORE_PCT_RESULTS

Line 68: -- 17-Jun-2003 nyostos Added cleanup code for AMS_DM_SCORE_PCT_RESULTS table.

64: -- 10-Feb-2003 rosharma in copy method, Copy pct_random and nth_rowalso from ref record, if selection type is 'NTH_RECORD' or 'RANDOM'.
65: -- 14-Mar-2003 nyostos Fixed return status for errors encountered in submitting score wf process.
66: -- 24-Mar-2003 nyostos Fixed bug 2863861.
67: -- 01-May-2003 nyostos Fixed copying of Data Selections Bug 2934000.
68: -- 17-Jun-2003 nyostos Added cleanup code for AMS_DM_SCORE_PCT_RESULTS table.
69: -- 14-Aug-2003 nyostos Added call to cleanupPreviousScoreData in wf_score.
70: -- 20-Aug-2003 rosharma Fixed bug 3104201.
71: -- 22-Aug-2003 nyostos Changed create_score logic to insert appropriate custom_setup_id (145 or 146)
72: -- depending on Scoring Run type. Response and Product Affinity scoring runs

Line 3449: -- ams_dm_score_pct_results

3445: -- ams_dm_score_results
3446: delete from ams_dm_score_results
3447: where score_id = p_score_id;
3448:
3449: -- ams_dm_score_pct_results
3450: delete from ams_dm_score_pct_results
3451: where score_id = p_score_id;
3452:
3453: -- Set the results_flag to 'N'

Line 3450: delete from ams_dm_score_pct_results

3446: delete from ams_dm_score_results
3447: where score_id = p_score_id;
3448:
3449: -- ams_dm_score_pct_results
3450: delete from ams_dm_score_pct_results
3451: where score_id = p_score_id;
3452:
3453: -- Set the results_flag to 'N'
3454: UPDATE ams_dm_scores_all_b