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 ');