Commit 84dcd42d authored by smisra's avatar smisra

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91485 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 75b9059e
CREATE TABLE wip_scanning_ps_hdr (
tran_id char(10),
tran_date date,
work_order char(10),
operation number(16, 0),
confirmed char(1),
conf_date date,
emp_code__aprv char(10),
mc_code char(10),
proc_code char(10),
bar_code char(20),
qc_approval_reject char(1),
reason_code char(20),
reason_descr char(120),
remarks char(20),
run_start_date date,
run_end_date date,
run_start_time date,
run_end_time date,
cumulativ_run_time number(16, 5),
total_run_time number(16, 3),
sccaned char(1),
cumulative_time number(16, 3),
product_code char(10),
lot_no char(15),
wait_time number(16, 3),
lot_sl char(15),
site_code char(5)); TABLESPACE ITM_MFG_I1);
alter table wip_scanning_ps_hdr add constraint pk_tran_id primary key(tran_id); USING INDEX TABLESPACE ITM_MFG_I1;
--system entry for itm2menu of solar wipscan
INSERT INTO itm2menu (
application ,
level_1 ,
level_2 ,
level_3 ,
level_4 ,
level_5 ,
win_name ,
descr ,
comments ,
menu_path ,
icon_path ,
chg_date ,
chg_term ,
chg_user )
VALUES (
'RCP',
1,
1,
3,
0,
0,
'w_wip_scan_ps',
'WIP Scanning',
'WIP Scanning',
'RCP.1.1.3.0.0',
'e12_logo.gif',
sysdate,
'TSD ',
'TSD ');
--system entry for TRANSETUP of solar wipscan
INSERT INTO transetup (
tran_window ,
save_flag ,
val_flag ,
key_flag ,
key_string ,
chg_date ,
chg_user ,
chg_term ,
edi_option ,
confirm_col ,
confirm_val ,
repeat_add_det ,
ledg_post_conf ,
tran_id_col ,
confirm_mode ,
mail_option ,
garbage_opt ,
table_name ,
application ,
tran_date_col ,
ref_ser)
VALUES (
'w_wip_scan_ps',
'2',
'2',
'M',
'seq10',
sysdate,
'BASE ',
'BASE31 ',
'0',
'CONFIRMED',
'Y',
'N',
'N',
'TRAN_ID',
'0',
'0',
'N',
'wip_scanning_ps_hdr',
'CHG',
'TRAN_DATE',
'W-MAT');
--system entry for obj_forms of solar wipscan
INSERT INTO obj_forms (
win_name ,
title ,
obj_brow_name ,
obj_edit_name ,
form_no ,
auto_accept_scan ,
scan_metadata ,
scan_flag ,
scan_delimiter ,
auto_accept_weighdata )
VALUES (
'w_wip_scan_ps',
'Header',
'd_wipscan11',
'd_wip_scan_ps_21',
'1',
'Y',
'lot_no,lot_sl',
'Y',
'-',
'Y' );
--system entry for system_events of solar wipscan
INSERT INTO obj_actions (
obj_name ,
line_no ,
rights_char ,
interactive ,
service_code,
description ,
title ,
image ,
action_type ,
form_no )
VALUES (
'wip_scan_ps',
1,
'A',
'a',
'a',
'Adding New',
'Add',
'add.gif',
'S',
'1');
INSERT INTO obj_actions (
obj_name ,
line_no ,
rights_char ,
interactive ,
service_code ,
description ,
title ,
image ,
action_type ,
form_no)
VALUES (
'wip_scan_ps',
2,
'E',
'a',
'a',
'Editing Existing Record',
'Edit',
'edit.gif',
'S',
'1');
INSERT INTO obj_actions (
obj_name ,
line_no ,
rights_char ,
interactive ,
service_code ,
description ,
title ,
image ,
action_type ,
form_no,
SERVICE_HANDLER )
VALUES (
'wip_scan_ps',
5,
'F',
'a',
'pre_confirm',
'Confirm',
'Confirm',
'confirm.gif',
'U',
'1',
'2' );
--system entry for obj_itemchange
INSERT INTO obj_itemchange (
obj_name ,
form_no ,
field_name
)
VALUES (
'wip_scan_ps',
'1',
'lot_no'
);
INSERT INTO obj_itemchange (
obj_name ,
form_no ,
field_name
)
VALUES (
'wip_scan_ps',
'1',
'lot_sl'
);
INSERT INTO obj_itemchange (
obj_name ,
form_no ,
field_name
)
VALUES (
'wip_scan_ps',
'1',
'itm_default'
);
INSERT INTO obj_itemchange (
obj_name ,
form_no ,
field_name
)
VALUES (
'wip_scan_ps',
'1',
'qc_approval_reject'
);
INSERT INTO obj_itemchange (
obj_name ,
form_no ,
field_name
)
VALUES (
'wip_scan_ps',
'1',
'reason_code'
);
--system entry for POPHELP
INSERT INTO pophelp(
field_name ,
mod_name ,
sql_str ,
msg_title ,
chg_date ,
chg_user ,
chg_term )
VALUES (
'fld_value',
'w_wip_scan_ps',
'SELECT FLD_VALUE FROM GENCODES',
'ITEM',
sysdate,
'C Pandey',
'122');
--system entry for system_events of solar wipscan
INSERT INTO system_events (
obj_name ,
event_code ,
event_context ,
service_code ,
chg_date ,
chg_user ,
chg_term ,
result_handle ,
overwrite_core ,
comp_type ,
comp_name )
VALUES (
'wip_scan_ps',
'post_item_change',
'1',
'poic_default_ejb1',
sysdate,
'chitranjan',
'BASE249',
'2',
'0',
'EJB',
'WIPScanPvSolar' );
INSERT INTO system_events (
obj_name ,
event_code ,
event_context ,
service_code ,
chg_date ,
chg_user ,
chg_term ,
result_handle ,
overwrite_core ,
comp_type ,
comp_name)
VALUES (
'wip_scan_ps',
'pre_confirm',
'1',
'prv_confirm',
sysdate,
'Shamim ',
'BASE215',
'2',
'0',
'EJB',
'WIPScanConfPvSolar');
INSERT INTO system_events (
obj_name ,
event_code ,
event_context ,
service_code ,
chg_date ,
chg_user ,
chg_term ,
result_handle ,
overwrite_core ,
comp_type ,
comp_name )
VALUES (
'wip_scan_ps',
'pre_validate',
'1',
'prv_default_ejb1',
sysdate,
'chitranjan',
'BASE249',
'2',
'0',
'EJB',
'WIPScanPvSolar' );
--system entry for messages of solar wipscan
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type
)
VALUES (
'VTWIPTI1 ',
'TRAN ID CAN NOT BE BLANK',
'ENTER TRAN ID',
'E'
);
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type
)
VALUES (
'VTWIPTI ',
'TRAN ID ALREADY EXIST',
'EMTER UNIQUE TRAN ID',
'E'
);
insert into messages
(
msg_no ,
msg_str ,
msg_descr ,
msg_type ,
chg_date ,
chg_user ,
chg_term
)
VALUES
(
'VTWIPLN1 ',
'INVALID BAR CODE ',
'EITHER LOT NO OR LOT SL IS INVALID',
'E',
sysdate,
'chitranjan',
'Base31 '
);
insert into messages
(
msg_no ,
msg_str ,
msg_descr ,
msg_type ,
chg_date ,
chg_user ,
chg_term
)
VALUES (
'VTWIPLN1 ',
'INVALID BAR CODE ',
'EITHER LOT NO OR LOT SL IS INVALID',
'E',
sysdate,
'chitranjan',
'Base31 '
);
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type
)
VALUES (
'VTWIPSBC ',
'YOU ALREADY USED THIS NO',
'ENTER UNIQUE BAR CODE ',
'E'
);
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type
)
VALUES (
'VTWIPMC ',
'MACHNIE CODE NOT EXIST',
'MACHNIE CODE NOT EXIST',
'E'
);
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type
)
VALUES (
'VTWIPPC ',
'PRODUCT CODE NOT EXIST',
'ENTER PROCESS CODE',
'E'
);
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type
)
VALUES (
'VTWIPWT ',
'WAIT TIME NOT EXIST',
'ENTER VALID WAIT TIME',
'E'
);
insert into messages
(
msg_no ,
msg_str ,
msg_descr ,
msg_type ,
chg_date ,
chg_user ,
chg_term
)
VALUES (
'VTWIPQCAR1',
'INVALID QC ORDER ',
'ENTER QC ORDER OR APPROVAL OR REJECT',
'E',
sysdate,
'chitranjan',
'Base31 '
);
insert into messages
(
msg_no ,
msg_str ,
msg_descr ,
msg_type ,
chg_date ,
chg_user ,
chg_term
)
VALUES (
'VTWIPRC1 ',
'ENTER REASON CODE',
'ENTER REASON CODE',
'E',
SYSDATE,
'chitranjan',
'Base31 '
);
insert into messages
(
msg_no ,
msg_str ,
msg_descr ,
msg_type ,
chg_date ,
chg_user ,
chg_term
)
VALUES (
'VTWIPRM1 ',
'ENTER REMARKS',
'ENTER REMARKS',
'E',
SYSDATE,
'chitranjan',
'Base31 '
);
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type
)
VALUES (
'VTWIPCONFT',
'TRANSACTION ALREADY CONFIRMED',
'TRANSACTION ALREADY CONFIRMED',
'E'
);
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type
)
VALUES (
'VTWIPCOPR ',
'RECEIPT CAN NOT BE GENRATE',
'IT'S NOT LAST OPERATION RECEIPT CAN BE GENRATE AFTER COMPLETION OF ALL OPERATION',
'E'
);
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type ,
chg_date ,
chg_user ,
chg_term ,
mail_option
)
VALUES (
'VTSUCC1 ',
'VTSUCC',
'Selected transaction Successfully Confirmed',
'P',
sysdate,
'BASE ',
'07BASE83 ',
'0');
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type )
)
VALUES (
'VTWIPCOPR ',
'Receipt Can Not Be Genrate',
'It's Not Last Transection Receipt Can Not Be Genrate',
'E'
);
INSERT INTO POPHELP (
field_name,
mod_name ,
sql_str ,
msg_title
)
VALUES (
'REASON_CODE ',
'W_WIP_SCAN_PS ',
'SELECT FLD_NAME, FLD_VALUE FROM GENCODES',
'reason code '
);
\ No newline at end of file
/* itm2menu for QcOrder Approval */
INSERT INTO itm2menu ( application , level_1 , level_2 , level_3 , level_4 , level_5 , win_name , descr , comments , menu_path , icon_path , close_icon , open_icon , obj_type , chg_date , chg_term , chg_user ) VALUES ( 'MFG', 4, 6, 0, 0, 0, 'w_qcorder_aprv', 'SOLAR QC Order Approval', 'QC Order Process', 'MFG.4.6.0.0.0', NULL, NULL, NULL, 'P', NULL, NULL, NULL);
/* system entries for pophelp of Qc Order Approval */
INSERT INTO pophelp ( field_name , mod_name , sql_str , dw_object , msg_title , width , height , chg_date , chg_user , chg_term , dist_opt , filter_string , sql_input , default_col , pop_align , query_mode , page_context , pophelp_cols , pophelp_source , multi_opt , help_option )
VALUES ( 'QC_ORDER_NO_FROM', 'W_QCORDER_APRV', 'SELECT QORDER_NO FROM QC_ORDER', NULL, 'Qc Order No From', NULL, NULL, SYSDATE, 'JANARDHAN ', 'BASE ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO pophelp ( field_name , mod_name , sql_str , dw_object , msg_title , width , height , chg_date , chg_user , chg_term , dist_opt , filter_string , sql_input , default_col , pop_align , query_mode , page_context , pophelp_cols , pophelp_source , multi_opt , help_option )
VALUES ( 'QC_ORDER_NO_TO', 'W_QCORDER_APRV', 'SELECT QORDER_NO FROM QC_ORDER', NULL, 'Qc Order No To', NULL, NULL, SYSDATE, 'JANARDHAN ', 'BASE ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO pophelp ( field_name , mod_name , sql_str , dw_object , msg_title , width , height , chg_date , chg_user , chg_term , dist_opt , filter_string , sql_input , default_col , pop_align , query_mode , page_context , pophelp_cols , pophelp_source , multi_opt , help_option )
VALUES ( 'LOT_NO_FROM', 'W_QCORDER_APRV', 'SELECT LOT_NO FROM QC_ORDER', NULL, 'Lot No From ', NULL, NULL, SYSDATE, 'JANARDHAN ', 'BASE ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO pophelp ( field_name , mod_name , sql_str , dw_object , msg_title , width , height , chg_date , chg_user , chg_term , dist_opt , filter_string , sql_input , default_col , pop_align , query_mode , page_context , pophelp_cols , pophelp_source , multi_opt , help_option )
VALUES ( 'LOT_NO_TO', 'W_QCORDER_APRV', 'SELECT LOT_NO FROM QC_ORDER', NULL, 'lot No To', NULL, NULL, SYSDATE, 'JANARDHAN ', 'BASE ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO pophelp ( field_name , mod_name , sql_str , dw_object , msg_title , width , height , chg_date , chg_user , chg_term , dist_opt , filter_string , sql_input , default_col , pop_align , query_mode , page_context , pophelp_cols , pophelp_source , multi_opt , help_option )
VALUES ( 'LOT_SL_FROM', 'W_QCORDER_APRV', 'SELECT LOT_SL FROM QC_ORDER', NULL, 'Lot Sl From', NULL, NULL, SYSDATE, 'JANARDHAN ', 'BASE ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO pophelp ( field_name , mod_name , sql_str , dw_object , msg_title , width , height , chg_date , chg_user , chg_term , dist_opt , filter_string , sql_input , default_col , pop_align , query_mode , page_context , pophelp_cols , pophelp_source , multi_opt , help_option )
VALUES ( 'LOT_SL_TO', 'W_QCORDER_APRV', 'SELECT LOT_SL FROM QC_ORDER', NULL, 'lot Sl To', NULL, NULL, SYSDATE, 'JANARDHAN ', 'BASE ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO pophelp ( field_name , mod_name , sql_str , dw_object , msg_title , width , height , chg_date , chg_user , chg_term , dist_opt , filter_string , sql_input , default_col , pop_align , query_mode , page_context , pophelp_cols , pophelp_source , multi_opt , help_option )
VALUES ( 'REASON_CODE','W_QCORDER_APRV','SELECT FLD_VALUE FROM GENCODES WHERE MOD_NAME='X' AND FLD_NAME = '?'', NULL, 'reason code', NULL, NULL, SYSDATE, 'JANARDHAN ', 'BASE ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
/* system entries for system_service_args of Qc Order Approval - process*/
INSERT INTO system_service_args ( service_code , line_no , arg_name , arg_mode , descr , arg_type , arg_xfrm , chg_date , chg_user , chg_term , arg_value )
VALUES ( 'qcorder_prc', 1, 'COMPONENT_TYPE', 'I', 'Component Type', 'C.String', NULL, SYSDATE, 'Janardhan', 'BASE', 'EJB');
INSERT INTO system_service_args ( service_code , line_no , arg_name , arg_mode , descr , arg_type , arg_xfrm , chg_date , chg_user , chg_term , arg_value )
VALUES ( 'qcorder_prc', 2, 'COMPONENT_NAME', 'I', 'Component Name', 'C.String', NULL, SYSDATE, 'Janardhan ', 'BASE ', 'QcOrderAprv');
INSERT INTO system_service_args ( service_code , line_no , arg_name , arg_mode , descr , arg_type , arg_xfrm , chg_date , chg_user , chg_term , arg_value )
VALUES ( 'qcorder_prc', 3, 'XML_DATA_1', 'I', 'XML data of form no 1', 'S', NULL, SYSDATE, 'Janardhan ', 'BASE ', NULL);
INSERT INTO system_service_args ( service_code , line_no , arg_name , arg_mode , descr , arg_type , arg_xfrm , chg_date , chg_user , chg_term , arg_value )
VALUES ( 'qcorder_prc', 4, 'XML_DATA_ALL', 'I', 'XML data of form no 1', 'S', NULL, SYSDATE, 'Janardhan ', 'BASE ', NULL);
INSERT INTO system_service_args ( service_code , line_no , arg_name , arg_mode , descr , arg_type , arg_xfrm , chg_date , chg_user , chg_term , arg_value )
VALUES ( 'qcorder_prc', 5, 'WINDOW_NAME', 'I', 'Object Context', 'S', NULL, SYSDATE, 'Janardhan ', 'BASE ', NULL);
INSERT INTO system_service_args ( service_code , line_no , arg_name , arg_mode , descr , arg_type , arg_xfrm , chg_date , chg_user , chg_term , arg_value )
VALUES ( 'qcorder_prc', 6, 'XTRA_PARAMS', 'I', 'Extra Arguments', 'S', NULL, SYSDATE, 'Janardhan ', 'BASE ', NULL);
/* system entries for system_service_args of Qc Order Approval - getdata */
INSERT INTO system_service_args ( service_code , line_no , arg_name , arg_mode , descr , arg_type , arg_xfrm , chg_date , chg_user , chg_term , arg_value )
VALUES ( 'qcorder_getdata', 1, 'COMPONENT_TYPE', 'I', 'Component Type', 'C.String', NULL, SYSDATE, 'Janardhan ', 'BASE ', 'EJB');
INSERT INTO system_service_args ( service_code , line_no , arg_name , arg_mode , descr , arg_type , arg_xfrm , chg_date , chg_user , chg_term , arg_value )
VALUES ( 'qcorder_getdata', 2, 'COMPONENT_NAME', 'I', 'Component Name', 'C.String', NULL, SYSDATE, 'Janardhan ', 'BASE ', 'QcOrderAprv');
INSERT INTO system_service_args ( service_code , line_no , arg_name , arg_mode , descr , arg_type , arg_xfrm , chg_date , chg_user , chg_term , arg_value )
VALUES ( 'qcorder_getdata', 3, 'XML_DATA_1', 'I', 'XML data of form no 1', 'S', NULL, SYSDATE, 'Janardhan ', 'BASE ', NULL);
INSERT INTO system_service_args ( service_code , line_no , arg_name , arg_mode , descr , arg_type , arg_xfrm , chg_date , chg_user , chg_term , arg_value )
VALUES ( 'qcorder_getdata', 4, 'XML_DATA_ALL', 'I', 'XML data of form no 1', 'S', NULL, SYSDATE, 'Janardhan ', 'BASE ', NULL);
INSERT INTO system_service_args ( service_code , line_no , arg_name , arg_mode , descr , arg_type , arg_xfrm , chg_date , chg_user , chg_term , arg_value )
VALUES ( 'qcorder_getdata', 5, 'WINDOW_NAME', 'I', 'Window Name', 'S', NULL, SYSDATE, 'Janardhan ', 'BASE ', NULL);
INSERT INTO system_service_args ( service_code , line_no , arg_name , arg_mode , descr , arg_type , arg_xfrm , chg_date , chg_user , chg_term , arg_value )
VALUES ( 'qcorder_getdata', 6, 'XTRA_PARAMS', 'I', 'Extra Arguments', 'S', NULL, SYSDATE, 'Janardhan ', 'BASE ', NULL);
/* system entries for obj_forms of Qc Order Approval */
INSERT INTO obj_forms ( win_name , title , obj_brow_name , obj_edit_name , cross_update_expr , expr_fld_info , target_fld_info , expr_comment , form_no , auto_accept_scan , scan_metadata , scan_flag , scr_flag , property_info , ext_com , ext_metadata , ext_setup , after_save , column_on_save , scan_delimiter , auto_accept_weighdata , rate_col , qty_col , form_type , disp_metadata , parent_key_col )
VALUES ( 'w_qcorder_aprv', 'Header', NULL, NULL, NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO obj_forms ( win_name , title , obj_brow_name , obj_edit_name , cross_update_expr , expr_fld_info , target_fld_info , expr_comment , form_no , auto_accept_scan , scan_metadata , scan_flag , scr_flag , property_info , ext_com , ext_metadata , ext_setup , after_save , column_on_save , scan_delimiter , auto_accept_weighdata , rate_col , qty_col , form_type , disp_metadata , parent_key_col )
VALUES ( 'w_qcorder_aprv', 'Detail', NULL, NULL, NULL, NULL, NULL, NULL, '2', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
/* system entries for obj_actions of Qc Order Approval */
INSERT INTO obj_actions ( obj_name , line_no , rights_char , interactive , service_code , description , title , image , action_type , form_no , service_handler , placement , tran_type , chg_date , chg_term , chg_user )
VALUES ( 'qcorder_aprv', 1, 'R', 'a', 'get_data', 'Action Button for getting the data', 'GetData', 'default.gif', 'U', '1', '3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO obj_actions ( obj_name , line_no , rights_char , interactive , service_code , description , title , image , action_type , form_no , service_handler , placement , tran_type , chg_date , chg_term , chg_user )
VALUES ( 'qcorder_aprv', 2, 'R', 'a', 'process', 'Action Button for process the data', 'process', 'default.gif', 'U', '2', '3', NULL, NULL, NULL, NULL, NULL);
/* system entries for obj_itemchange of Qc Order Approval */
INSERT INTO obj_itemchange (obj_name,form_no,field_name,mandatory)
VALUES ('qcorder_aprv','1','itm_default',NULL);
/* system entries for system_event_services of Qc Order Approval */
INSERT INTO system_event_services ( service_code , service_descr , service_uri , service_provider , method_name , return_value , return_type , return_descr , return_xfrm , chg_date , chg_user , chg_term )
VALUES ( 'qcorder_getdata', 'Action to get the Data', NULL, 'BASE', 'getData', 'String', 'S', NULL, NULL, SYSDATE, 'Janardhan ', 'BASE');
INSERT INTO system_event_services ( service_code , service_descr , service_uri , service_provider , method_name , return_value , return_type , return_descr , return_xfrm , chg_date , chg_user , chg_term )
VALUES ( 'qcorder_prc', 'Action to process the Data', NULL, 'BASE', 'process', 'String', 'S', NULL, NULL, SYSDATE, 'Janardhan ', 'BASE');
/* system entries for system_events of Qc Order Approval */
INSERT INTO system_events ( obj_name , event_code , event_context , service_code , method_rule , chg_date , chg_user , chg_term , result_handle , overwrite_core , comp_type , comp_name , comm_format )
VALUES ('qcorder_aprv','get_data', '1', 'qcorder_getdata', NULL, SYSDATE, 'Janardhan ', 'BASE', '2', '0', 'EJB', 'QcOrderAprv', NULL);
INSERT INTO system_events ( obj_name , event_code , event_context , service_code , method_rule , chg_date , chg_user , chg_term , result_handle , overwrite_core , comp_type , comp_name , comm_format )
VALUES ( 'qcorder_aprv', 'process', '1', 'qcorder_prc', NULL, SYSDATE, 'Janardhan ', 'BASE', '2', '0', 'EJB', 'QcOrderAprv', NULL);
INSERT INTO system_events (obj_name,event_code,event_context,service_code ,method_rule ,chg_date ,chg_user ,chg_term ,result_handle ,overwrite_core ,comp_type ,comp_name ,comm_format )
VALUES ('qcorder_aprv','post_item_change','1','poic_qcaprvoal',NULL,SYSDATE,'JANARDHAN','BASE','2','0','EJB','QcOrderAprvIc',NULL);
/* system entries for messages of Qc Order Approval */
INSERT INTO messages ( msg_no , msg_str , msg_descr , msg_type , msg_opt , msg_time , alarm , err_source , chg_date , chg_user , chg_term , override_input , mail_option )
VALUES ( 'VTARIC', 'In Correct Value', 'Approved or Rejected must be either ''A'' or ''R''', 'E', 'Y', NULL, NULL, NULL, SYSDATE, 'JANARDHAN ', 'BASE', NULL, NULL);
INSERT INTO messages ( msg_no , msg_str , msg_descr , msg_type , msg_opt , msg_time , alarm , err_source , chg_date , chg_user , chg_term , override_input , mail_option )
VALUES ( 'VTARE', 'Approve/Rejected empty', 'Approve/Rejected value can not be empty', 'E', 'Y', NULL, NULL, NULL, SYSDATE, 'JANARDHAN ', 'BASE', NULL, NULL);
INSERT INTO messages ( msg_no , msg_str , msg_descr , msg_type , msg_opt , msg_time , alarm , err_source , chg_date , chg_user , chg_term , override_input , mail_option )
VALUES ( 'VTRCE', 'Reason code empty', 'Reason code can not be empty ', 'E', 'Y', NULL, NULL, NULL, SYSDATE, 'JANARDHAN', 'BASE', NULL, NULL);
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type ,
msg_opt
)
VALUES (
'VTIRCE ',
'Invalid Reason Code',
'Enter Existing Reason Code',
'E',
'Y'
);
INSERT INTO messages (
msg_no ,
msg_str ,
msg_descr ,
msg_type ,
msg_opt
);
VALUES (
'VTRFRCE ',
'There Is no Expected Result ',
'There Is no Expected Result Against This item Code',
'E',
'Y'
);
$PBExportHeader$d_qcorder11.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=240 color="536870912" )
table(column=(type=char(5) updatewhereclause=no name=site_code dbname="site_code" )
column=(type=char(10) updatewhereclause=no name=qc_order_no_from dbname="qc_order_no_from" )
column=(type=char(10) updatewhereclause=no name=qc_order_no_to dbname="qc_order_no_to" )
column=(type=char(15) updatewhereclause=no name=lot_no_from dbname="lot_no_from" )
column=(type=char(15) updatewhereclause=no name=lot_no_to dbname="lot_no_to" )
column=(type=char(5) updatewhereclause=no name=lot_sl_from dbname="lot_sl_from" )
column=(type=char(120) updatewhereclause=no name=xls_name dbname="xls_file" )
column=(type=char(5) updatewhereclause=no name=lot_sl_to dbname="lot_sl_to" )
)
groupbox(band=detail text="Qc Approve"border="2" color="33554432" x="18" y="11" height="147" width="502" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Site Code:" border="0" color="33554432" x="66" y="55" height="16" width="60" html.valueishtml="0" name=site_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Import:" border="0" color="33554432" x="66" y="31" height="16" width="60" html.valueishtml="0" name=xls_file_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=7 alignment="0" tabsequence=80 border="5" color="33554432" x="130" y="31" height="16" width="367" format="[general]" html.valueishtml="0" name=xls_name visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="33554432" x="130" y="55" height="16" width="55" format="[general]" html.valueishtml="0" name=site_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Qc Order No From:" border="0" color="33554432" x="24" y="79" height="16" width="102" html.valueishtml="0" name=qc_order_no_from_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="33554432" x="130" y="79" height="16" width="112" format="[general]" html.valueishtml="0" name=qc_order_no_from visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Qc Order No To:" border="0" color="33554432" x="290" y="79" height="16" width="93" html.valueishtml="0" name=qc_order_no_to_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="33554432" x="387" y="79" height="16" width="112" format="[general]" html.valueishtml="0" name=qc_order_no_to visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=40 border="5" color="33554432" x="130" y="103" height="16" width="112" format="[general]" html.valueishtml="0" name=lot_no_from visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Lot No From:" border="0" color="33554432" x="44" y="103" height="16" width="82" html.valueishtml="0" name=lot_no_from_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Lot No To:" border="0" color="33554432" x="317" y="103" height="16" width="66" html.valueishtml="0" name=lot_no_to_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=5 alignment="0" tabsequence=50 border="5" color="33554432" x="387" y="103" height="16" width="112" format="[general]" html.valueishtml="0" name=lot_no_to visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=60 border="5" color="33554432" x="130" y="127" height="16" width="112" format="[general]" html.valueishtml="0" name=lot_sl_from visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Lot Sl From:" border="0" color="33554432" x="53" y="127" height="16" width="73" html.valueishtml="0" name=lot_sl_from_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Lot Sl To:" border="0" color="33554432" x="325" y="127" height="16" width="58" html.valueishtml="0" name=lot_sl_to_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=70 border="5" color="33554432" x="387" y="127" height="16" width="112" format="[general]" html.valueishtml="0" name=lot_sl_to visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
$PBExportHeader$d_qcorder12_20.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
header(height=20 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=22 color="536870912" )
table(column=(type=char(10) updatewhereclause=no name=qorder_no dbname="qorder_no" )
column=(type=char(15) updatewhereclause=no name=lot_no dbname="lot_no" )
column=(type=char(5) updatewhereclause=no name=lot_sl dbname="lot_sl" )
column=(type=char(10) updatewhereclause=no name=item_code dbname="item_code" )
column=(type=char(60) updatewhereclause=no name=item_descr dbname="item_descr" )
column=(type=char(3) updatewhereclause=no name=apprv_rej dbname="apprv_rej" values="A A/R R/" )
column=(type=char(5) updatewhereclause=no name=reason_code dbname="reason_code" )
column=(type=long updatewhereclause=no name=flesh_result dbname="flesh_result" )
)
text(band=header alignment="2" text="Qorder No" border="6" color="33554432" x="2" y="2" height="16" width="76" html.valueishtml="0" name=qorder_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Batch No" border="6" color="33554432" x="80" y="2" height="16" width="72" html.valueishtml="0" name=lot_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Sheet No" border="6" color="33554432" x="154" y="2" height="16" width="80" html.valueishtml="0" name=lot_sl_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Item Code" border="6" color="33554432" x="236" y="2" height="16" width="77" html.valueishtml="0" name=item_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Item Descr" border="6" color="33554432" x="315" y="2" height="16" width="162" html.valueishtml="0" name=item_descr_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Apprv Rej" border="6" color="33554432" x="479" y="2" height="16" width="72" html.valueishtml="0" name=apprv_rej_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Reason Code" border="6" color="33554432" x="553" y="2" height="16" width="105" html.valueishtml="0" name=reason_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Flesh Result" border="6" color="33554432" x="660" y="2" height="16" width="89" html.valueishtml="0" name=flesh_result_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="33554432" x="2" y="2" height="16" width="76" format="[general]" html.valueishtml="0" name=qorder_no visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="33554432" x="80" y="2" height="16" width="72" format="[general]" html.valueishtml="0" name=lot_no visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="33554432" x="154" y="2" height="16" width="80" format="[general]" html.valueishtml="0" name=lot_sl visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="33554432" x="236" y="2" height="16" width="77" format="[general]" html.valueishtml="0" name=item_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="33554432" x="315" y="2" height="16" width="162" format="[general]" html.valueishtml="0" name=item_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=10 border="5" color="33554432" x="479" y="2" height="16" width="72" format="[general]" html.valueishtml="0" name=apprv_rej visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=20 border="5" color="33554432" x="553" y="2" height="16" width="105" format="[general]" html.valueishtml="0" name=reason_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="1" tabsequence=30 border="5" color="33554432" x="660" y="2" height="16" width="89" format="[general]" html.valueishtml="0" name=flesh_result visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
$PBExportHeader$wipscanning11.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
header(height=20 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=23 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="wip_scanning_ps_hdr.tran_id" )
column=(type=datetime update=yes updatewhereclause=yes name=tran_date dbname="wip_scanning_ps_hdr.tran_date" )
column=(type=char(15) update=yes updatewhereclause=yes name=lot_no dbname="wip_scanning_ps_hdr.lot_no" )
column=(type=char(10) update=yes updatewhereclause=yes name=work_order dbname="wip_scanning_ps_hdr.work_order" )
column=(type=char(15) update=yes updatewhereclause=yes name=lot_sl dbname="wip_scanning_ps_hdr.lot_sl" )
column=(type=char(10) update=yes updatewhereclause=yes name=proc_code dbname="wip_scanning_ps_hdr.proc_code" )
column=(type=char(10) update=yes updatewhereclause=yes name=product_code dbname="wip_scanning_ps_hdr.product_code" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=operation dbname="wip_scanning_ps_hdr.operation" )
column=(type=datetime update=yes updatewhereclause=yes name=run_start_time dbname="wip_scanning_ps_hdr.run_start_time" )
column=(type=datetime update=yes updatewhereclause=yes name=run_end_time dbname="wip_scanning_ps_hdr.run_end_time" )
column=(type=decimal(5) update=yes updatewhereclause=yes name=cumulativ_run_time dbname="wip_scanning_ps_hdr.cumulativ_run_time" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=total_run_time dbname="wip_scanning_ps_hdr.total_run_time" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=wait_time dbname="wip_scanning_ps_hdr.wait_time" )
column=(type=char(5) update=yes updatewhereclause=yes name=site_code dbname="wip_scanning_ps_hdr.site_code" )
column=(type=char(10) update=yes updatewhereclause=yes name=mc_code dbname="wip_scanning_ps_hdr.mc_code" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__aprv dbname="wip_scanning_ps_hdr.emp_code__aprv" )
column=(type=char(1) update=yes updatewhereclause=yes name=confirmed dbname="wip_scanning_ps_hdr.confirmed" )
column=(type=datetime update=yes updatewhereclause=yes name=conf_date dbname="wip_scanning_ps_hdr.conf_date" )
column=(type=char(1) update=yes updatewhereclause=yes name=qc_approval_reject dbname="wip_scanning_ps_hdr.qc_approval_reject" )
column=(type=char(20) update=yes updatewhereclause=yes name=reason_code dbname="wip_scanning_ps_hdr.reason_code" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"wip_scanning_ps_hdr~" ) COLUMN(NAME=~"wip_scanning_ps_hdr.tran_id~") COLUMN(NAME=~"wip_scanning_ps_hdr.tran_date~") COLUMN(NAME=~"wip_scanning_ps_hdr.lot_no~") COLUMN(NAME=~"wip_scanning_ps_hdr.work_order~") COLUMN(NAME=~"wip_scanning_ps_hdr.lot_sl~") COLUMN(NAME=~"wip_scanning_ps_hdr.proc_code~") COLUMN(NAME=~"wip_scanning_ps_hdr.product_code~") COLUMN(NAME=~"wip_scanning_ps_hdr.operation~") COLUMN(NAME=~"wip_scanning_ps_hdr.run_start_time~") COLUMN(NAME=~"wip_scanning_ps_hdr.run_end_time~") COLUMN(NAME=~"wip_scanning_ps_hdr.cumulativ_run_time~") COLUMN(NAME=~"wip_scanning_ps_hdr.total_run_time~") COLUMN(NAME=~"wip_scanning_ps_hdr.wait_time~") COLUMN(NAME=~"wip_scanning_ps_hdr.site_code~") COLUMN(NAME=~"wip_scanning_ps_hdr.mc_code~") COLUMN(NAME=~"wip_scanning_ps_hdr.emp_code__aprv~") COLUMN(NAME=~"wip_scanning_ps_hdr.confirmed~") COLUMN(NAME=~"wip_scanning_ps_hdr.conf_date~") COLUMN(NAME=~"wip_scanning_ps_hdr.qc_approval_reject~") COLUMN(NAME=~"wip_scanning_ps_hdr.reason_code~")) " update="wip_scanning_ps_hdr" updatewhere=0 updatekeyinplace=no )
text(band=header alignment="2" text="Tran Id" border="0" color="33554432" x="2" y="2" height="16" width="95" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Tran Date" border="0" color="33554432" x="99" y="2" height="16" width="94" html.valueishtml="0" name=tran_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Lot No" border="0" color="33554432" x="195" y="2" height="16" width="95" html.valueishtml="0" name=lot_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Work Order" border="0" color="33554432" x="292" y="2" height="16" width="93" html.valueishtml="0" name=work_order_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Lot Sl" border="0" color="33554432" x="387" y="2" height="16" width="94" html.valueishtml="0" name=lot_sl_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Proc Code" border="0" color="33554432" x="483" y="2" height="16" width="95" html.valueishtml="0" name=proc_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Product Code" border="0" color="33554432" x="580" y="2" height="16" width="92" html.valueishtml="0" name=product_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Operation" border="0" color="33554432" x="674" y="2" height="16" width="95" html.valueishtml="0" name=operation_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Run Start Time" border="0" color="33554432" x="771" y="2" height="16" width="95" html.valueishtml="0" name=run_start_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Run End Time" border="0" color="33554432" x="868" y="2" height="16" width="94" html.valueishtml="0" name=run_end_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Cumulativ Run Time" border="0" color="33554432" x="964" y="2" height="16" width="92" html.valueishtml="0" name=cumulativ_run_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Total Run Time" border="0" color="33554432" x="1058" y="2" height="16" width="94" html.valueishtml="0" name=total_run_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Wait Time" border="0" color="33554432" x="1154" y="2" height="16" width="95" html.valueishtml="0" name=wait_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Site Code" border="0" color="33554432" x="1251" y="2" height="16" width="93" html.valueishtml="0" name=site_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Mc Code" border="0" color="33554432" x="1346" y="2" height="16" width="93" html.valueishtml="0" name=mc_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Emp Code Aprv" border="0" color="33554432" x="1441" y="2" height="16" width="94" html.valueishtml="0" name=emp_code__aprv_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Confirmed" border="0" color="33554432" x="1537" y="2" height="16" width="96" html.valueishtml="0" name=confirmed_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Conf Date" border="0" color="33554432" x="1635" y="2" height="16" width="96" html.valueishtml="0" name=conf_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Qc Approval Reject" border="0" color="33554432" x="1733" y="2" height="16" width="92" html.valueishtml="0" name=qc_approval_reject_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Reason Code" border="0" color="33554432" x="1827" y="2" height="16" width="95" html.valueishtml="0" name=reason_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="33554432" x="2" y="2" height="19" width="95" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="33554432" x="99" y="2" height="19" width="94" format="[shortdate] [time]" html.valueishtml="0" name=tran_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="33554432" x="195" y="2" height="19" width="95" format="[general]" html.valueishtml="0" name=lot_no visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="33554432" x="292" y="2" height="19" width="93" format="[general]" html.valueishtml="0" name=work_order visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="33554432" x="387" y="2" height="19" width="94" format="[general]" html.valueishtml="0" name=lot_sl visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="33554432" x="483" y="2" height="19" width="95" format="[general]" html.valueishtml="0" name=proc_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="33554432" x="580" y="2" height="19" width="92" format="[general]" html.valueishtml="0" name=product_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="1" tabsequence=32766 border="5" color="33554432" x="674" y="2" height="19" width="95" format="[general]" html.valueishtml="0" name=operation visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="33554432" x="771" y="2" height="19" width="95" format="[shortdate] [time]" html.valueishtml="0" name=run_start_time visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="33554432" x="868" y="2" height="19" width="94" format="[shortdate] [time]" html.valueishtml="0" name=run_end_time visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=11 alignment="1" tabsequence=32766 border="5" color="33554432" x="964" y="2" height="19" width="92" format="[general]" html.valueishtml="0" name=cumulativ_run_time visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=12 alignment="1" tabsequence=32766 border="5" color="33554432" x="1058" y="2" height="19" width="94" format="[general]" html.valueishtml="0" name=total_run_time visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=13 alignment="1" tabsequence=32766 border="5" color="33554432" x="1154" y="2" height="19" width="95" format="[general]" html.valueishtml="0" name=wait_time visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="33554432" x="1251" y="2" height="19" width="93" format="[general]" html.valueishtml="0" name=site_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="33554432" x="1346" y="2" height="19" width="93" format="[general]" html.valueishtml="0" name=mc_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="33554432" x="1441" y="2" height="19" width="94" format="[general]" html.valueishtml="0" name=emp_code__aprv visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="33554432" x="1537" y="2" height="19" width="96" format="[general]" html.valueishtml="0" name=confirmed visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="33554432" x="1635" y="2" height="19" width="96" format="[shortdate] [time]" html.valueishtml="0" name=conf_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="5" color="33554432" x="1733" y="2" height="19" width="92" format="[general]" html.valueishtml="0" name=qc_approval_reject visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="5" color="33554432" x="1827" y="2" height="19" width="95" format="[general]" html.valueishtml="0" name=reason_code visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
$PBExportHeader$wipscanning21.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=818 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="wip_scanning_ps_hdr.tran_id" )
column=(type=datetime update=yes updatewhereclause=yes name=tran_date dbname="wip_scanning_ps_hdr.tran_date" )
column=(type=char(15) update=yes updatewhereclause=yes name=lot_no dbname="wip_scanning_ps_hdr.lot_no" )
column=(type=char(10) update=yes updatewhereclause=yes name=work_order dbname="wip_scanning_ps_hdr.work_order" )
column=(type=char(15) update=yes updatewhereclause=yes name=lot_sl dbname="wip_scanning_ps_hdr.lot_sl" )
column=(type=char(10) update=yes updatewhereclause=yes name=proc_code dbname="wip_scanning_ps_hdr.proc_code" )
column=(type=char(60) updatewhereclause=yes name=process_descr dbname="process.descr" )
column=(type=char(10) update=yes updatewhereclause=yes name=product_code dbname="wip_scanning_ps_hdr.product_code" )
column=(type=char(120) updatewhereclause=yes name=descr dbname="item.descr" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=operation dbname="wip_scanning_ps_hdr.operation" )
column=(type=datetime update=yes updatewhereclause=yes name=run_start_time dbname="wip_scanning_ps_hdr.run_start_time" )
column=(type=datetime update=yes updatewhereclause=yes name=run_end_time dbname="wip_scanning_ps_hdr.run_end_time" )
column=(type=decimal(5) update=yes updatewhereclause=yes name=cumulativ_run_time dbname="wip_scanning_ps_hdr.cumulativ_run_time" )
column=(type=decimal(3) updatewhereclause=yes name=total_run_time dbname="wip_scanning_ps_hdr.total_run_time" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=wait_time dbname="wip_scanning_ps_hdr.wait_time" )
column=(type=char(5) update=yes updatewhereclause=yes name=site_code dbname="wip_scanning_ps_hdr.site_code" )
column=(type=char(10) update=yes updatewhereclause=yes name=mc_code dbname="wip_scanning_ps_hdr.mc_code" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__aprv dbname="wip_scanning_ps_hdr.emp_code__aprv" )
column=(type=char(1) update=yes updatewhereclause=yes name=confirmed dbname="wip_scanning_ps_hdr.confirmed" )
column=(type=datetime update=yes updatewhereclause=yes name=conf_date dbname="wip_scanning_ps_hdr.conf_date" )
column=(type=char(1) update=yes updatewhereclause=yes name=qc_approval_reject dbname="wip_scanning_ps_hdr.qc_approval_reject" values="A A/R R/" )
column=(type=char(20) update=yes updatewhereclause=yes name=reason_code dbname="wip_scanning_ps_hdr.reason_code" )
column=(type=char(20) update=yes updatewhereclause=yes name=remarks dbname="wip_scanning_ps_hdr.remarks" )
column=(type=char(4000) updatewhereclause=yes name=gencodes_descr dbname="gencodes_descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"wip_scanning_ps_hdr~" ) TABLE(NAME=~"process~" ) TABLE(NAME=~"item~" ) COLUMN(NAME=~"wip_scanning_ps_hdr.tran_id~") COLUMN(NAME=~"wip_scanning_ps_hdr.tran_date~") COLUMN(NAME=~"wip_scanning_ps_hdr.lot_no~") COLUMN(NAME=~"wip_scanning_ps_hdr.work_order~") COLUMN(NAME=~"wip_scanning_ps_hdr.lot_sl~") COLUMN(NAME=~"wip_scanning_ps_hdr.proc_code~") COLUMN(NAME=~"process.descr~") COLUMN(NAME=~"wip_scanning_ps_hdr.product_code~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"wip_scanning_ps_hdr.operation~") COLUMN(NAME=~"wip_scanning_ps_hdr.run_start_time~") COLUMN(NAME=~"wip_scanning_ps_hdr.run_end_time~") COLUMN(NAME=~"wip_scanning_ps_hdr.cumulativ_run_time~") COLUMN(NAME=~"wip_scanning_ps_hdr.total_run_time~") COLUMN(NAME=~"wip_scanning_ps_hdr.wait_time~") COLUMN(NAME=~"wip_scanning_ps_hdr.site_code~") COLUMN(NAME=~"wip_scanning_ps_hdr.mc_code~") COLUMN(NAME=~"wip_scanning_ps_hdr.emp_code__aprv~") COLUMN(NAME=~"wip_scanning_ps_hdr.confirmed~") COLUMN(NAME=~"wip_scanning_ps_hdr.conf_date~") COLUMN(NAME=~"wip_scanning_ps_hdr.qc_approval_reject~") COLUMN(NAME=~"wip_scanning_ps_hdr.reason_code~") COLUMN(NAME=~"wip_scanning_ps_hdr.remarks~") COMPUTE(NAME=~"FN_GET_GEN_DESC('reason_code','fld_value') as gencodes_descr~") JOIN (LEFT=~"wip_scanning_ps_hdr.proc_code~" OP =~"=~"RIGHT=~"process.proc_code~" ) JOIN (LEFT=~"wip_scanning_ps_hdr.product_code~" OP =~"=~"RIGHT=~"item.item_code~" )WHERE( EXP1 =~"wip_scanning_ps_hdr.tran_id~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="wip_scanning_ps_hdr" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) )
text(band=detail alignment="1" text="Work Order:" border="0" color="33554432" x="210" y="31" height="16" width="92" html.valueishtml="0" name=work_order_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Tran Id:" border="0" color="33554432" x="29" y="8" height="16" width="71" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Lot No:" border="0" color="33554432" x="22" y="31" height="16" width="78" html.valueishtml="0" name=lot_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Proc Code:" border="0" color="33554432" x="5" y="54" height="16" width="95" html.valueishtml="0" name=proc_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Product Code:" border="0" color="33554432" x="15" y="75" height="16" width="85" html.valueishtml="0" name=product_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Run Start Time:" border="0" color="33554432" x="2" y="99" height="16" width="98" html.valueishtml="0" name=run_start_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Total Run Time:" border="0" color="33554432" x="1" y="125" height="16" width="99" html.valueishtml="0" name=total_run_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Wait Time:" border="0" color="33554432" x="24" y="151" height="16" width="76" html.valueishtml="0" name=wait_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Reason Code:" border="0" color="33554432" x="0" y="174" height="16" width="100" html.valueishtml="0" name=reason_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Confirmed:" border="0" color="33554432" x="22" y="223" height="16" width="78" html.valueishtml="0" name=confirmed_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=22 alignment="0" tabsequence=20 border="5" color="33554432" x="105" y="174" height="16" width="57" format="[general]" html.valueishtml="0" name=reason_code visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=24 alignment="0" tabsequence=32766 border="5" color="33554432" x="169" y="175" height="16" width="343" format="[general]" html.valueishtml="0" name=gencodes_descr visible="1" edit.limit=4000 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=23 alignment="0" tabsequence=30 border="5" color="33554432" x="105" y="201" height="16" width="409" format="[general]" html.valueishtml="0" name=remarks visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Remarks:" border="0" color="33554432" x="24" y="202" height="16" width="74" html.valueishtml="0" name=remarks_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Site Code:" border="0" color="33554432" x="22" y="250" height="16" width="77" html.valueishtml="0" name=site_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Conf Date:" border="0" color="33554432" x="171" y="223" height="16" width="86" html.valueishtml="0" name=conf_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Tran Date:" border="0" color="33554432" x="372" y="6" height="16" width="76" html.valueishtml="0" name=tran_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Lot Sl:" border="0" color="33554432" x="370" y="31" height="16" width="77" html.valueishtml="0" name=lot_sl_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Operation:" border="0" color="33554432" x="386" y="77" height="16" width="61" html.valueishtml="0" name=operation_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Run End Time:" border="0" color="33554432" x="337" y="99" height="16" width="110" html.valueishtml="0" name=run_end_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Cumulativ Run Time:" border="0" color="33554432" x="327" y="128" height="16" width="120" html.valueishtml="0" name=cumulativ_run_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Qc Approval Reject:" border="0" color="33554432" x="328" y="149" height="16" width="119" html.valueishtml="0" name=qc_approval_reject_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Emp Code Aprv:" border="0" color="33554432" x="337" y="222" height="16" width="110" html.valueishtml="0" name=emp_code__aprv_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Mc Code:" border="0" color="33554432" x="362" y="250" height="16" width="85" html.valueishtml="0" name=mc_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=21 alignment="0" tabsequence=10 border="5" color="33554432" x="457" y="149" height="16" width="57" format="[general]" html.valueishtml="0" name=qc_approval_reject visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.showlist=yes ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="33554432" x="105" y="7" height="16" width="57" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="33554432" x="105" y="31" height="16" width="57" format="[general]" html.valueishtml="0" name=lot_no visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="33554432" x="105" y="54" height="16" width="57" format="[general]" html.valueishtml="0" name=proc_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="33554432" x="105" y="76" height="16" width="57" format="[general]" html.valueishtml="0" name=product_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="33554432" x="105" y="99" height="16" width="57" format="[shortdate] [time]" html.valueishtml="0" name=run_start_time visible="1" editmask.mask="DD/MM/YY" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=14 alignment="1" tabsequence=32766 border="5" color="33554432" x="105" y="125" height="16" width="57" format="[general]" html.valueishtml="0" name=total_run_time visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=15 alignment="1" tabsequence=32766 border="5" color="33554432" x="105" y="151" height="16" width="57" format="[general]" html.valueishtml="0" name=wait_time visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="33554432" x="170" y="77" height="16" width="203" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=120 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="33554432" x="169" y="56" height="16" width="345" format="[general]" html.valueishtml="0" name=process_descr visible="1" edit.limit=60 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="33554432" x="306" y="31" height="16" width="66" format="[general]" html.valueishtml="0" name=work_order visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="33554432" x="456" y="7" height="16" width="57" format="[shortdate] [time]" html.valueishtml="0" name=tran_date visible="1" editmask.mask="DD/MM/YY" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="33554432" x="457" y="31" height="16" width="57" format="[general]" html.valueishtml="0" name=lot_sl visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=10 alignment="1" tabsequence=32766 border="5" color="33554432" x="457" y="77" height="16" width="57" format="[general]" html.valueishtml="0" name=operation visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="33554432" x="457" y="99" height="16" width="57" format="[shortdate] [time]" html.valueishtml="0" name=run_end_time visible="1" editmask.mask="DD/MM/YY" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=13 alignment="1" tabsequence=32766 border="5" color="33554432" x="457" y="125" height="16" width="57" format="[general]" html.valueishtml="0" name=cumulativ_run_time visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="5" color="33554432" x="105" y="223" height="16" width="57" format="[general]" html.valueishtml="0" name=confirmed visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="5" color="33554432" x="261" y="223" height="16" width="57" format="[shortdate] [time]" html.valueishtml="0" name=conf_date visible="1" editmask.mask="DD/MM/YY" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="33554432" x="457" y="223" height="16" width="57" format="[general]" html.valueishtml="0" name=emp_code__aprv visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="33554432" x="104" y="250" height="16" width="57" format="[general]" html.valueishtml="0" name=site_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="33554432" x="456" y="250" height="16" width="57" format="[general]" html.valueishtml="0" name=mc_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow>
<Release>9</Release>
<BaseDefinition>
<units>1</units>
<timer_interval>0</timer_interval>
<color>67108864</color>
<processing>0</processing>
<HTMLDW>no</HTMLDW>
<print>
<documentname></documentname>
<printername></printername>
<orientation>0</orientation>
<margin>
<left>24</left>
<right>24</right>
<top>24</top>
<bottom>24</bottom>
</margin>
<paper>
<source>0</source>
<size>0</size>
</paper>
<prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons>
<preview.buttons>no</preview.buttons>
<cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob>
</print>
</BaseDefinition>
<Summary>
<height>0</height>
<color>536870912</color>
</Summary>
<Footer>
<height>0</height>
<color>536870912</color>
</Footer>
<Detail>
<height>240</height>
<color>536870912</color>
</Detail>
<TableDefinition>
<table_column>
<type size="5">char</type>
<updatewhereclause>no</updatewhereclause>
<name>site_code</name>
<dbname>site_code</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<updatewhereclause>no</updatewhereclause>
<name>qc_order_no_from</name>
<dbname>qc_order_no_from</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<updatewhereclause>no</updatewhereclause>
<name>qc_order_no_to</name>
<dbname>qc_order_no_to</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>no</updatewhereclause>
<name>lot_no_from</name>
<dbname>lot_no_from</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>no</updatewhereclause>
<name>lot_no_to</name>
<dbname>lot_no_to</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<updatewhereclause>no</updatewhereclause>
<name>lot_sl_from</name>
<dbname>lot_sl_from</dbname>
</table_column>
<table_column>
<type size="120">char</type>
<updatewhereclause>no</updatewhereclause>
<name>xls_name</name>
<dbname>xls_file</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<updatewhereclause>no</updatewhereclause>
<name>lot_sl_to</name>
<dbname>lot_sl_to</dbname>
</table_column>
</TableDefinition>
<GroupBox>
<band>Detail</band>
<text>Qc Approve</text>
<border>2</border>
<color>33554432</color>
<x>18</x>
<y>11</y>
<height>147</height>
<width>502</width>
<name>gb_1</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</GroupBox>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Site Code:</text>
<border>0</border>
<color>33554432</color>
<x>66</x>
<y>55</y>
<height>16</height>
<width>60</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Import:</text>
<border>0</border>
<color>33554432</color>
<x>66</x>
<y>31</y>
<height>16</height>
<width>60</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>xls_file_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>80</tabsequence>
<border>5</border>
<color>33554432</color>
<x>130</x>
<y>31</y>
<height>16</height>
<width>367</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>xls_name</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>33554432</color>
<x>130</x>
<y>55</y>
<height>16</height>
<width>55</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Qc Order No From:</text>
<border>0</border>
<color>33554432</color>
<x>24</x>
<y>79</y>
<height>16</height>
<width>102</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>qc_order_no_from_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>33554432</color>
<x>130</x>
<y>79</y>
<height>16</height>
<width>112</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>qc_order_no_from</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Qc Order No To:</text>
<border>0</border>
<color>33554432</color>
<x>290</x>
<y>79</y>
<height>16</height>
<width>93</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>qc_order_no_to_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>33554432</color>
<x>387</x>
<y>79</y>
<height>16</height>
<width>112</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>qc_order_no_to</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>33554432</color>
<x>130</x>
<y>103</y>
<height>16</height>
<width>112</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lot_no_from</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Lot No From:</text>
<border>0</border>
<color>33554432</color>
<x>44</x>
<y>103</y>
<height>16</height>
<width>82</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lot_no_from_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Lot No To:</text>
<border>0</border>
<color>33554432</color>
<x>317</x>
<y>103</y>
<height>16</height>
<width>66</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lot_no_to_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
<color>33554432</color>
<x>387</x>
<y>103</y>
<height>16</height>
<width>112</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lot_no_to</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<color>33554432</color>
<x>130</x>
<y>127</y>
<height>16</height>
<width>112</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lot_sl_from</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Lot Sl From:</text>
<border>0</border>
<color>33554432</color>
<x>53</x>
<y>127</y>
<height>16</height>
<width>73</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lot_sl_from_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Lot Sl To:</text>
<border>0</border>
<color>33554432</color>
<x>325</x>
<y>127</y>
<height>16</height>
<width>58</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lot_sl_to_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>0</alignment>
<tabsequence>70</tabsequence>
<border>5</border>
<color>33554432</color>
<x>387</x>
<y>127</y>
<height>16</height>
<width>112</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lot_sl_to</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
<HtmlGen>
<clientevents>1</clientevents>
<clientvalidation>1</clientvalidation>
<clientcomputedfields>1</clientcomputedfields>
<clientformatting>0</clientformatting>
<clientscriptable>0</clientscriptable>
<generatejavascript>1</generatejavascript>
<encodeselflinkargs>1</encodeselflinkargs>
<netscapelayers>0</netscapelayers>
</HtmlGen>
<Export.XML>
<headgroups>1</headgroups>
<includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype>
<savemetadata>0</savemetadata>
</Export.XML>
<Import.XML>
</Import.XML>
<Export.PDF>
<method>0</method>
<distill.custompostscript>0</distill.custompostscript>
<xslfop.print>0</xslfop.print>
</Export.PDF>
</Sybase_eDataWindow>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow>
<Release>9</Release>
<BaseDefinition>
<units>1</units>
<timer_interval>0</timer_interval>
<color>67108864</color>
<processing>1</processing>
<HTMLDW>no</HTMLDW>
<print>
<documentname></documentname>
<printername></printername>
<orientation>0</orientation>
<margin>
<left>24</left>
<right>24</right>
<top>24</top>
<bottom>24</bottom>
</margin>
<paper>
<source>0</source>
<size>0</size>
</paper>
<prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons>
<preview.buttons>no</preview.buttons>
<cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob>
</print>
<grid.lines>0</grid.lines>
</BaseDefinition>
<Header>
<height>20</height>
<color>536870912</color>
</Header>
<Summary>
<height>0</height>
<color>536870912</color>
</Summary>
<Footer>
<height>0</height>
<color>536870912</color>
</Footer>
<Detail>
<height>22</height>
<color>536870912</color>
</Detail>
<TableDefinition>
<table_column>
<type size="10">char</type>
<updatewhereclause>no</updatewhereclause>
<name>qorder_no</name>
<dbname>qorder_no</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>no</updatewhereclause>
<name>lot_no</name>
<dbname>lot_no</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<updatewhereclause>no</updatewhereclause>
<name>lot_sl</name>
<dbname>lot_sl</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<updatewhereclause>no</updatewhereclause>
<name>item_code</name>
<dbname>item_code</dbname>
</table_column>
<table_column>
<type size="60">char</type>
<updatewhereclause>no</updatewhereclause>
<name>item_descr</name>
<dbname>item_descr</dbname>
</table_column>
<table_column>
<type size="3">char</type>
<updatewhereclause>no</updatewhereclause>
<name>apprv_rej</name>
<dbname>apprv_rej</dbname>
<values>
<item display="A" data="A"/>
<item display="R" data="R"/>
</values>
</table_column>
<table_column>
<type size="5">char</type>
<updatewhereclause>no</updatewhereclause>
<name>reason_code</name>
<dbname>reason_code</dbname>
</table_column>
<table_column>
<type>long</type>
<updatewhereclause>no</updatewhereclause>
<name>flesh_result</name>
<dbname>flesh_result</dbname>
</table_column>
</TableDefinition>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Qorder No</text>
<border>6</border>
<color>33554432</color>
<x>2</x>
<y>2</y>
<height>16</height>
<width>76</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>qorder_no_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Batch No</text>
<border>6</border>
<color>33554432</color>
<x>80</x>
<y>2</y>
<height>16</height>
<width>72</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lot_no_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Sheet No</text>
<border>6</border>
<color>33554432</color>
<x>154</x>
<y>2</y>
<height>16</height>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lot_sl_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Item Code</text>
<border>6</border>
<color>33554432</color>
<x>236</x>
<y>2</y>
<height>16</height>
<width>77</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>item_code_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Item Descr</text>
<border>6</border>
<color>33554432</color>
<x>315</x>
<y>2</y>
<height>16</height>
<width>162</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>item_descr_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Apprv Rej</text>
<border>6</border>
<color>33554432</color>
<x>479</x>
<y>2</y>
<height>16</height>
<width>72</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>apprv_rej_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Reason Code</text>
<border>6</border>
<color>33554432</color>
<x>553</x>
<y>2</y>
<height>16</height>
<width>105</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>reason_code_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Flesh Result</text>
<border>6</border>
<color>33554432</color>
<x>660</x>
<y>2</y>
<height>16</height>
<width>89</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>flesh_result_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>2</x>
<y>2</y>
<height>16</height>
<width>76</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>qorder_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>80</x>
<y>2</y>
<height>16</height>
<width>72</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lot_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>154</x>
<y>2</y>
<height>16</height>
<width>80</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lot_sl</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>236</x>
<y>2</y>
<height>16</height>
<width>77</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>item_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>315</x>
<y>2</y>
<height>16</height>
<width>162</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>item_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>33554432</color>
<x>479</x>
<y>2</y>
<height>16</height>
<width>72</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>apprv_rej</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>33554432</color>
<x>553</x>
<y>2</y>
<height>16</height>
<width>105</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>reason_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>1</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>33554432</color>
<x>660</x>
<y>2</y>
<height>16</height>
<width>89</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>flesh_result</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
<HtmlGen>
<clientevents>1</clientevents>
<clientvalidation>1</clientvalidation>
<clientcomputedfields>1</clientcomputedfields>
<clientformatting>0</clientformatting>
<clientscriptable>0</clientscriptable>
<generatejavascript>1</generatejavascript>
<encodeselflinkargs>1</encodeselflinkargs>
<netscapelayers>0</netscapelayers>
</HtmlGen>
<Export.XML>
<headgroups>1</headgroups>
<includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype>
<savemetadata>0</savemetadata>
</Export.XML>
<Import.XML>
</Import.XML>
<Export.PDF>
<method>0</method>
<distill.custompostscript>0</distill.custompostscript>
<xslfop.print>0</xslfop.print>
</Export.PDF>
</Sybase_eDataWindow>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow>
<Release>9</Release>
<BaseDefinition>
<units>1</units>
<timer_interval>0</timer_interval>
<color>67108864</color>
<processing>1</processing>
<HTMLDW>no</HTMLDW>
<print>
<documentname></documentname>
<printername></printername>
<orientation>0</orientation>
<margin>
<left>24</left>
<right>24</right>
<top>24</top>
<bottom>24</bottom>
</margin>
<paper>
<source>0</source>
<size>0</size>
</paper>
<prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons>
<preview.buttons>no</preview.buttons>
<cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob>
</print>
<grid.lines>0</grid.lines>
</BaseDefinition>
<Header>
<height>20</height>
<color>536870912</color>
</Header>
<Summary>
<height>0</height>
<color>536870912</color>
</Summary>
<Footer>
<height>0</height>
<color>536870912</color>
</Footer>
<Detail>
<height>23</height>
<color>536870912</color>
</Detail>
<TableDefinition>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>tran_id</name>
<dbname>wip_scanning_ps_hdr.tran_id</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>tran_date</name>
<dbname>wip_scanning_ps_hdr.tran_date</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>lot_no</name>
<dbname>wip_scanning_ps_hdr.lot_no</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>work_order</name>
<dbname>wip_scanning_ps_hdr.work_order</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>lot_sl</name>
<dbname>wip_scanning_ps_hdr.lot_sl</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>proc_code</name>
<dbname>wip_scanning_ps_hdr.proc_code</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>product_code</name>
<dbname>wip_scanning_ps_hdr.product_code</dbname>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>operation</name>
<dbname>wip_scanning_ps_hdr.operation</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>run_start_time</name>
<dbname>wip_scanning_ps_hdr.run_start_time</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>run_end_time</name>
<dbname>wip_scanning_ps_hdr.run_end_time</dbname>
</table_column>
<table_column>
<type precision="5">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>cumulativ_run_time</name>
<dbname>wip_scanning_ps_hdr.cumulativ_run_time</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>total_run_time</name>
<dbname>wip_scanning_ps_hdr.total_run_time</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>wait_time</name>
<dbname>wip_scanning_ps_hdr.wait_time</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>site_code</name>
<dbname>wip_scanning_ps_hdr.site_code</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>mc_code</name>
<dbname>wip_scanning_ps_hdr.mc_code</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>emp_code__aprv</name>
<dbname>wip_scanning_ps_hdr.emp_code__aprv</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>confirmed</name>
<dbname>wip_scanning_ps_hdr.confirmed</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>conf_date</name>
<dbname>wip_scanning_ps_hdr.conf_date</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>qc_approval_reject</name>
<dbname>wip_scanning_ps_hdr.qc_approval_reject</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>reason_code</name>
<dbname>wip_scanning_ps_hdr.reason_code</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;wip_scanning_ps_hdr&quot; ) COLUMN(NAME=&quot;wip_scanning_ps_hdr.tran_id&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.tran_date&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.lot_no&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.work_order&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.lot_sl&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.proc_code&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.product_code&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.operation&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.run_start_time&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.run_end_time&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.cumulativ_run_time&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.total_run_time&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.wait_time&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.site_code&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.mc_code&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.emp_code__aprv&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.confirmed&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.conf_date&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.qc_approval_reject&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.reason_code&quot;)) </retrieve>
<update>wip_scanning_ps_hdr</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
</TableDefinition>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Tran Id</text>
<border>0</border>
<color>33554432</color>
<x>2</x>
<y>2</y>
<height>16</height>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Tran Date</text>
<border>0</border>
<color>33554432</color>
<x>99</x>
<y>2</y>
<height>16</height>
<width>94</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Lot No</text>
<border>0</border>
<color>33554432</color>
<x>195</x>
<y>2</y>
<height>16</height>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lot_no_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Work Order</text>
<border>0</border>
<color>33554432</color>
<x>292</x>
<y>2</y>
<height>16</height>
<width>93</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_order_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Lot Sl</text>
<border>0</border>
<color>33554432</color>
<x>387</x>
<y>2</y>
<height>16</height>
<width>94</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lot_sl_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Proc Code</text>
<border>0</border>
<color>33554432</color>
<x>483</x>
<y>2</y>
<height>16</height>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>proc_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Product Code</text>
<border>0</border>
<color>33554432</color>
<x>580</x>
<y>2</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>product_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Operation</text>
<border>0</border>
<color>33554432</color>
<x>674</x>
<y>2</y>
<height>16</height>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>operation_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Run Start Time</text>
<border>0</border>
<color>33554432</color>
<x>771</x>
<y>2</y>
<height>16</height>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>run_start_time_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Run End Time</text>
<border>0</border>
<color>33554432</color>
<x>868</x>
<y>2</y>
<height>16</height>
<width>94</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>run_end_time_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Cumulativ Run Time</text>
<border>0</border>
<color>33554432</color>
<x>964</x>
<y>2</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cumulativ_run_time_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Total Run Time</text>
<border>0</border>
<color>33554432</color>
<x>1058</x>
<y>2</y>
<height>16</height>
<width>94</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>total_run_time_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Wait Time</text>
<border>0</border>
<color>33554432</color>
<x>1154</x>
<y>2</y>
<height>16</height>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>wait_time_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Site Code</text>
<border>0</border>
<color>33554432</color>
<x>1251</x>
<y>2</y>
<height>16</height>
<width>93</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Mc Code</text>
<border>0</border>
<color>33554432</color>
<x>1346</x>
<y>2</y>
<height>16</height>
<width>93</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>mc_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Emp Code Aprv</text>
<border>0</border>
<color>33554432</color>
<x>1441</x>
<y>2</y>
<height>16</height>
<width>94</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__aprv_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Confirmed</text>
<border>0</border>
<color>33554432</color>
<x>1537</x>
<y>2</y>
<height>16</height>
<width>96</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirmed_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Conf Date</text>
<border>0</border>
<color>33554432</color>
<x>1635</x>
<y>2</y>
<height>16</height>
<width>96</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>conf_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Qc Approval Reject</text>
<border>0</border>
<color>33554432</color>
<x>1733</x>
<y>2</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>qc_approval_reject_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Reason Code</text>
<border>0</border>
<color>33554432</color>
<x>1827</x>
<y>2</y>
<height>16</height>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>reason_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>2</x>
<y>2</y>
<height>19</height>
<width>95</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>99</x>
<y>2</y>
<height>19</height>
<width>94</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>195</x>
<y>2</y>
<height>19</height>
<width>95</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lot_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>292</x>
<y>2</y>
<height>19</height>
<width>93</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_order</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>387</x>
<y>2</y>
<height>19</height>
<width>94</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lot_sl</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>483</x>
<y>2</y>
<height>19</height>
<width>95</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>proc_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>580</x>
<y>2</y>
<height>19</height>
<width>92</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>product_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>674</x>
<y>2</y>
<height>19</height>
<width>95</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>operation</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>771</x>
<y>2</y>
<height>19</height>
<width>95</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>run_start_time</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>868</x>
<y>2</y>
<height>19</height>
<width>94</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>run_end_time</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>964</x>
<y>2</y>
<height>19</height>
<width>92</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cumulativ_run_time</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1058</x>
<y>2</y>
<height>19</height>
<width>94</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>total_run_time</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1154</x>
<y>2</y>
<height>19</height>
<width>95</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>wait_time</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1251</x>
<y>2</y>
<height>19</height>
<width>93</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1346</x>
<y>2</y>
<height>19</height>
<width>93</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>mc_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1441</x>
<y>2</y>
<height>19</height>
<width>94</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__aprv</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>17</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1537</x>
<y>2</y>
<height>19</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirmed</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>18</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1635</x>
<y>2</y>
<height>19</height>
<width>96</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>conf_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>19</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1733</x>
<y>2</y>
<height>19</height>
<width>92</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>qc_approval_reject</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>20</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1827</x>
<y>2</y>
<height>19</height>
<width>95</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>reason_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
<HtmlGen>
<clientevents>1</clientevents>
<clientvalidation>1</clientvalidation>
<clientcomputedfields>1</clientcomputedfields>
<clientformatting>0</clientformatting>
<clientscriptable>0</clientscriptable>
<generatejavascript>1</generatejavascript>
<encodeselflinkargs>1</encodeselflinkargs>
<netscapelayers>0</netscapelayers>
</HtmlGen>
<Export.XML>
<headgroups>1</headgroups>
<includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype>
<savemetadata>0</savemetadata>
</Export.XML>
<Import.XML>
</Import.XML>
<Export.PDF>
<method>0</method>
<distill.custompostscript>0</distill.custompostscript>
<xslfop.print>0</xslfop.print>
</Export.PDF>
</Sybase_eDataWindow>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow>
<Release>9</Release>
<BaseDefinition>
<units>1</units>
<timer_interval>0</timer_interval>
<color>67108864</color>
<processing>0</processing>
<HTMLDW>no</HTMLDW>
<print>
<documentname></documentname>
<printername></printername>
<orientation>0</orientation>
<margin>
<left>24</left>
<right>24</right>
<top>24</top>
<bottom>24</bottom>
</margin>
<paper>
<source>0</source>
<size>0</size>
</paper>
<prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons>
<preview.buttons>no</preview.buttons>
<cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob>
</print>
</BaseDefinition>
<Summary>
<height>0</height>
<color>536870912</color>
</Summary>
<Footer>
<height>0</height>
<color>536870912</color>
</Footer>
<Detail>
<height>818</height>
<color>536870912</color>
</Detail>
<TableDefinition>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>tran_id</name>
<dbname>wip_scanning_ps_hdr.tran_id</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>tran_date</name>
<dbname>wip_scanning_ps_hdr.tran_date</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>lot_no</name>
<dbname>wip_scanning_ps_hdr.lot_no</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>work_order</name>
<dbname>wip_scanning_ps_hdr.work_order</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>lot_sl</name>
<dbname>wip_scanning_ps_hdr.lot_sl</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>proc_code</name>
<dbname>wip_scanning_ps_hdr.proc_code</dbname>
</table_column>
<table_column>
<type size="60">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>process_descr</name>
<dbname>process.descr</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>product_code</name>
<dbname>wip_scanning_ps_hdr.product_code</dbname>
</table_column>
<table_column>
<type size="120">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>descr</name>
<dbname>item.descr</dbname>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>operation</name>
<dbname>wip_scanning_ps_hdr.operation</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>run_start_time</name>
<dbname>wip_scanning_ps_hdr.run_start_time</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>run_end_time</name>
<dbname>wip_scanning_ps_hdr.run_end_time</dbname>
</table_column>
<table_column>
<type precision="5">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>cumulativ_run_time</name>
<dbname>wip_scanning_ps_hdr.cumulativ_run_time</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<updatewhereclause>yes</updatewhereclause>
<name>total_run_time</name>
<dbname>wip_scanning_ps_hdr.total_run_time</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>wait_time</name>
<dbname>wip_scanning_ps_hdr.wait_time</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>site_code</name>
<dbname>wip_scanning_ps_hdr.site_code</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>mc_code</name>
<dbname>wip_scanning_ps_hdr.mc_code</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>emp_code__aprv</name>
<dbname>wip_scanning_ps_hdr.emp_code__aprv</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>confirmed</name>
<dbname>wip_scanning_ps_hdr.confirmed</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>conf_date</name>
<dbname>wip_scanning_ps_hdr.conf_date</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>qc_approval_reject</name>
<dbname>wip_scanning_ps_hdr.qc_approval_reject</dbname>
<values>
<item display="A" data="A"/>
<item display="R" data="R"/>
</values>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>reason_code</name>
<dbname>wip_scanning_ps_hdr.reason_code</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>remarks</name>
<dbname>wip_scanning_ps_hdr.remarks</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>gencodes_descr</name>
<dbname>gencodes_descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;wip_scanning_ps_hdr&quot; ) TABLE(NAME=&quot;process&quot; ) TABLE(NAME=&quot;item&quot; ) COLUMN(NAME=&quot;wip_scanning_ps_hdr.tran_id&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.tran_date&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.lot_no&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.work_order&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.lot_sl&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.proc_code&quot;) COLUMN(NAME=&quot;process.descr&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.product_code&quot;) COLUMN(NAME=&quot;item.descr&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.operation&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.run_start_time&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.run_end_time&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.cumulativ_run_time&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.total_run_time&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.wait_time&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.site_code&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.mc_code&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.emp_code__aprv&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.confirmed&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.conf_date&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.qc_approval_reject&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.reason_code&quot;) COLUMN(NAME=&quot;wip_scanning_ps_hdr.remarks&quot;) COMPUTE(NAME=&quot;FN_GET_GEN_DESC(&apos;reason_code&apos;,&apos;fld_value&apos;) as gencodes_descr&quot;) JOIN (LEFT=&quot;wip_scanning_ps_hdr.proc_code&quot; OP =&quot;=&quot;RIGHT=&quot;process.proc_code&quot; ) JOIN (LEFT=&quot;wip_scanning_ps_hdr.product_code&quot; OP =&quot;=&quot;RIGHT=&quot;item.item_code&quot; )WHERE( EXP1 =&quot;wip_scanning_ps_hdr.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve>
<update>wip_scanning_ps_hdr</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
<name>tran_id</name>
<type>string</type>
</argument>
</TableDefinition>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Work Order:</text>
<border>0</border>
<color>33554432</color>
<x>210</x>
<y>31</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_order_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Tran Id:</text>
<border>0</border>
<color>33554432</color>
<x>29</x>
<y>8</y>
<height>16</height>
<width>71</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Lot No:</text>
<border>0</border>
<color>33554432</color>
<x>22</x>
<y>31</y>
<height>16</height>
<width>78</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lot_no_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Proc Code:</text>
<border>0</border>
<color>33554432</color>
<x>5</x>
<y>54</y>
<height>16</height>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>proc_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Product Code:</text>
<border>0</border>
<color>33554432</color>
<x>15</x>
<y>75</y>
<height>16</height>
<width>85</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>product_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Run Start Time:</text>
<border>0</border>
<color>33554432</color>
<x>2</x>
<y>99</y>
<height>16</height>
<width>98</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>run_start_time_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Total Run Time:</text>
<border>0</border>
<color>33554432</color>
<x>1</x>
<y>125</y>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>total_run_time_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Wait Time:</text>
<border>0</border>
<color>33554432</color>
<x>24</x>
<y>151</y>
<height>16</height>
<width>76</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>wait_time_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Reason Code:</text>
<border>0</border>
<color>33554432</color>
<x>0</x>
<y>174</y>
<height>16</height>
<width>100</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>reason_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Confirmed:</text>
<border>0</border>
<color>33554432</color>
<x>22</x>
<y>223</y>
<height>16</height>
<width>78</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirmed_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>22</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>33554432</color>
<x>105</x>
<y>174</y>
<height>16</height>
<width>57</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>reason_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>24</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>169</x>
<y>175</y>
<height>16</height>
<width>343</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>gencodes_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>4000</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>23</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>33554432</color>
<x>105</x>
<y>201</y>
<height>16</height>
<width>409</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>remarks</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Remarks:</text>
<border>0</border>
<color>33554432</color>
<x>24</x>
<y>202</y>
<height>16</height>
<width>74</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>remarks_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Site Code:</text>
<border>0</border>
<color>33554432</color>
<x>22</x>
<y>250</y>
<height>16</height>
<width>77</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Conf Date:</text>
<border>0</border>
<color>33554432</color>
<x>171</x>
<y>223</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>conf_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Tran Date:</text>
<border>0</border>
<color>33554432</color>
<x>372</x>
<y>6</y>
<height>16</height>
<width>76</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Lot Sl:</text>
<border>0</border>
<color>33554432</color>
<x>370</x>
<y>31</y>
<height>16</height>
<width>77</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lot_sl_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Operation:</text>
<border>0</border>
<color>33554432</color>
<x>386</x>
<y>77</y>
<height>16</height>
<width>61</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>operation_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Run End Time:</text>
<border>0</border>
<color>33554432</color>
<x>337</x>
<y>99</y>
<height>16</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>run_end_time_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Cumulativ Run Time:</text>
<border>0</border>
<color>33554432</color>
<x>327</x>
<y>128</y>
<height>16</height>
<width>120</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cumulativ_run_time_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Qc Approval Reject:</text>
<border>0</border>
<color>33554432</color>
<x>328</x>
<y>149</y>
<height>16</height>
<width>119</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>qc_approval_reject_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Emp Code Aprv:</text>
<border>0</border>
<color>33554432</color>
<x>337</x>
<y>222</y>
<height>16</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__aprv_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Mc Code:</text>
<border>0</border>
<color>33554432</color>
<x>362</x>
<y>250</y>
<height>16</height>
<width>85</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>mc_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>21</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>33554432</color>
<x>457</x>
<y>149</y>
<height>16</height>
<width>57</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>qc_approval_reject</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<showlist>yes</showlist>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>105</x>
<y>7</y>
<height>16</height>
<width>57</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>105</x>
<y>31</y>
<height>16</height>
<width>57</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lot_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>105</x>
<y>54</y>
<height>16</height>
<width>57</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>proc_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>105</x>
<y>76</y>
<height>16</height>
<width>57</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>product_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>105</x>
<y>99</y>
<height>16</height>
<width>57</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>run_start_time</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>DD/MM/YY</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>105</x>
<y>125</y>
<height>16</height>
<width>57</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>total_run_time</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>105</x>
<y>151</y>
<height>16</height>
<width>57</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>wait_time</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>170</x>
<y>77</y>
<height>16</height>
<width>203</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>120</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>169</x>
<y>56</y>
<height>16</height>
<width>345</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>process_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>60</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>306</x>
<y>31</y>
<height>16</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_order</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>456</x>
<y>7</y>
<height>16</height>
<width>57</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>DD/MM/YY</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>457</x>
<y>31</y>
<height>16</height>
<width>57</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>lot_sl</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>457</x>
<y>77</y>
<height>16</height>
<width>57</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>operation</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>457</x>
<y>99</y>
<height>16</height>
<width>57</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>run_end_time</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>DD/MM/YY</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>457</x>
<y>125</y>
<height>16</height>
<width>57</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cumulativ_run_time</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>19</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>105</x>
<y>223</y>
<height>16</height>
<width>57</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirmed</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>20</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>261</x>
<y>223</y>
<height>16</height>
<width>57</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>conf_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>DD/MM/YY</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>18</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>457</x>
<y>223</y>
<height>16</height>
<width>57</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__aprv</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>104</x>
<y>250</y>
<height>16</height>
<width>57</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>17</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>456</x>
<y>250</y>
<height>16</height>
<width>57</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>mc_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
<HtmlGen>
<clientevents>1</clientevents>
<clientvalidation>1</clientvalidation>
<clientcomputedfields>1</clientcomputedfields>
<clientformatting>0</clientformatting>
<clientscriptable>0</clientscriptable>
<generatejavascript>1</generatejavascript>
<encodeselflinkargs>1</encodeselflinkargs>
<netscapelayers>0</netscapelayers>
</HtmlGen>
<Export.XML>
<headgroups>1</headgroups>
<includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype>
<savemetadata>0</savemetadata>
</Export.XML>
<Import.XML>
</Import.XML>
<Export.PDF>
<method>0</method>
<distill.custompostscript>0</distill.custompostscript>
<xslfop.print>0</xslfop.print>
</Export.PDF>
</Sybase_eDataWindow>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment