DBA Data[Home] [Help]

APPS.ENG_CHANGE_LINE_UTIL dependencies on FND_MSG_PUB

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

507: IF BOM_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug
508: ('Unexpected Error occured in Insert . . .' || SQLERRM);
509: END IF;
510:
511: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
512: THEN
513: l_err_text := G_PKG_NAME || ' : Utility (Change Line Insert) ' ||
514: SUBSTR(SQLERRM, 1, 200);
515:

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

598: IF BOM_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug
599: ('Unexpected Error occured in Update . . .' || SQLERRM);
600: END IF;
601:
602: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
603: THEN
604: l_err_text := G_PKG_NAME || ' : Utility (Chage Line Update) ' ||
605: SUBSTR(SQLERRM, 1, 200);
606:

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

680: IF BOM_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug
681: ('Unexpected Error occured in Delete . . .' || SQLERRM);
682: END IF;
683:
684: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
685: THEN
686: l_err_text := G_PKG_NAME || ' : Utility (Change Line Delete) ' ||
687: SUBSTR(SQLERRM, 1, 200);
688: -- dbms_output.put_line('Unexpected Error: '||l_err_text);