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:
@@ -1,11 +1,19 @@
|
|||||||
set scan off
|
set scan off
|
||||||
set define off
|
set define off
|
||||||
|
|
||||||
|
@@gen_mandatory.prc
|
||||||
|
|
||||||
|
begin
|
||||||
|
gen_mandatory;
|
||||||
|
end;
|
||||||
|
/
|
||||||
|
|
||||||
|
@@mip_mandatory.pck
|
||||||
|
|
||||||
@@mip_files.pck
|
@@mip_files.pck
|
||||||
@@mip_security.pck
|
@@mip_security.pck
|
||||||
@@mip_quotation.pck
|
|
||||||
@@mip_parties.pck
|
@@mip_parties.pck
|
||||||
@@mip_mandatory.pck
|
@@mip_quotation.pck
|
||||||
@@mip_enquiry.pck
|
@@mip_enquiry.pck
|
||||||
@@mip_regions.pck
|
@@mip_regions.pck
|
||||||
@@cout_assert.pck
|
@@cout_assert.pck
|
||||||
|
|||||||
@@ -392,6 +392,8 @@ BEGIN
|
|||||||
,' RETURN BOOLEAN');
|
,' RETURN BOOLEAN');
|
||||||
add_sql(l_sql
|
add_sql(l_sql
|
||||||
,'IS ');
|
,'IS ');
|
||||||
|
add_sql(l_sql
|
||||||
|
,'l_rec ' || l_tables.table_name || '%ROWTYPE;');
|
||||||
add_sql(l_sql
|
add_sql(l_sql
|
||||||
,'BEGIN ');
|
,'BEGIN ');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user