Commit fece4fe9 authored by msharma's avatar msharma

Pack List Stock Pack Reference make null Done by Navnath Nawale


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91634 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0e1f0e35
----------------------INSERT RECORD INTO obj_actions-----------------------------------------------------------
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 (
'inv_pack',
3,
'R',
'a',
'inv_packref',
'Action Button for processing the data',
'PackRef',
NULL,
'U',
'1',
'2',
NULL,
NULL,
fn_sysdate(),
NULL,
NULL);
----------------------INSERT RECORDS INTO MESSAGES------------------------------------------------------------
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 (
'PACKUPD ',
'Stock Update',
'Stock table updated successfully',
'P',
'Y',
1,
NULL,
NULL,
NULL,
'Navanath ',
'Navanath ',
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 (
'PACKNOT ',
'Entry Not Confirmed',
'Transaction should be Confirmed',
'P',
'Y',
1,
NULL,
NULL,
NULL,
'Navanath ',
'Navanath ',
NULL,
NULL);
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