DBA Data[Home] [Help]

APPS.BSC_SECURITY dependencies on BSC_UTILITY

Line 87: bsc_utility.enable_debug;

83:
84: -- Enable dbms output
85:
86: IF (x_debug_flag = 'YES') THEN
87: bsc_utility.enable_debug;
88: END IF;
89:
90: user_info.sid := TO_NUMBER(x_sid);
91: user_info.user_name := UPPER(x_user_name);