DBA Data[Home] [Help]

APPS.BSC_COLOR_REPOSITORY dependencies on BSC_COLOR_REPOSITORY

Line 1: PACKAGE BODY BSC_COLOR_REPOSITORY AS

1: PACKAGE BODY BSC_COLOR_REPOSITORY AS
2: /* $Header: BSCRCOLB.pls 120.0.12000000.1 2007/07/17 07:44:22 appldev noship $ */
3:
4:
5: /* This function should be used by all clients who want to keep an object

Line 45: x_source => 'BSC_COLOR_REPOSITORY.get_color_props');

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:
49:

Line 51: END BSC_COLOR_REPOSITORY;

47: END get_color_props;
48:
49:
50:
51: END BSC_COLOR_REPOSITORY;