DBA Data[Home] [Help]

APPS.BOM_COMP_OPERATION_UTIL dependencies on FND_MSG_PUB

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

130: /* The following IF is to find out if the current level of the error
131: is greater than or equal to the message level threshold defined in the
132: profile 'FND_AS_MSG_LEVEL_THRESHOLD' */
133:
134: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
135: THEN
136: l_err_text := G_PKG_NAME ||
137: 'Utility (Component Operations Update)' ||
138: SUBSTR(SQLERRM, 1, 100);

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

284:
285: EXCEPTION
286:
287: WHEN OTHERS THEN
288: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
289: THEN
290: l_err_text := G_PKG_NAME ||
291: 'Utility (Component Operations Insert)' ||
292: SUBSTR(SQLERRM, 1, 100);

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

357: EXCEPTION
358:
359: WHEN OTHERS THEN
360:
361: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
362: THEN
363: l_err_text := G_PKG_NAME ||
364: 'Utility (Component Operations Delete_Row)' ||
365: SUBSTR(SQLERRM, 1, 100);