DBA Data[Home] [Help]

APPS.OE_SECURITY_PVT dependencies on FND_MSG_PUB

Line 70: IF FND_MSG_PUB.Check_MSg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

66: oe_debug_pub.add( ' RESPONSIBILITY ID : ' || TO_CHAR ( X_SEC_REQ.RESOLVING_RESPONSIBILITY_ID ) ) ;
67: END IF;
68: /* if (l_rslt = wfx_constraintsmanager_pub.G_error) then
69: -- unexpected error occured in processing constraints API
70: IF FND_MSG_PUB.Check_MSg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
71: FND_MSG_PUB.Add_Exc_Msg
72: (G_PKG_NAME
73: ,'ChkProcConstraints'
74: ,'wfx_constraintsManager_pub.isOperationConstrained Returned unexpected error');

Line 71: FND_MSG_PUB.Add_Exc_Msg

67: END IF;
68: /* if (l_rslt = wfx_constraintsmanager_pub.G_error) then
69: -- unexpected error occured in processing constraints API
70: IF FND_MSG_PUB.Check_MSg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
71: FND_MSG_PUB.Add_Exc_Msg
72: (G_PKG_NAME
73: ,'ChkProcConstraints'
74: ,'wfx_constraintsManager_pub.isOperationConstrained Returned unexpected error');
75: END IF;

Line 94: IF FND_MSG_PUB.Check_MSg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

90: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
91: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
92: x_result := FND_API.G_FALSE;
93: WHEN OTHERS THEN
94: IF FND_MSG_PUB.Check_MSg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
95: FND_MSG_PUB.Add_Exc_Msg
96: (G_PKG_NAME
97: ,'ChkProcConstraints');
98: END IF;

Line 95: FND_MSG_PUB.Add_Exc_Msg

91: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
92: x_result := FND_API.G_FALSE;
93: WHEN OTHERS THEN
94: IF FND_MSG_PUB.Check_MSg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
95: FND_MSG_PUB.Add_Exc_Msg
96: (G_PKG_NAME
97: ,'ChkProcConstraints');
98: END IF;
99: x_return_status := FND_API.G_RET_STS_ERROR;