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 252: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

248:
249: EXCEPTION
250:
251: WHEN OTHERS THEN
252: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
253: THEN
254: l_err_text := G_PKG_NAME ||
255: 'Utility (Component Operations Insert)' ||
256: SUBSTR(SQLERRM, 1, 100);

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

321: EXCEPTION
322:
323: WHEN OTHERS THEN
324:
325: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
326: THEN
327: l_err_text := G_PKG_NAME ||
328: 'Utility (Component Operations Delete_Row)' ||
329: SUBSTR(SQLERRM, 1, 100);