DBA Data[Home] [Help]

APPS.BIS_MEASURE_PUB dependencies on BIS_UTILITIES_PVT

Line 66: BIS_UTILITIES_PVT.Add_Error_Message

62: );
63: --Added this check
64: IF( x_return_status = FND_API.G_RET_STS_SUCCESS) then
65: l_error_tbl := x_error_tbl;
66: BIS_UTILITIES_PVT.Add_Error_Message
67: ( p_error_msg_name => 'BIS_MEASURE_SHORT_NAME_UNIQUE'
68: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
69: , p_error_proc_name => G_PKG_NAME||'.Create_Measure'
70: , p_error_type => BIS_UTILITIES_PUB.G_ERROR

Line 113: BIS_UTILITIES_PVT.Add_Error_Message

109: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
110: when others then
111: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
112: l_error_tbl := x_error_tbl;
113: BIS_UTILITIES_PVT.Add_Error_Message
114: ( p_error_msg_id => SQLCODE
115: , p_error_description => SQLERRM
116: , p_error_proc_name => G_PKG_NAME||'.Create_Measure'
117: , p_error_table => l_error_tbl

Line 156: BIS_UTILITIES_PVT.Add_Error_Message

152: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
153: when others then
154: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
155: l_error_tbl := x_error_tbl;
156: BIS_UTILITIES_PVT.Add_Error_Message
157: ( p_error_msg_id => SQLCODE
158: , p_error_description => SQLERRM
159: , p_error_proc_name => G_PKG_NAME||'.Retrieve_Measures'
160: , p_error_table => l_error_tbl

Line 223: BIS_UTILITIES_PVT.Add_Error_Message

219: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
220: when others then
221: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
222: l_error_tbl := x_error_tbl;
223: BIS_UTILITIES_PVT.Add_Error_Message
224: ( p_error_msg_id => SQLCODE
225: , p_error_description => SQLERRM
226: , p_error_proc_name => G_PKG_NAME||'.Retrieve_Measure'
227: , p_error_table => l_error_tbl

Line 304: BIS_UTILITIES_PVT.Add_Error_Message

300: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
301: when others then
302: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
303: l_error_tbl := x_error_tbl;
304: BIS_UTILITIES_PVT.Add_Error_Message
305: ( p_error_msg_id => SQLCODE
306: , p_error_description => SQLERRM
307: , p_error_proc_name => G_PKG_NAME||'.Update_Measure'
308: , p_error_table => l_error_tbl

Line 369: BIS_UTILITIES_PVT.Add_Error_Message

365: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
366: when others then
367: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
368: l_error_tbl := x_error_tbl;
369: BIS_UTILITIES_PVT.Add_Error_Message
370: ( p_error_msg_id => SQLCODE
371: , p_error_description => SQLERRM
372: , p_error_proc_name => G_PKG_NAME||'.Delete_Measure'
373: , p_error_table => l_error_tbl

Line 436: BIS_UTILITIES_PVT.Add_Error_Message

432: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
433: when others then
434: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
435: l_error_tbl := x_error_tbl;
436: BIS_UTILITIES_PVT.Add_Error_Message
437: ( p_error_msg_id => SQLCODE
438: , p_error_description => SQLERRM
439: , p_error_proc_name => G_PKG_NAME||'.Validate_Measure'
440: , p_error_table => l_error_tbl

Line 496: BIS_UTILITIES_PVT.Add_Error_Message

492: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
493: when others then
494: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
495: l_error_tbl := x_error_tbl;
496: BIS_UTILITIES_PVT.Add_Error_Message
497: ( p_error_msg_id => SQLCODE
498: , p_error_description => SQLERRM
499: , p_error_proc_name => G_PKG_NAME||'.Retrieve_Measure_Dimensions'
500: , p_error_table => l_error_tbl

Line 524: bis_utilities_pvt.init_debug_flag -- 2694978

520: l_return_msg VARCHAR2(32000);
521: l_error_tbl BIS_UTILITIES_PUB.Error_Tbl_Type;
522: BEGIN
523:
524: bis_utilities_pvt.init_debug_flag -- 2694978
525: ( x_return_status => l_return_status
526: , x_return_msg => l_return_msg
527: );
528:

Line 580: BIS_UTILITIES_PVT.Add_Error_Message

576: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
577: when others then
578: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
579: l_error_tbl := x_error_tbl;
580: BIS_UTILITIES_PVT.Add_Error_Message
581: ( p_error_msg_id => SQLCODE
582: , p_error_description => SQLERRM
583: , p_error_proc_name => G_PKG_NAME||'.Translate_Measure'
584: , p_error_table => l_error_tbl

Line 686: BIS_UTILITIES_PVT.Add_Error_Message

682: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
683: when others then
684: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
685: l_error_tbl := x_error_tbl;
686: BIS_UTILITIES_PVT.Add_Error_Message
687: ( p_error_msg_id => SQLCODE
688: , p_error_description => SQLERRM
689: , p_error_proc_name => G_PKG_NAME||'.Load_Measure'
690: , p_error_table => l_error_tbl

Line 724: bis_utilities_pvt.init_debug_flag -- 2694978

720: l_error_tbl BIS_UTILITIES_PUB.Error_Tbl_Type;
721:
722: BEGIN
723:
724: bis_utilities_pvt.init_debug_flag -- 2694978
725: ( x_return_status => l_return_status
726: , x_return_msg => l_return_msg
727: );
728:

Line 907: BIS_UTILITIES_PVT.Add_Error_Message

903: when others then
904: BIS_UTILITIES_PUB.put_line(p_text =>l_msg);
905: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
906: l_error_tbl := x_error_tbl;
907: BIS_UTILITIES_PVT.Add_Error_Message
908: ( p_error_msg_id => SQLCODE
909: , p_error_description => SQLERRM
910: , p_error_proc_name => G_PKG_NAME||'.Load_Measure'
911: , p_error_table => l_error_tbl

Line 965: BIS_UTILITIES_PVT.Add_Error_Message

961: when FND_API.G_EXC_UNEXPECTED_ERROR then
962: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
963: when others then
964: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
965: BIS_UTILITIES_PVT.Add_Error_Message
966: ( p_error_msg_id => SQLCODE
967: , p_error_description => SQLERRM
968: , p_error_proc_name => G_PKG_NAME||'.Translate_Measure'
969: , p_error_table => x_error_tbl