DBA Data[Home] [Help]

APPS.AMS_DMEXTRACT_PVT dependencies on AMS_DM_SCORES_ALL_B

Line 3943: FROM ams_dm_scores_all_b

3939:
3940: -- kbasavar 12/29/2003 get model_id if it is Score
3941: CURSOR c_model_id (p_score_id IN NUMBER) IS
3942: SELECT model_id
3943: FROM ams_dm_scores_all_b
3944: WHERE score_id = p_score_id
3945: ;
3946:
3947: l_api_version CONSTANT NUMBER := 1.0;