Skip to content

Commit

Permalink
Added entry for HELP_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sspendol committed Jun 21, 2016
1 parent a63259b commit a6a3208
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/cfg/sv_sec_snippets.sql
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,9 @@ INSERT INTO sv_sec_snippets (snippet_key, snippet, editable)
SELECT 'INSTANCE_ID', value, 'N' FROM apex_050000.wwv_flow_platform_prefs WHERE name = 'INSTANCE_ID'
/

INSERT INTO sv_sec_snippets (snippet_key, snippet, editable)
VALUES ('HELP_URL', 'https://docs.oracle.com/cd/E59726_01/doc.50/e39147/','Y')
/

COMMIT
/

0 comments on commit a6a3208

Please sign in to comment.