DBA Data[Home] [Help]

APPS.GMI_LOCT_INV_PVT dependencies on FND_MSG_PUB

Line 247: FND_MSG_PUB.ADD;

243: IF(GMI_LOCT_INV_DB_PVT.INSERT_IC_LOCT_INV( p_loct_inv => l_loct_inv)) THEN
244: RETURN;
245: ELSE
246: FND_MESSAGE.SET_NAME('GMI','GMI_IC_LOCT_INV_INSERT');
247: FND_MSG_PUB.ADD;
248: RAISE FND_API.G_EXC_ERROR;
249: END IF;
250: END IF;
251: END IF;

Line 264: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME

260: WHEN OTHERS THEN
261:
262: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
263:
264: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
265: , 'UPDATING_IC_LOCT_INV'
266: );
267:
268: