DBA Data[Home] [Help]

APPS.BIS_ALERT_SERVICE_PVT dependencies on BIS_UTILITIES_PVT

Line 291: BIS_UTILITIES_PVT.Add_Error_Message

287: when others then
288: RETCODE := 1;
289: BIS_UTILITIES_PUB.put_line(p_text =>'service alert req error 3: '||SQLERRM);
290:
291: BIS_UTILITIES_PVT.Add_Error_Message
292: ( p_error_msg_id => SQLCODE
293: , p_error_description => SQLERRM
294: , p_error_proc_name => G_PKG_NAME||'.Service_Alert_Request'
295: );

Line 358: bis_utilities_pvt.set_debug_log_flag ( -- 2715218

354:
355: BEGIN
356:
357: -- Debug messages should be printed irrespective of profile option.
358: bis_utilities_pvt.set_debug_log_flag ( -- 2715218
359: p_is_true => TRUE
360: , x_return_status => l_return_status
361: , x_return_msg => l_return_msg
362: ) ;

Line 442: BIS_UTILITIES_PVT.Add_Error_Message

438: ERRBUF := SQLERRM;
439: RETURN;
440: when others then
441: RETCODE := 1;
442: BIS_UTILITIES_PVT.Add_Error_Message
443: ( p_error_msg_id => SQLCODE
444: , p_error_description => SQLERRM
445: , p_error_proc_name => G_PKG_NAME||'.Service_Alert_Request_pvt'
446: );

Line 473: BIS_UTILITIES_PVT.Add_Error_Message

469: RETURN;
470: when FND_API.G_EXC_UNEXPECTED_ERROR then
471: RETURN;
472: when others then
473: BIS_UTILITIES_PVT.Add_Error_Message
474: ( p_error_msg_id => SQLCODE
475: , p_error_description => SQLERRM
476: , p_error_proc_name => G_PKG_NAME||'.Service_Alert_Request'
477: );

Line 504: BIS_UTILITIES_PVT.Add_Error_Message

500: RETURN;
501: when FND_API.G_EXC_UNEXPECTED_ERROR then
502: RETURN;
503: when others then
504: BIS_UTILITIES_PVT.Add_Error_Message
505: ( p_error_msg_id => SQLCODE
506: , p_error_description => SQLERRM
507: , p_error_proc_name => G_PKG_NAME||'.Service_Alert_Request'
508: );

Line 536: := BIS_UTILITIES_PVT.G_BIS_APPLICATION_SHORT_NAME;

532:
533: l_count := l_Concurrent_Request_Tbl.COUNT+1;
534:
535: l_Concurrent_Request_Tbl(l_count).application_short_name
536: := BIS_UTILITIES_PVT.G_BIS_APPLICATION_SHORT_NAME;
537: l_Concurrent_Request_Tbl(l_count).program
538: := BIS_CONCURRENT_MANAGER_PVT.G_ALERT_PROGRAM_PVT;
539: l_Concurrent_Request_Tbl(l_count).start_time := NULL;
540: l_Concurrent_Request_Tbl(l_count).description

Line 652: BIS_UTILITIES_PVT.Add_Error_Message

648: when FND_API.G_EXC_UNEXPECTED_ERROR then
649: BIS_UTILITIES_PUB.put_line(p_text =>'form conc req 2');
650: when others then
651: BIS_UTILITIES_PUB.put_line(p_text =>'form conc req 3: '||SQLERRM);
652: BIS_UTILITIES_PVT.Add_Error_Message
653: ( p_error_msg_id => SQLCODE
654: , p_error_description => SQLERRM
655: , p_error_proc_name => G_PKG_NAME||'.Form_Concurrent_Request'
656: );

Line 795: BIS_UTILITIES_PVT.Add_Error_Message

791: RETURN;
792: when FND_API.G_EXC_UNEXPECTED_ERROR then
793: RETURN;
794: when others then
795: BIS_UTILITIES_PVT.Add_Error_Message
796: ( p_error_msg_id => SQLCODE
797: , p_error_description => SQLERRM
798: , p_error_proc_name => G_PKG_NAME||'.Form_Planning_Request'
799: );

Line 867: BIS_UTILITIES_PVT.Add_Error_Message

863: RETURN;
864: when FND_API.G_EXC_UNEXPECTED_ERROR then
865: RETURN;
866: when others then
867: BIS_UTILITIES_PVT.Add_Error_Message
868: ( p_error_msg_id => SQLCODE
869: , p_error_description => SQLERRM
870: , p_error_proc_name => G_PKG_NAME||'.Service_Alert_Request'
871: );

Line 1176: BIS_UTILITIES_PVT.Add_Error_Message

1172: when others then
1173: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1174: BIS_UTILITIES_PUB.put_line(p_text =>'Exception at Retrieve_All_Request_Rows: '||sqlerrm);
1175: l_error_tbl := x_error_tbl;
1176: BIS_UTILITIES_PVT.Add_Error_Message
1177: ( p_error_msg_id => SQLCODE
1178: , p_error_description => SQLERRM
1179: , p_error_proc_name => 'Retrieve_All_Request_Rows'
1180: , p_error_table => l_error_tbl