From 1649327e4529b9f39f40ab6ffa3aa16c9811f23c Mon Sep 17 00:00:00 2001 From: hardya Date: Wed, 28 Nov 2007 10:29:27 +0000 Subject: [PATCH] Missing l_rec in code generated by gen_mandatory.prc for MIP_HELPER. Ensure that MIP_HELPER is generated prior to reference. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2896 248e525c-4dfb-0310-94bc-949c084e9493 --- Modules/Modules.sql | 12 ++++++++++-- Modules/gen_mandatory.prc | 2 ++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Modules/Modules.sql b/Modules/Modules.sql index 8b239d5..658ab34 100644 --- a/Modules/Modules.sql +++ b/Modules/Modules.sql @@ -1,11 +1,19 @@ set scan off set define off +@@gen_mandatory.prc + +begin +gen_mandatory; +end; +/ + +@@mip_mandatory.pck + @@mip_files.pck @@mip_security.pck -@@mip_quotation.pck @@mip_parties.pck -@@mip_mandatory.pck +@@mip_quotation.pck @@mip_enquiry.pck @@mip_regions.pck @@cout_assert.pck diff --git a/Modules/gen_mandatory.prc b/Modules/gen_mandatory.prc index a8e3908..7ea74c4 100644 --- a/Modules/gen_mandatory.prc +++ b/Modules/gen_mandatory.prc @@ -392,6 +392,8 @@ BEGIN ,' RETURN BOOLEAN'); add_sql(l_sql ,'IS '); + add_sql(l_sql + ,'l_rec ' || l_tables.table_name || '%ROWTYPE;'); add_sql(l_sql ,'BEGIN ');