Commit f69fd213 authored by ssarkar's avatar ssarkar

added disparm for bill of lading


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92198 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7ead7c17
...@@ -35997,4 +35997,25 @@ INSERT INTO POPHELP ( ...@@ -35997,4 +35997,25 @@ INSERT INTO POPHELP (
NULL, NULL,
NULL); NULL);
INSERT INTO disparm (
prd_code,
var_name,
var_type,
var_value,
descr,
var_subs,
chg_date,
chg_user,
chg_term)
VALUES (
'999999',
'LOADING_REP_OBJNAME',
'S',
'bill_of_lading',
'bill of lading report name',
NULL,
fn_sysdate(),
'BASe',
'BASE ');
commit; commit;
\ 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