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
This commit is contained in:
hardya
2007-11-28 10:29:27 +00:00
parent 4e275aa855
commit 1649327e45
2 changed files with 12 additions and 2 deletions

View File

@@ -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

View File

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