DBA Data[Home] [Help]

APPS.GMI_PICK_RELEASE_PVT dependencies on GMI_PICK_RELEASE_UTIL

Line 228: GMI_Pick_Release_Util.Get_Delivery_Details(

224: inv_project.set_org_client_info(x_return_status, p_mo_line_Rec.organization_id);
225:
226: GMI_Reservation_Util.PrintLn('GMI_Pick_Release_PVT. Before Get_Delivery_Details');
227: /* Determine the demand source and delivery information for the given line. */
228: GMI_Pick_Release_Util.Get_Delivery_Details(
229: p_mo_line_id => p_mo_line_rec.line_id
230: , x_inv_delivery_details => l_demand_info
231: , x_return_status => x_return_status
232: , x_msg_count => x_msg_count

Line 413: GMI_Pick_Release_Util.Create_Pick_Slip_and_Print(

409: gmi_reservation_util.println('Value of p_grouping_rule_id in process_line before calling Create_Pick_Slip_and_Print is '||p_grouping_rule_id);
410: /* =======================================================================================*/
411: /* Pick Slip (data + printing) */
412: /* ======================================================================================= */
413: GMI_Pick_Release_Util.Create_Pick_Slip_and_Print(
414: p_mo_line_rec => l_mo_line_rec
415: , p_inv_delivery_details => l_demand_info
416: , p_pick_slip_mode => l_pick_slip_mode
417: , p_grouping_rule_id => p_grouping_rule_id

Line 427: FND_MESSAGE.Set_Token('BY_PROC', 'GMI_Pick_Release_Util.Create_Pick_Slip_and_Print');

423:
424: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
425: ROLLBACK TO Process_Line_PVT;
426: FND_MESSAGE.SET_NAME('GMI','GMI_ERROR');
427: FND_MESSAGE.Set_Token('BY_PROC', 'GMI_Pick_Release_Util.Create_Pick_Slip_and_Print');
428: FND_MESSAGE.Set_Token('WHERE', 'GMI_Pick_Release_PVT.Process_Line');
429: FND_MSG_PUB.Add;
430: RAISE FND_API.G_EXC_ERROR;
431: END IF;