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 774: GMI_RESERVATION_UTIL.PrintLn('before call to INV_Move_Order_PUB.Create_move_order_header');

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

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

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

Line 936: INV_Move_Order_PUB.Create_Move_Order_Lines (

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