DBA Data[Home] [Help]

APPS.BOM_OP_SEQ_UTIL dependencies on FND_MSG_PUB

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

1684: IF BOM_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug
1685: ('Unexpected Error occured in Insert . . .' || SQLERRM);
1686: END IF;
1687:
1688: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1689: THEN
1690: l_err_text := G_PKG_NAME || ' : Utility (Operation Insert) ' ||
1691: SUBSTR(SQLERRM, 1, 200);
1692: -- dbms_output.put_line('Unexpected Error: '||l_err_text);

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

1850: IF BOM_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug
1851: ('Unexpected Error occured in Update . . .' || SQLERRM);
1852: END IF;
1853:
1854: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1855: THEN
1856: l_err_text := G_PKG_NAME || ' : Utility (Operation Update) ' ||
1857: SUBSTR(SQLERRM, 1, 200);
1858: -- dbms_output.put_line('Unexpected Error: '||l_err_text);

Line 1954: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_SUCCESS)

1950: -- by first logging a warning notifying the user of the cascaded
1951: -- Delete.
1952: *******************************************************************/
1953:
1954: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_SUCCESS)
1955: AND SQL%FOUND
1956: -- This is a warning.
1957: THEN
1958: l_Token_Tbl(1).token_name := 'OP_SEQ_NUMBER';

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

2065: ('Duplicate Delete Group Error occured in Delete . . .' || SQLERRM);
2066: END IF;
2067:
2068:
2069: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2070: THEN
2071:
2072: Error_Handler.Add_Error_Token
2073: ( p_message_name => 'BOM_DUPLICATE_DELETE_GROUP'

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

2088: IF BOM_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug
2089: ('Unexpected Error occured in Delete . . .' || SQLERRM);
2090: END IF;
2091:
2092: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2093: THEN
2094: l_err_text := G_PKG_NAME || ' : Utility (Operation Delete) ' ||
2095: SUBSTR(SQLERRM, 1, 200);
2096: -- dbms_output.put_line('Unexpected Error: '||l_err_text);

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

2350: IF BOM_Rtg_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug
2351: ('Unexpected Error occured in Cancel . . .' || SQLERRM);
2352: END IF;
2353:
2354: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2355: THEN
2356: l_err_text := G_PKG_NAME || ' : Utility (Operation Cancel) ' ||
2357: SUBSTR(SQLERRM, 1, 200);
2358: -- dbms_output.put_line('Unexpected Error: '||l_err_text);