DBA Data[Home] [Help]

APPS.OE_BULK_ORDER_IMPORT_PVT dependencies on OE_BULK_MSG_PUB

Line 112: OE_BULK_MSG_PUB.Add_Exc_Msg

108:
109: EXCEPTION
110: WHEN OTHERS THEN
111: FND_FILE.PUT_LINE(FND_FILE.LOG,'Initialize_Request Error :'||substr(sqlerrm,1,200));
112: OE_BULK_MSG_PUB.Add_Exc_Msg
113: ( G_PKG_NAME
114: , 'Initialize_Request'
115: );
116: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 178: OE_BULK_MSG_PUB.Add_Exc_Msg

174:
175: EXCEPTION
176: WHEN OTHERS THEN
177: FND_FILE.PUT_LINE(FND_FILE.LOG,'Initialize_Batch Error :'||substr(sqlerrm,1,200));
178: OE_BULK_MSG_PUB.Add_Exc_Msg
179: ( G_PKG_NAME
180: , 'Initialize_Batch'
181: );
182: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 234: OE_BULK_MSG_PUB.Add_Exc_Msg

230: COMMIT;
231:
232: EXCEPTION
233: WHEN OTHERS THEN
234: OE_BULK_MSG_PUB.Add_Exc_Msg
235: ( G_PKG_NAME
236: , 'Post_Process'
237: );
238: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 1293: OE_BULK_MSG_PUB.Save_Messages(OE_Bulk_Order_PVT.G_REQUEST_ID);

1289: );
1290:
1291: -- Save messages logged during the processing of this batch
1292:
1293: OE_BULK_MSG_PUB.Save_Messages(OE_Bulk_Order_PVT.G_REQUEST_ID);
1294:
1295: -- Save messages from non-bulk enabled API calls
1296: OE_MSG_PUB.Save_Messages(OE_Bulk_Order_PVT.G_REQUEST_ID);
1297:

Line 1341: OE_BULK_MSG_PUB.Save_Messages(l_request_id);

1337: );
1338: END IF;
1339:
1340: l_count_batch := l_count_batch + 1;
1341: OE_BULK_MSG_PUB.Save_Messages(l_request_id);
1342:
1343: -- Save messages from non-bulk enabled API calls
1344: OE_MSG_PUB.Save_Messages(l_request_id);
1345: