DBA Data[Home] [Help]

APPS.BOM_SUB_OP_RES_UTIL dependencies on FND_MSG_PUB

Line 562: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

558: IF BOM_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug
559: ('Unexpected Error occured in Insert . . .' || SQLERRM);
560: END IF;
561:
562: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
563: THEN
564: l_err_text := G_PKG_NAME || ' : Utility (Sub Op Resource Insert) ' ||
565: SUBSTR(SQLERRM, 1, 200);
566:

Line 668: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

664: IF BOM_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug
665: ('Unexpected Error occured in Update . . .' || SQLERRM);
666: END IF;
667:
668: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
669: THEN
670: l_err_text := G_PKG_NAME || ' : Utility (Sub Op Resource Update) ' ||
671: SUBSTR(SQLERRM, 1, 200);
672: Error_Handler.Add_Error_Token

Line 738: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

734: IF BOM_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug
735: ('Unexpected Error occured in Delete . . .' || SQLERRM);
736: END IF;
737:
738: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
739: THEN
740: l_err_text := G_PKG_NAME || ' : Utility (Sub Op Resource Delete) ' ||
741: SUBSTR(SQLERRM, 1, 200);
742: -- dbms_output.put_line('Unexpected Error: '||l_err_text);