DBA Data[Home] [Help]

APPS.BSC_COLOR_REPOSITORY dependencies on BSC_MESSAGE

Line 44: BSC_MESSAGE.Add(x_message => SQLERRM,

40: RETURN l_array_colors;
41:
42: EXCEPTION
43: WHEN OTHERS THEN
44: BSC_MESSAGE.Add(x_message => SQLERRM,
45: x_source => 'BSC_COLOR_REPOSITORY.get_color_props');
46: RETURN l_array_colors;
47: END get_color_props;
48: