Initial import
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2914 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
--application/shared_components/user_interface/lov/drawings
|
||||
|
||||
begin
|
||||
|
||||
wwv_flow_api.create_list_of_values (
|
||||
p_id => 12803215955396205 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_lov_name => 'DRAWINGS',
|
||||
p_lov_query=> 'select code as display_value, code as return_value'||chr(10)||
|
||||
'from drawings'||chr(10)||
|
||||
'order by code');
|
||||
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
Reference in New Issue
Block a user