DBA Data[Home] [Help]

APPS.GMI_SUMM_INV_PVT dependencies on FND_MSG_PUB

Line 139: FND_MSG_PUB.ADD;

135: THEN
136: IF NOT GMI_SUMM_INV_DB_PVT.INSERT_IC_SUMM_INV( p_summ_inv => l_summ_inv)
137: THEN
138: FND_MESSAGE.SET_NAME('GMI','GMI_IC_SUMM_INV_INSERT');
139: FND_MSG_PUB.ADD;
140: RAISE FND_API.G_EXC_ERROR;
141: END IF;
142: END IF;
143:

Line 155: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME

151:
152: WHEN OTHERS THEN
153: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
154:
155: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
156: , 'PENDING');
157:
158:
159:

Line 229: FND_MSG_PUB.Add;

225: THEN
226:
227: FND_MESSAGE.SET_NAME('GMI','IC_INVALID_LOT_STATUS');
228: FND_MESSAGE.SET_TOKEN('LOT_STATUS', p_tran_rec.lot_status);
229: FND_MSG_PUB.Add;
230: RAISE FND_API.G_EXC_ERROR;
231: END IF;
232:
233: END IF;

Line 271: FND_MSG_PUB.ADD;

267:
268: IF NOT GMI_SUMM_INV_DB_PVT.INSERT_IC_SUMM_INV( p_summ_inv => l_summ_inv)
269: THEN
270: FND_MESSAGE.SET_NAME('GMI','GMI_IC_SUMM_INV_INSERT');
271: FND_MSG_PUB.ADD;
272: RAISE FND_API.G_EXC_ERROR;
273: END IF;
274: END IF;
275:

Line 288: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME

284:
285: WHEN OTHERS THEN
286: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
287:
288: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME
289: , 'COMPLETED');
290:
291: END COMPLETED;
292: