DBA Data[Home] [Help]

APPS.GML_OPM_OM_CONV_MIG_PKG dependencies on INV_GLOBALS

Line 762: l_trohdr_rec.header_status := INV_Globals.G_TO_STATUS_PREAPPROVED;

758: l_trohdr_rec.request_number := l_ic_mo_header_rec.request_number;
759: l_trohdr_rec.creation_date := sysdate;
760: l_trohdr_rec.date_required := sysdate;
761: l_trohdr_rec.from_subinventory_code := l_ic_mo_header_rec.from_subinventory_code;
762: l_trohdr_rec.header_status := INV_Globals.G_TO_STATUS_PREAPPROVED;
763: l_trohdr_rec.last_updated_by := FND_GLOBAL.user_id;
764: l_trohdr_rec.last_update_date := sysdate;
765: l_trohdr_rec.last_update_login := FND_GLOBAL.login_id;
766: l_trohdr_rec.organization_id := l_ic_mo_header_rec.organization_id;

Line 769: --l_trohdr_rec.transaction_type_id := INV_GLOBALS.G_TYPE_TRANSFER_ORDER_ISSUE; -- not sure of this

765: l_trohdr_rec.last_update_login := FND_GLOBAL.login_id;
766: l_trohdr_rec.organization_id := l_ic_mo_header_rec.organization_id;
767: l_trohdr_rec.status_date := sysdate;
768: l_trohdr_rec.to_subinventory_code := l_ic_mo_header_rec.to_subinventory_code;
769: --l_trohdr_rec.transaction_type_id := INV_GLOBALS.G_TYPE_TRANSFER_ORDER_ISSUE; -- not sure of this
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

Line 771: l_trohdr_rec.operation := INV_GLOBALS.G_OPR_CREATE;

767: l_trohdr_rec.status_date := sysdate;
768: l_trohdr_rec.to_subinventory_code := l_ic_mo_header_rec.to_subinventory_code;
769: --l_trohdr_rec.transaction_type_id := INV_GLOBALS.G_TYPE_TRANSFER_ORDER_ISSUE; -- not sure of this
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:

Line 772: l_trohdr_rec.move_order_type := INV_GLOBALS.G_MOVE_ORDER_PICK_WAVE; -- 5601081 type changed

768: l_trohdr_rec.to_subinventory_code := l_ic_mo_header_rec.to_subinventory_code;
769: --l_trohdr_rec.transaction_type_id := INV_GLOBALS.G_TYPE_TRANSFER_ORDER_ISSUE; -- not sure of this
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;

Line 908: l_trolin_tbl(l_order_count).line_status := INV_Globals.G_TO_STATUS_PREAPPROVED;

904: l_trolin_tbl(l_order_count).last_update_date := sysdate;
905: l_trolin_tbl(l_order_count).last_update_login := FND_GLOBAL.LOGIN_ID;
906: l_trolin_tbl(l_order_count).line_id := FND_API.G_MISS_NUM;
907: l_trolin_tbl(l_order_count).line_number := l_line_num;
908: l_trolin_tbl(l_order_count).line_status := INV_Globals.G_TO_STATUS_PREAPPROVED;
909: l_trolin_tbl(l_order_count).organization_id := move_order_line_rec.organization_id; -- pal this needs to be right if suborg mapping
910: l_trolin_tbl(l_order_count).quantity := move_order_line_rec.quantity;
911: l_trolin_tbl(l_order_count).quantity_delivered := 0; --move_order_line_rec.quantity_delivered; -- 5601081
912: l_trolin_tbl(l_order_count).quantity_detailed := 0; --move_order_line_rec.quantity_detailed; -- 5601081

Line 932: l_trolin_tbl(l_order_count).operation := INV_GLOBALS.G_OPR_CREATE;

928:
929: l_trolin_tbl(l_order_count).grade_code := move_order_line_rec.qc_grade; -- 5703365
930:
931: l_trolin_tbl(l_order_count).db_flag := FND_API.G_TRUE;
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 (