DBA Data[Home] [Help]

APPS.MRP_CREATE_SCHEDULE_ISO dependencies on OE_DEBUG_PUB

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

351: ,x_msg_data => l_msg_data );
352: --Check return status of the Purchasing API
353: IF l_int_req_Ret_sts = FND_API.G_RET_STS_UNEXP_ERROR THEN
354: LOG_MESSAGE('Error in process_requisition : FND_API.G_RET_STS_UNEXP_ERROR');
355: oe_debug_pub.add(' PO API call returned unexpected error '||l_msg_data,2);
356: log_message('Item ID :' || l_req_line_tbl(j).item_id );
357: log_message('Quantity :' || l_req_line_tbl(j).quantity);
358: log_message('Deliver To loc ID :' || l_req_line_tbl(j).deliver_to_location_id);
359: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

358: log_message('Deliver To loc ID :' || l_req_line_tbl(j).deliver_to_location_id);
359: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
360: ELSIF l_int_req_Ret_sts = FND_API.G_RET_STS_ERROR THEN
361: LOG_MESSAGE('Error in process_requisition : FND_API.G_RET_STS_ERROR');
362: oe_debug_pub.add(' PO API call returned error '||l_msg_data,2);
363: log_message('Error Msg from PO API: ' || l_msg_data );
364: log_message('Item ID :' || l_req_line_tbl(j).item_id );
365: log_message('Quantity :' || l_req_line_tbl(j).quantity);
366: log_message('Deliver To loc ID :' || l_req_line_tbl(j).deliver_to_location_id);