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 308: OE_BULK_MSG_PUB.Add_Exc_Msg

304: COMMIT;
305:
306: EXCEPTION
307: WHEN OTHERS THEN
308: OE_BULK_MSG_PUB.Add_Exc_Msg
309: ( G_PKG_NAME
310: , 'Post_Process'
311: );
312: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

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

1384: );
1385:
1386: -- Save messages logged during the processing of this batch
1387:
1388: OE_BULK_MSG_PUB.Save_Messages(OE_Bulk_Order_PVT.G_REQUEST_ID);
1389:
1390: -- Save messages from non-bulk enabled API calls
1391: OE_MSG_PUB.Save_Messages(OE_Bulk_Order_PVT.G_REQUEST_ID);
1392:

Line 1436: OE_BULK_MSG_PUB.Save_Messages(l_request_id);

1432: );
1433: END IF;
1434:
1435: l_count_batch := l_count_batch + 1;
1436: OE_BULK_MSG_PUB.Save_Messages(l_request_id);
1437:
1438: -- Save messages from non-bulk enabled API calls
1439: OE_MSG_PUB.Save_Messages(l_request_id);
1440: