DBA Data[Home] [Help]

APPS.GML_OPM_OM_CONV_MIG_PKG dependencies on INV_MOVE_ORDER_PUB

Line 45: l_mtl_mo_header_rec INV_Move_Order_PUB.Trohdr_Rec_Type := INV_Move_Order_PUB.G_MISS_TROHDR_REC;

41: l_wdd_rec wsh_delivery_details%rowtype;
42: l_mo_line_rec ic_txn_request_lines%rowtype;
43: l_order_line oe_order_lines_all%rowtype;
44: l_ic_mo_header_rec ic_txn_request_headers%rowtype;
45: l_mtl_mo_header_rec INV_Move_Order_PUB.Trohdr_Rec_Type := INV_Move_Order_PUB.G_MISS_TROHDR_REC;
46: l_mtl_mo_line_rec INV_Move_Order_PUB.Trolin_Rec_Type; /*(:= INV_Move_Order_PUB.G_MISS_TROLIN_TBL; */
47:
48: /* MTL Move order header */
49:

Line 46: l_mtl_mo_line_rec INV_Move_Order_PUB.Trolin_Rec_Type; /*(:= INV_Move_Order_PUB.G_MISS_TROLIN_TBL; */

42: l_mo_line_rec ic_txn_request_lines%rowtype;
43: l_order_line oe_order_lines_all%rowtype;
44: l_ic_mo_header_rec ic_txn_request_headers%rowtype;
45: l_mtl_mo_header_rec INV_Move_Order_PUB.Trohdr_Rec_Type := INV_Move_Order_PUB.G_MISS_TROHDR_REC;
46: l_mtl_mo_line_rec INV_Move_Order_PUB.Trolin_Rec_Type; /*(:= INV_Move_Order_PUB.G_MISS_TROLIN_TBL; */
47:
48: /* MTL Move order header */
49:
50: l_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type := INV_Move_Order_PUB.G_MISS_TROHDR_REC;

Line 50: l_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type := INV_Move_Order_PUB.G_MISS_TROHDR_REC;

46: l_mtl_mo_line_rec INV_Move_Order_PUB.Trolin_Rec_Type; /*(:= INV_Move_Order_PUB.G_MISS_TROLIN_TBL; */
47:
48: /* MTL Move order header */
49:
50: l_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type := INV_Move_Order_PUB.G_MISS_TROHDR_REC;
51: l_trohdr_val_rec INV_Move_Order_PUB.Trohdr_Val_Rec_Type;
52: l_empty_trohdr_rec INV_MOVE_ORDER_PUB.Trohdr_Rec_Type;
53:
54: /* MTL Move order line */

Line 51: l_trohdr_val_rec INV_Move_Order_PUB.Trohdr_Val_Rec_Type;

47:
48: /* MTL Move order header */
49:
50: l_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type := INV_Move_Order_PUB.G_MISS_TROHDR_REC;
51: l_trohdr_val_rec INV_Move_Order_PUB.Trohdr_Val_Rec_Type;
52: l_empty_trohdr_rec INV_MOVE_ORDER_PUB.Trohdr_Rec_Type;
53:
54: /* MTL Move order line */
55: l_trolin_tbl INV_Move_Order_PUB.Trolin_Tbl_Type;

Line 52: l_empty_trohdr_rec INV_MOVE_ORDER_PUB.Trohdr_Rec_Type;

48: /* MTL Move order header */
49:
50: l_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type := INV_Move_Order_PUB.G_MISS_TROHDR_REC;
51: l_trohdr_val_rec INV_Move_Order_PUB.Trohdr_Val_Rec_Type;
52: l_empty_trohdr_rec INV_MOVE_ORDER_PUB.Trohdr_Rec_Type;
53:
54: /* MTL Move order line */
55: l_trolin_tbl INV_Move_Order_PUB.Trolin_Tbl_Type;
56: l_trolin_val_tbl INV_Move_Order_PUB.Trolin_Val_Tbl_Type;

Line 55: l_trolin_tbl INV_Move_Order_PUB.Trolin_Tbl_Type;

51: l_trohdr_val_rec INV_Move_Order_PUB.Trohdr_Val_Rec_Type;
52: l_empty_trohdr_rec INV_MOVE_ORDER_PUB.Trohdr_Rec_Type;
53:
54: /* MTL Move order line */
55: l_trolin_tbl INV_Move_Order_PUB.Trolin_Tbl_Type;
56: l_trolin_val_tbl INV_Move_Order_PUB.Trolin_Val_Tbl_Type;
57: l_commit VARCHAR2(1) := FND_API.G_TRUE;
58: l_line_num Number := 0;
59: l_order_count NUMBER := 1;

Line 56: l_trolin_val_tbl INV_Move_Order_PUB.Trolin_Val_Tbl_Type;

52: l_empty_trohdr_rec INV_MOVE_ORDER_PUB.Trohdr_Rec_Type;
53:
54: /* MTL Move order line */
55: l_trolin_tbl INV_Move_Order_PUB.Trolin_Tbl_Type;
56: l_trolin_val_tbl INV_Move_Order_PUB.Trolin_Val_Tbl_Type;
57: l_commit VARCHAR2(1) := FND_API.G_TRUE;
58: l_line_num Number := 0;
59: l_order_count NUMBER := 1;
60:

Line 770: GMI_RESERVATION_UTIL.PrintLn('before call to INV_Move_Order_PUB.Create_move_order_header');

766: l_trohdr_rec.db_flag := FND_API.G_TRUE;
767: l_trohdr_rec.operation := INV_GLOBALS.G_OPR_CREATE;
768: l_trohdr_rec.move_order_type := INV_GLOBALS.G_MOVE_ORDER_PICK_WAVE; -- 5601081 type changed
769: l_trohdr_rec.grouping_rule_id := l_grouping_rule_id ; -- 5601081
770: GMI_RESERVATION_UTIL.PrintLn('before call to INV_Move_Order_PUB.Create_move_order_header');
771:
772: fnd_msg_pub.initialize;
773: INV_Move_Order_PUB.Create_move_order_header ( p_api_version_number => 1.0 ,
774: p_init_msg_list => 'T',

Line 773: INV_Move_Order_PUB.Create_move_order_header ( p_api_version_number => 1.0 ,

769: l_trohdr_rec.grouping_rule_id := l_grouping_rule_id ; -- 5601081
770: GMI_RESERVATION_UTIL.PrintLn('before call to INV_Move_Order_PUB.Create_move_order_header');
771:
772: fnd_msg_pub.initialize;
773: INV_Move_Order_PUB.Create_move_order_header ( p_api_version_number => 1.0 ,
774: p_init_msg_list => 'T',
775: p_commit => FND_API.G_FALSE,
776: p_return_values => FND_API.G_TRUE,
777: x_return_status => l_return_status,

Line 932: INV_Move_Order_PUB.Create_Move_Order_Lines (

928: l_trolin_tbl(l_order_count).operation := INV_GLOBALS.G_OPR_CREATE;
929:
930:
931: fnd_msg_pub.initialize;
932: INV_Move_Order_PUB.Create_Move_Order_Lines (
933: p_api_version_number => 1.0 ,
934: p_init_msg_list => 'T',
935: p_commit => FND_API.G_FALSE,
936: x_return_status => l_return_status,