DBA Data[Home] [Help]

APPS.BSC_MESSAGE dependencies on BSC_UTILITY

Line 66: bsc_utility.enable_debug;

62:
63: G_debug_flag := x_debug_flag;
64:
65: if (x_debug_flag = 'YES') then
66: bsc_utility.enable_debug;
67: else
68: bsc_utility.disable_debug;
69: end if;
70:

Line 68: bsc_utility.disable_debug;

64:
65: if (x_debug_flag = 'YES') then
66: bsc_utility.enable_debug;
67: else
68: bsc_utility.disable_debug;
69: end if;
70:
71: -- Ref: bug#3482442 In corner cases this query can return more than one
72: -- row and it will fail. AUDSID is not PK. After meeting with