DBA Data[Home] [Help]

APPS.MRP_CREATE_SCHEDULE_ISO dependencies on OE_DEBUG_PUB

Line 367: oe_debug_pub.add(' PO API call returned unexpected error '||l_msg_data,2);

363: ,x_msg_data => l_msg_data );
364: --Check return status of the Purchasing API
365: IF l_int_req_Ret_sts = FND_API.G_RET_STS_UNEXP_ERROR THEN
366: LOG_MESSAGE('Error in process_requisition : FND_API.G_RET_STS_UNEXP_ERROR');
367: oe_debug_pub.add(' PO API call returned unexpected error '||l_msg_data,2);
368: log_message('Item ID :' || l_req_line_tbl(j).item_id );
369: log_message('Quantity :' || l_req_line_tbl(j).quantity);
370: log_message('Deliver To loc ID :' || l_req_line_tbl(j).deliver_to_location_id);
371: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 374: oe_debug_pub.add(' PO API call returned error '||l_msg_data,2);

370: log_message('Deliver To loc ID :' || l_req_line_tbl(j).deliver_to_location_id);
371: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
372: ELSIF l_int_req_Ret_sts = FND_API.G_RET_STS_ERROR THEN
373: LOG_MESSAGE('Error in process_requisition : FND_API.G_RET_STS_ERROR');
374: oe_debug_pub.add(' PO API call returned error '||l_msg_data,2);
375: log_message('Error Msg from PO API: ' || l_msg_data );
376: log_message('Item ID :' || l_req_line_tbl(j).item_id );
377: log_message('Quantity :' || l_req_line_tbl(j).quantity);
378: log_message('Deliver To loc ID :' || l_req_line_tbl(j).deliver_to_location_id);