DBA Data[Home] [Help]

APPS.BOM_OP_SEQ_UTIL dependencies on FND_MSG_PUB

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

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

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

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

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

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

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

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

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

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

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

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