You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.5 KiB

#include "erp_utils.h"
#include "ocilib.h"
#include "common_itk_util.h"
#include "string_utils.h"
#include "string_helper.h"
#include "error_handling.h"
#include "connor_util.h"
#include <vector>
#include <map>
#include <string>
#include <tccore/item_errors.h>
#include <ics/ics_enquiry.h>
#include <ict/ict_userservice.h>
#include <tccore/item_errors.h>
#include <bom/bom_msg.h>
#include <tccore/tc_msg.h>
#include <ics/ics.h>
#include <property/prop_msg.h>
#include <bom/bom_msg.h>
#include <tccore/item_msg.h>
#include <tccore/project.h>
#include <time.h>
#define ERROR_QRY_NOT_FOUND (EMH_USER_error_base + 120)
int tm_show_object_name(EPM_action_message_t msg);
int Connor_set_bypass(void *returnValue);
int Connor_close_bypass(void *returnValue);
int Connor_bypass(EPM_action_message_t msg);
int connor_set_release_status(void * returnValue);
int WF_schedule_has_baseline(EPM_rule_message_t msg);
int WF_set_project_prop(EPM_action_message_t msg);
int WF_project_has_folder(EPM_rule_message_t msg);
int BOM_CHI_ISRELEASE(EPM_rule_message_t msg);
boolean getchibomline_isrelease(tag_t top_line_tag, char* err);
int BOM_CHI_HASNUMBER(EPM_rule_message_t msg);
boolean getchibomline_num(tag_t top_line_tag, char* err);
int WF_check_item_rev(EPM_rule_message_t msg);
int WF_set_picture(EPM_action_message_t msg);
int WF_set_ID(EPM_action_message_t msg);
int WF_item_to_Project(EPM_rule_message_t msg);
int WF_into_picture(EPM_action_message_t msg);
int WF_LC_Folder_System(EPM_action_message_t msg);