DBA Data[Home] [Help]

APPS.GML_OPM_OM_CONV_MIG_PKG dependencies on INV_GLOBALS

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

754: l_trohdr_rec.request_number := l_ic_mo_header_rec.request_number;
755: l_trohdr_rec.creation_date := sysdate;
756: l_trohdr_rec.date_required := sysdate;
757: l_trohdr_rec.from_subinventory_code := l_ic_mo_header_rec.from_subinventory_code;
758: l_trohdr_rec.header_status := INV_Globals.G_TO_STATUS_PREAPPROVED;
759: l_trohdr_rec.last_updated_by := FND_GLOBAL.user_id;
760: l_trohdr_rec.last_update_date := sysdate;
761: l_trohdr_rec.last_update_login := FND_GLOBAL.login_id;
762: l_trohdr_rec.organization_id := l_ic_mo_header_rec.organization_id;

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

761: l_trohdr_rec.last_update_login := FND_GLOBAL.login_id;
762: l_trohdr_rec.organization_id := l_ic_mo_header_rec.organization_id;
763: l_trohdr_rec.status_date := sysdate;
764: l_trohdr_rec.to_subinventory_code := l_ic_mo_header_rec.to_subinventory_code;
765: --l_trohdr_rec.transaction_type_id := INV_GLOBALS.G_TYPE_TRANSFER_ORDER_ISSUE; -- not sure of this
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

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

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

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

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

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

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

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

924:
925: l_trolin_tbl(l_order_count).grade_code := move_order_line_rec.qc_grade; -- 5703365
926:
927: l_trolin_tbl(l_order_count).db_flag := FND_API.G_TRUE;
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 (