Files
mip/Modules/Modules.sql
hardya 1649327e45 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
2007-11-28 10:29:27 +00:00

23 lines
301 B
SQL

set scan off
set define off
@@gen_mandatory.prc
begin
gen_mandatory;
end;
/
@@mip_mandatory.pck
@@mip_files.pck
@@mip_security.pck
@@mip_parties.pck
@@mip_quotation.pck
@@mip_enquiry.pck
@@mip_regions.pck
@@cout_assert.pck
@@cout_err.pck
@@cout_system_configuration.pck
exit