sequencing of the enquiry fields for produce_enquiry_entry_details procedure was based on text rather than numerical order.
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@12261 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -1012,7 +1012,7 @@ RECEIVED AT THIS ADDRESS CANNOT BE RESPONDED TO.');
|
|||||||
,dir.description
|
,dir.description
|
||||||
FROM data_item_roles dir
|
FROM data_item_roles dir
|
||||||
WHERE dir.enty_code = l_enty_code
|
WHERE dir.enty_code = l_enty_code
|
||||||
ORDER BY dir.display_sequence) LOOP
|
ORDER BY to_number(dir.display_sequence)) LOOP
|
||||||
|
|
||||||
al(l_rec.description || ': ' ||
|
al(l_rec.description || ': ' ||
|
||||||
return_value(p_enqu_id => p_enqu_id
|
return_value(p_enqu_id => p_enqu_id
|
||||||
|
|||||||
Reference in New Issue
Block a user