DBA Data[Home] [Help]

APPS.MSD_COMMON_UTILITIES dependencies on MSC_ST_UTIL

Line 512: msc_st_util.log_message(SQLERRM);

508: return v_next;
509:
510: EXCEPTION
511: when others then
512: msc_st_util.log_message(SQLERRM);
513: return null;
514:
515: end get_sr_level_pk;
516: