Commit 2d822504 authored by manohar's avatar manohar

Changes at sun merged


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91726 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5b21c586
alter table porcp add asn_no char(30);
alter table porcpdet modify lot_sl char(15);
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 (
'SFA',
1,
6,
0,
0,
0,
'w_porcp_wiz',
'Receipt',
'Receipt',
'SFA.1.6.0.0.0',
'e12_logo.gif',
NULL,
NULL,
'W',
fn_sysdate(),
'BASE141',
'Gulzar');
INSERT INTO transetup (
tran_window ,
save_flag ,
val_flag ,
key_flag ,
key_string,
repeate_add ,
chg_date ,
chg_user ,
chg_term ,
edi_option ,
confirm_mode ,
mail_option ,
garbage_opt ,
table_name,
application,
ref_ser,
tran_id_col,
confirm_col,
confirm_val)
VALUES (
'w_porcp_wiz',
'2',
'2',
'A',
'seq10',
'N',
fn_sysdate(),
'Gulzar',
'BASE ',
'0',
'0',
'0',
'N',
'porcp',
'WMS',
'P-RCP',
'TRAN_ID',
'',
'');
INSERT INTO obj_actions (
obj_name ,
line_no ,
rights_char ,
interactive ,
service_code ,
description ,
title ,
image ,
action_type ,
form_no ,
chg_date ,
chg_term ,
chg_user)
VALUES (
'porcp_wiz',
1,
'S',
'',
'',
'Saving',
'Finish',
'',
'U',
'3',
fn_sysdate(),
'BASE ',
'Gulzar');
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 ,
scr_flag ,
scan_flag ,
scan_metadata ,
auto_accept_scan ,
property_info ,
ext_com ,
ext_metadata ,
ext_setup ,
after_save ,
column_on_save ,
scan_delimiter ,
auto_accept_weighdata ,
form_type ,
disp_metadata ,
parent_key_col,
assisted_mode)
VALUES (
'w_porcp_wiz',
'ASN',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
'1',
'F',
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 ,
scr_flag ,
scan_flag ,
scan_metadata ,
auto_accept_scan ,
property_info ,
ext_com ,
ext_metadata ,
ext_setup ,
after_save ,
column_on_save ,
scan_delimiter ,
auto_accept_weighdata ,
form_type ,
disp_metadata ,
parent_key_col)
VALUES (
'w_porcp_wiz',
'Header',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
'2',
'F',
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 ,
scr_flag ,
scan_flag ,
scan_metadata ,
auto_accept_scan ,
property_info ,
ext_com ,
ext_metadata ,
ext_setup ,
after_save ,
column_on_save ,
scan_delimiter ,
auto_accept_weighdata ,
form_type ,
disp_metadata ,
parent_key_col,
assisted_mode)
VALUES (
'w_porcp_wiz',
'Detail',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
'3',
'T',
NULL,
'<SCAN_INFO><MAPPING_SCAN ORDER="1"><SCAN_LABEL>Item Code:</SCAN_LABEL><FIELDS SEPARATOR="" DELIMITER=""><FIELD>item_code</FIELD></FIELDS></MAPPING_SCAN><MAPPING_SCAN ORDER="2"><SCAN_LABEL>Lot No:</SCAN_LABEL><FIELDS SEPARATOR="" DELIMITER=""><FIELD>lot_no</FIELD></FIELDS></MAPPING_SCAN><INPUT_SCAN ORDER="1"><SCAN_LABEL>LPN No:</SCAN_LABEL><FIELDS SEPARATOR="" DELIMITER=""><FIELD>lot_sl</FIELD></FIELDS></INPUT_SCAN><INPUT_SCAN ORDER="2"><SCAN_LABEL>Location Code:</SCAN_LABEL><FIELDS SEPARATOR="" DELIMITER=""><FIELD>loc_code</FIELD></FIELDS></INPUT_SCAN></SCAN_INFO>',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
'<item_descr>(<item_code>) , <lot_no> , <quantity> <unit> = <lot_sl> , <loc_code>',
NULL,
'E');
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 (
'porcp_wiz',
'pre_validate',
'1',
'prv_porcp_wiz',
fn_sysdate(),
'Gulzar',
'BASE',
'2',
'0',
'EJB',
'PoRcpIC');
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 (
'porcp_wiz',
'pre_navigate',
'1',
'prv_porcp_wiz',
fn_sysdate(),
'Gulzar',
'BASE',
'2',
'0',
'EJB',
'PoRcpIC');
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 (
'porcp_wiz',
'default_data_wiz',
'1',
'porcp_wiz_default_data',
fn_sysdate(),
'Gulzar',
'BASE',
'2',
'0',
'EJB',
'PoRcpIC');
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 (
'porcp_wiz',
'post_save',
'1',
'pos_porcp_wiz',
fn_sysdate(),
'Gulzar',
'BASE',
'2',
'0',
'EJB',
'PoRcpPos');
INSERT INTO system_event_services (
service_code ,
service_descr ,
service_uri ,
service_provider ,
method_name ,
return_value ,
return_type ,
chg_date ,
chg_user ,
chg_term)
VALUES (
'prv_porcp_wiz',
'Validation',
'http://localhost:9090/axis/services/ValidatorService',
'BASE',
'wfValData',
'String',
'S',
fn_sysdate(),
'Gulzar',
'BASE');
INSERT INTO system_event_services (
service_code ,
service_descr ,
service_uri ,
service_provider ,
method_name ,
return_value ,
return_type ,
chg_date ,
chg_user ,
chg_term)
VALUES (
'porcp_wiz_default_data',
'Default Data',
'http://localhost:9090/axis/services/ValidatorService',
'BASE',
'itemChanged',
'String',
'S',
fn_sysdate(),
'Gulzar',
'BASE');
INSERT INTO system_event_services (
service_code ,
service_uri ,
method_name ,
chg_date ,
chg_user ,
chg_term )
VALUES (
'pos_porcp_wiz',
'http://localhost:9090/axis/services/ValidatorService',
'postSave',
fn_sysdate(),
'Gulzar',
'BASE');
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 (
'pos_porcp_wiz',
1,
'COMPONENT_TYPE',
'I',
NULL,
'S',
NULL,
fn_sysdate(),
'Gulzar',
'Gulzar',
'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 (
'pos_porcp_wiz',
2,
'COMPONENT_NAME',
'I',
NULL,
'S',
NULL,
fn_sysdate(),
'Gulzar',
'Gulzar',
'PoRcpPos');
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 (
'pos_porcp_wiz',
3,
'XML_DATA_ALL',
'I',
NULL,
'S',
NULL,
fn_sysdate(),
'Gulzar',
'Gulzar',
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 (
'pos_porcp_wiz',
4,
'<tran_id>',
'I',
NULL,
'B.String',
NULL,
fn_sysdate(),
'Gulzar',
'Gulzar',
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 (
'pos_porcp_wiz',
5,
'EDIT_FLAG',
'I',
NULL,
'S',
NULL,
fn_sysdate(),
'Gulzar',
'Gulzar',
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 (
'pos_porcp_wiz',
6,
'XTRA_PARAMS',
'I',
NULL,
'S',
NULL,
fn_sysdate(),
'Gulzar',
'Gulzar',
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 (
'pos_porcp_wiz',
7,
'DB_CONN',
'I',
NULL,
'S.Connection',
NULL,
fn_sysdate(),
'Gulzar',
'Gulzar',
NULL);
INSERT INTO system_service_args (
service_code ,
line_no ,
arg_name ,
arg_mode ,
arg_type ,
chg_date ,
chg_user,
chg_term ,
arg_value )
VALUES (
'prv_porcp_wiz',
1,
'COMPONENT_TYPE',
'I',
'S',
fn_sysdate(),
'Gulzar',
'BASE',
'EJB');
INSERT INTO system_service_args (
service_code ,
line_no ,
arg_name ,
arg_mode ,
arg_type ,
chg_date ,
chg_user,
chg_term ,
arg_value)
VALUES (
'prv_porcp_wiz',
2,
'COMPONENT_NAME',
'I',
'S',
fn_sysdate(),
'Gulzar',
'BASE',
'PoRcpIC');
INSERT INTO system_service_args (
service_code ,
line_no ,
arg_name ,
arg_mode ,
arg_type ,
chg_date ,
chg_user,
chg_term )
VALUES (
'prv_porcp_wiz',
3,
'XML_DATA',
'l',
'S',
fn_sysdate(),
'Gulzar',
'BASE');
INSERT INTO system_service_args (
service_code ,
line_no ,
arg_name ,
arg_mode ,
arg_type ,
chg_date ,
chg_user,
chg_term )
VALUES (
'prv_porcp_wiz',
4,
'XML_DATA_1',
'l',
'S',
fn_sysdate(),
'Gulzar',
'BASE');
INSERT INTO system_service_args (
service_code ,
line_no ,
arg_name ,
arg_mode ,
arg_type ,
chg_date ,
chg_user,
chg_term )
VALUES (
'prv_porcp_wiz',
5,
'XML_DATA_ALL',
'l',
'S',
fn_sysdate(),
'Gulzar',
'BASE');
INSERT INTO system_service_args (
service_code ,
line_no ,
arg_name ,
arg_mode ,
arg_type ,
chg_date ,
chg_user,
chg_term )
VALUES (
'prv_porcp_wiz',
6,
'OBJ_CONTEXT',
'l',
'S',
fn_sysdate(),
'Gulzar',
'BASE');
INSERT INTO system_service_args (
service_code ,
line_no ,
arg_name ,
arg_mode ,
arg_type ,
chg_date ,
chg_user,
chg_term )
VALUES (
'prv_porcp_wiz',
7,
'EDIT_FLAG',
'l',
'S',
fn_sysdate(),
'Gulzar',
'BASE');
INSERT INTO system_service_args (
service_code ,
line_no ,
arg_name ,
arg_mode ,
arg_type ,
chg_date ,
chg_user,
chg_term )
VALUES (
'prv_porcp_wiz',
8,
'XTRA_PARAMS',
'l',
'S',
fn_sysdate(),
'Gulzar',
'BASE');
INSERT INTO system_service_args (
service_code ,
line_no ,
arg_name ,
arg_mode ,
arg_type ,
chg_date ,
chg_user,
chg_term ,
arg_value )
VALUES (
'porcp_wiz_default_data',
1,
'COMPONENT_TYPE',
'I',
'S',
fn_sysdate(),
'Gulzar',
'BASE',
'EJB');
INSERT INTO system_service_args (
service_code ,
line_no ,
arg_name ,
arg_mode ,
arg_type ,
chg_date ,
chg_user,
chg_term ,
arg_value )
VALUES (
'porcp_wiz_default_data',
2,
'COMPONENT_NAME',
'I',
'S',
fn_sysdate(),
'Gulzar ',
'BASE',
'PoRcpIC');
INSERT INTO system_service_args (
service_code ,
line_no ,
arg_name ,
arg_mode ,
arg_type ,
chg_date ,
chg_user,
chg_term )
VALUES (
'porcp_wiz_default_data',
3,
'XML_DATA',
'I',
'S',
fn_sysdate(),
'Gulzar ',
'BASE');
INSERT INTO system_service_args (
service_code ,
line_no ,
arg_name ,
arg_mode ,
arg_type ,
chg_date ,
chg_user,
chg_term )
VALUES (
'porcp_wiz_default_data',
4,
'XML_DATA_1',
'I',
'S',
fn_sysdate(),
'Gulzar ',
'BASE');
INSERT INTO system_service_args (
service_code ,
line_no ,
arg_name ,
arg_mode ,
arg_type ,
chg_date ,
chg_user,
chg_term )
VALUES (
'porcp_wiz_default_data',
5,
'XML_DATA_ALL',
'I',
'S',
fn_sysdate(),
'Gulzar ',
'BASE');
INSERT INTO system_service_args (
service_code ,
line_no ,
arg_name ,
arg_mode ,
arg_type ,
chg_date ,
chg_user,
chg_term )
VALUES (
'porcp_wiz_default_data',
6,
'OBJ_CONTEXT',
'I',
'S',
fn_sysdate(),
'Gulzar ',
'BASE');
INSERT INTO system_service_args (
service_code ,
line_no ,
arg_name ,
arg_mode ,
arg_type ,
chg_date ,
chg_user,
chg_term )
VALUES (
'porcp_wiz_default_data',
7,
'FOCUSED_COLUMN',
'I',
'S',
fn_sysdate(),
'Gulzar ',
'BASE');
INSERT INTO system_service_args (
service_code ,
line_no ,
arg_name ,
arg_mode ,
arg_type ,
chg_date ,
chg_user,
chg_term )
VALUES (
'porcp_wiz_default_data',
8,
'EDIT_FLAG',
'I',
'S',
fn_sysdate(),
'Gulzar ',
'BASE');
INSERT INTO system_service_args (
service_code ,
line_no ,
arg_name ,
arg_mode ,
arg_type ,
chg_date ,
chg_user,
chg_term )
VALUES(
'porcp_wiz_default_data',
9,
'XTRA_PARAMS',
'I',
'S',
fn_sysdate(),
'Gulzar',
'BASE');
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 (
'porcp_wiz',
'pre_save',
'1',
'prsr_porcp_wiz',
NULL,
fn_sysdate(),
'Gulzar',
'BASE',
'2',
'0',
'EJB',
'PoRcpPrs',
NULL);
INSERT INTO system_event_services (
service_code ,
service_uri ,
method_name ,
chg_date ,
chg_user ,
chg_term )
VALUES (
'prsr_porcp_wiz',
'http://localhost:9090/axis/services/ValidatorService',
'preSave',
fn_sysdate(),
'Gulzar',
'BASE');
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 (
'prsr_porcp_wiz',
1,
'COMPONENT_TYPE',
'I',
NULL,
'C.String',
NULL,
fn_sysdate(),
'GULZAR',
'GULZAR',
'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 (
'prsr_porcp_wiz',
2,
'COMPONENT_NAME',
'I',
NULL,
'C.String',
NULL,
fn_sysdate(),
'GULZAR',
'GULZAR',
'PoRcpPrs');
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 (
'prsr_porcp_wiz',
3,
'XML_DATA_ALL',
'I',
NULL,
'S',
NULL,
fn_sysdate(),
'GULZAR',
'GULZAR',
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 (
'prsr_porcp_wiz',
4,
'EDIT_FLAG',
'I',
NULL,
'S',
NULL,
fn_sysdate(),
'GULZAR',
'GULZAR',
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 (
'prsr_porcp_wiz',
5,
'XTRA_PARAMS',
NULL,
NULL,
'S',
NULL,
fn_sysdate(),
'GULZAR',
'GULZAR',
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 (
'prsr_porcp_wiz',
6,
'DB_CONN',
NULL,
NULL,
'S.Connection',
NULL,
fn_sysdate(),
'GULZAR',
'GULZAR',
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 (
'NULLASNNO',
'NULL ASN No!',
'ASN No can no be blank, please enter valid ASN no!',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'Gulzar',
'BASE207',
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 (
'ASNNOTEXT',
'ASN not exist!',
'ASN No entered does not exist !',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'Gulzar',
'BASE207',
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 (
'NULLSITE',
'NULL site code!',
'Site can not be blank, please enter valid site code !',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'Gulzar',
'BASE207',
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 (
'SITENOTEXT',
'Site code does not exist!',
'Site code entered does not exist, please enter valid site code !',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'Gulzar',
'BASE207',
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 (
'NULLSUPPCD',
'NULL Supplier code!',
'Supplier code can not be blank, please enter valid supplier code !',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'Gulzar',
'BASE207',
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 (
'INVSUPPCD',
'Invalid Supplier code!',
'Supplier code entered does not exist, please enter valid supplier code !',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'Gulzar',
'BASE207',
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 (
'INVASNNO',
'Invalid ASN no!',
'ASN no entered does not exist for supplier, please enter valid ASN no !',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'Gulzar',
'BASE207',
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 (
'INVLOCCODE',
'Location code does not exist!',
'Location code entered does not exist, please enter valid location code !',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'Gulzar',
'BASE207',
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 (
'NULLLOCCD',
'NULL location code!',
'Location code can not be blank, please enter valid location code !',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'Gulzar',
'BASE207',
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 (
'UNCONFASN',
'Un-confirmed ASN No!',
'Entered ASN No is not confirmed, please confirm first !',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'Gulzar',
'BASE207',
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 (
'NULLPORD',
'Purchase Order is blank!',
'Purchase Order not created for entered ASN , please create first !',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'Gulzar',
'BASE207',
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 (
'UNCONFPORD',
'Un-confirmed Purchase Order!',
'Purchase Order not confirmed for entered ASN , please confirm first !',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'Gulzar',
'BASE207',
NULL,
NULL);
INSERT INTO system_event_services (
service_code ,
service_uri ,
method_name ,
chg_date ,
chg_user ,
chg_term )
VALUES (
'prcm_porcp_wiz',
'http://localhost:9090/axis/services/ActionHandlerService',
'confirm',
fn_sysdate(),
'Gulzar',
'Gulzar');
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 (
'prcm_porcp_wiz',
1,
'COMPONENT_TYPE',
'I',
'COMPONENT_TYPE',
'C.String',
NULL,
fn_sysdate(),
'BASE',
'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 (
'prcm_porcp_wiz',
2,
'COMPONENT_NAME',
'I',
'COMPONENT_NAME',
'C.String',
NULL,
fn_sysdate(),
'BASE',
'BASE',
'PoRcpConf');
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 (
'prcm_porcp_wiz',
3,
'<tran_id>',
'I',
'Tran id of inv hold',
'C.String',
NULL,
fn_sysdate(),
'BASE',
'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 (
'prcm_porcp_wiz',
4,
'XTRA_PARAMS',
'I',
'XTRA_PARAMS',
'S',
NULL,
fn_sysdate(),
'BASE',
'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 (
'prcm_porcp_wiz',
5,
'FORCED_FLAG',
'I',
'FORCED_FLAG',
'S',
NULL,
fn_sysdate(),
'BASE',
'BASE',
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 (
'PORCPCONF',
'Receipt already confirmed!',
'Purchase receipt already generated and confirmed for entered ASN .',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'Gulzar',
'BASE207',
NULL,
NULL);
$PBExportHeader$d_wavegen.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=342 color="536870912" )
table(column=(type=char(10) updatewhereclause=no name=site_code dbname="site_code" )
column=(type=char(1) updatewhereclause=no name=default_qty_flag dbname="name_1" values="Yes Y/No N/" )
column=(type=char(10) updatewhereclause=no name=item_ser__from dbname="item_ser__from" )
column=(type=char(10) updatewhereclause=no name=item_ser__to dbname="item_ser__to" )
column=(type=char(10) updatewhereclause=no name=item_code__from dbname="item_code__from" )
column=(type=char(10) updatewhereclause=no name=item_code__to dbname="item_code__to" )
column=(type=char(10) updatewhereclause=no name=cust_code__dlv__from dbname="cust_code__dlv__from" )
column=(type=char(10) updatewhereclause=no name=cust_code__dlv__to dbname="cust_code__dlv__to" )
column=(type=char(10) updatewhereclause=no name=cust_code__from dbname="cust_code__from" )
column=(type=char(10) updatewhereclause=no name=cust_code__to dbname="cust_code__to" )
column=(type=char(10) updatewhereclause=no name=sale_order__from dbname="sale_order__from" )
column=(type=char(10) updatewhereclause=no name=sale_order__to dbname="sale_order__to" )
column=(type=datetime updatewhereclause=no name=due_date__from dbname="due_date__from" initial="today" )
column=(type=datetime updatewhereclause=no name=due_date__to dbname="due_date__to" initial="today" )
)
groupbox(band=detail text="Basic"border="5" color="33554432" x="20" y="5" height="252" width="460" name=gb_1 visible="1" font.face="Times New Roman" font.height="-12" font.weight="700" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="33554432" x="154" y="30" height="16" width="49" 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="Site Code:" border="0" color="33554432" x="53" y="30" height="16" width="94" 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="Item Series From:" border="0" color="33554432" x="53" y="55" height="16" width="94" html.valueishtml="0" name=item_ser__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=3 alignment="0" tabsequence=20 border="5" color="33554432" x="154" y="55" height="16" width="49" format="[general]" html.valueishtml="0" name=item_ser__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="Item Series To:" border="0" color="33554432" x="323" y="55" height="16" width="84" html.valueishtml="0" name=item_ser__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=4 alignment="0" tabsequence=30 border="5" color="33554432" x="414" y="55" height="16" width="51" format="[general]" html.valueishtml="0" name=item_ser__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" )
text(band=detail alignment="1" text="Item Code From" border="0" color="33554432" x="53" y="80" height="16" width="94" html.valueishtml="0" name=item_code__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=5 alignment="0" tabsequence=40 border="5" color="33554432" x="154" y="80" height="18" width="49" format="[general]" html.valueishtml="0" name=item_code__from visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 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="16777215" )
text(band=detail alignment="1" text="Item Code To:" border="0" color="33554432" x="323" y="80" height="16" width="84" html.valueishtml="0" name=item_code__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=6 alignment="0" tabsequence=50 border="5" color="33554432" x="414" y="80" height="18" width="51" format="[general]" html.valueishtml="0" name=item_code__to visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 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="16777215" )
text(band=detail alignment="1" text="Cust Code From:" border="0" color="33554432" x="53" y="105" height="16" width="95" html.valueishtml="0" name=cust_code__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=9 alignment="0" tabsequence=60 border="5" color="33554432" x="154" y="105" height="16" width="78" format="[general]" html.valueishtml="0" name=cust_code__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="Cust Code To:" border="0" color="33554432" x="296" y="105" height="16" width="84" html.valueishtml="0" name=cust_code__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=10 alignment="0" tabsequence=70 border="5" color="33554432" x="387" y="105" height="16" width="78" format="[general]" html.valueishtml="0" name=cust_code__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" )
text(band=detail alignment="1" text="Sale Order From:" border="0" color="33554432" x="53" y="130" height="16" width="94" html.valueishtml="0" name=sale_order__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=11 alignment="0" tabsequence=80 border="5" color="33554432" x="154" y="130" height="16" width="78" format="[general]" html.valueishtml="0" name=sale_order__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="Sale Order To:" border="0" color="33554432" x="296" y="130" height="16" width="84" html.valueishtml="0" name=sale_order__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=12 alignment="0" tabsequence=90 border="5" color="33554432" x="387" y="130" height="16" width="78" format="[general]" html.valueishtml="0" name=sale_order__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" )
text(band=detail alignment="1" text="Due Date To:" border="0" color="33554432" x="296" y="155" height="16" width="84" html.valueishtml="0" name=due_date__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=14 alignment="0" tabsequence=110 border="5" color="33554432" x="387" y="155" height="16" width="78" format="[shortdate] [time]" html.valueishtml="0" name=due_date__to 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="16777215" )
text(band=detail alignment="1" text="Cust Code Dlv To :" border="0" color="33554432" x="265" y="180" height="16" width="115" html.valueishtml="0" name=cust_code__dlv__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=130 border="5" color="33554432" x="387" y="180" height="16" width="78" format="[general]" html.valueishtml="0" name=cust_code__dlv__to visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 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="16777215" )
text(band=detail alignment="1" text="Default Quantity Automatic:" border="0" color="33554432" x="133" y="205" height="16" width="153" html.valueishtml="0" name=default_qty_flag_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="553648127" )
column(band=detail id=2 alignment="0" tabsequence=140 border="5" color="33554432" x="295" y="205" height="16" width="70" format="[general]" html.valueishtml="0" name=default_qty_flag visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 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="1073741824" )
column(band=detail id=13 alignment="0" tabsequence=100 border="5" color="33554432" x="154" y="155" height="16" width="78" format="[shortdate] [time]" html.valueishtml="0" name=due_date__from 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="16777215" )
column(band=detail id=7 alignment="0" tabsequence=120 border="5" color="33554432" x="154" y="180" height="16" width="78" format="[general]" html.valueishtml="0" name=cust_code__dlv__from visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 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="16777215" )
text(band=detail alignment="1" text="Due Date From:" border="0" color="33554432" x="53" y="155" height="16" width="94" html.valueishtml="0" name=due_date__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="Cust Code Dlv From :" border="0" color="33554432" x="32" y="180" height="16" width="115" html.valueishtml="0" name=cust_code__dlv__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" )
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
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