DBA Data[Home] [Help]

APPS.BOM_SUB_OP_RES_UTIL dependencies on FND_MSG_PUB

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

552: IF BOM_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug
553: ('Unexpected Error occured in Insert . . .' || SQLERRM);
554: END IF;
555:
556: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
557: THEN
558: l_err_text := G_PKG_NAME || ' : Utility (Sub Op Resource Insert) ' ||
559: SUBSTR(SQLERRM, 1, 200);
560:

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

657: IF BOM_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug
658: ('Unexpected Error occured in Update . . .' || SQLERRM);
659: END IF;
660:
661: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
662: THEN
663: l_err_text := G_PKG_NAME || ' : Utility (Sub Op Resource Update) ' ||
664: SUBSTR(SQLERRM, 1, 200);
665: Error_Handler.Add_Error_Token

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

726: IF BOM_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug
727: ('Unexpected Error occured in Delete . . .' || SQLERRM);
728: END IF;
729:
730: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
731: THEN
732: l_err_text := G_PKG_NAME || ' : Utility (Sub Op Resource Delete) ' ||
733: SUBSTR(SQLERRM, 1, 200);
734: -- dbms_output.put_line('Unexpected Error: '||l_err_text);