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,31 @@
|
||||
--application/shared_components/user_interface/shortcuts/delete_confirm_msg
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
c1 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
c1:=c1||'Would you like to perform this delete action?';
|
||||
|
||||
wwv_flow_api.create_shortcut (
|
||||
p_id=> 12797308451382208 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=> wwv_flow.g_flow_id,
|
||||
p_shortcut_name=> 'DELETE_CONFIRM_MSG',
|
||||
p_shortcut_type=> 'TEXT_ESCAPE_JS',
|
||||
p_shortcut=> c1);
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
prompt ...web services (9iR2 or better)
|
||||
--
|
||||
prompt ...shared queries
|
||||
--
|
||||
prompt ...report layouts
|
||||
--
|
||||
prompt ...authentication schemes
|
||||
--
|
||||
Reference in New Issue
Block a user