Commit 8c3ee492 authored by sankara.rao's avatar sankara.rao

changed by sankara on 21/10/13 updated active_pick system event sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93803 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 91f0549f
......@@ -44632,4 +44632,33 @@ VALUES (
'ppatro ',
NULL,
NULL);
--changed by sankara on 21/10/13 updated system_events sql of active_pick given by pragyan sir
INSERT INTO system_events(
obj_name ,
event_code ,
event_context ,
service_code ,
method_rule ,
overwrite_core ,
chg_date ,
chg_user ,
chg_term ,
result_handle ,
comp_type ,
comp_name ,
comm_format )
VALUES (
'active_pick',
'pre_navigate_previous',
'1',
'prv_nevigate_ejb',
NULL,
'0',
fn_sysdate(),
'ppatro ',
'ppatro',
'2',
'EJB',
'PickIssIC',
NULL);
commit;
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