ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
Lgt0logisticsMfg
lgt_errors.h
Go to the documentation of this file.
1
/*Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2
==================================================
3
Copyright 2014.
4
Siemens Product Lifecycle Management Software Inc.
5
All Rights Reserved.
6
==================================================
7
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.*/
8
14
#ifndef LGT_ERRORS_H
15
#define LGT_ERRORS_H
16
17
#include <
common/emh_const.h
>
18
28
#define LGT_logistic_bop_not_linked_to_any_plant_bop (EMH_LOGISTICS_error_base + 1)
29
32
#define LGT_no_plant_bop_linked_to_logistic_bop_are_loaded (EMH_LOGISTICS_error_base + 2)
33
36
#define LGT_some_plant_bops_linked_to_logistic_bop_are_not_loaded (EMH_LOGISTICS_error_base + 3)
37
40
#define LGT_some_of_plant_strucure_loaded (EMH_LOGISTICS_error_base + 4)
41
44
#define LGT_no_plant_structure_is_loaded (EMH_LOGISTICS_error_base + 5)
45
48
#define LGT_logistic_bop_not_linked_to_any_plant (EMH_LOGISTICS_error_base + 6)
49
52
#define LGT_logistic_bop_linked_to_multiple_plants (EMH_LOGISTICS_error_base + 7)
53
56
#define LGT_logistic_bop_not_linked_to_plant_structure (EMH_LOGISTICS_error_base + 8)
57
60
#define LGT_selected_item_does_not_contain_any_part_families (EMH_LOGISTICS_error_base + 9)
61
64
#define LGT_part_families_does_not_contain_any_inplant_supply_chain (EMH_LOGISTICS_error_base + 10)
65
68
#define LGT_inplant_supply_chain_not_have_container_requirement (EMH_LOGISTICS_error_base + 11)
69
72
#define LGT_inplant_supply_chain_does_not_have_provision_process (EMH_LOGISTICS_error_base + 12)
73
76
#define LGT_inplant_supply_chain_does_not_have_station_assigned_to_provision_process (EMH_LOGISTICS_error_base + 13)
77
80
#define LGT_logisitic_provision_area_cannot_be_created_as_user_doesnot_have_write_access_on_bvr_of_station_line (EMH_LOGISTICS_error_base + 14)
81
84
#define LGT_user_doesnot_have_write_access_on_bvr_of_logistic_provision_area_line (EMH_LOGISTICS_error_base + 15)
85
88
#define LGT_inplant_supply_chain_container_assignment_succeeded_for_Logisitic_provision_area_assigned (EMH_LOGISTICS_error_base + 16)
89
92
#define LGT_inplant_supply_chain_container_assignment_succeeded_for_Logisitic_provision_area_deleted (EMH_LOGISTICS_error_base + 17)
93
96
#define LGT_user_doesnot_have_write_access_on_bvr_of_inplant_supply_chain (EMH_LOGISTICS_error_base + 18)
97
100
#define LGT_inplant_supply_chain_container_assignment_under_the_supply_chain_succeeded_assigned (EMH_LOGISTICS_error_base + 19)
101
104
#define LGT_inplant_supply_chain_container_assignment_under_the_supply_chain_succeeded_deleted (EMH_LOGISTICS_error_base + 20)
105
108
#define LGT_container_assignment_command_succeeded_for_all_in_plant_supply_chains (EMH_LOGISTICS_error_base + 21)
109
112
#define LGT_container_assignment_command_succeeded_for_some_in_plant_supply_chains (EMH_LOGISTICS_error_base + 22)
113
116
#define LGT_container_assignment_command_failed_for_all_in_plant_supply_chains (EMH_LOGISTICS_error_base + 23)
117
120
#define LGT_no_part_found_in_any_plant_bop (EMH_LOGISTICS_error_base + 24)
121
124
#define LGT_no_station_found_in_any_plant_bop (EMH_LOGISTICS_error_base + 25)
125
128
#endif