DBA Data[Home] [Help]

APPS.BIS_ALERT_SERVICE_PUB dependencies on BIS_UTILITIES_PVT

Line 79: bis_utilities_pvt.set_debug_log_flag ( -- 2715218

75:
76: BEGIN
77:
78: -- Debug messages should be printed irrespective of debug profile option.
79: bis_utilities_pvt.set_debug_log_flag ( -- 2715218
80: p_is_true => TRUE
81: , x_return_status => l_return_status
82: , x_return_msg => l_return_msg
83: ) ;

Line 164: BIS_UTILITIES_PVT.Add_Error_Message

160: ERRBUF := SQLERRM;
161: return;
162: when others then
163: RETCODE := 1;
164: BIS_UTILITIES_PVT.Add_Error_Message
165: ( p_error_msg_id => SQLCODE
166: , p_error_description => SQLERRM
167: , p_error_proc_name => G_PKG_NAME||'.Service_Alert_Request'
168: );