DBA Data[Home] [Help]

APPS.MSD_COMMON_UTILITIES dependencies on MSD_ST_LEVEL_VALUES

Line 495: from msd_st_level_values

491: from sys.dual;
492:
493: select count(*)
494: into v_count1
495: from msd_st_level_values
496: where sr_instance_code = p_instance_code
497: and process_flag = G_IN_PROCESS
498: and sr_level_pk = to_char(v_next);
499: