Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
martindsouza committed Sep 4, 2015
1 parent aeb842e commit 9509b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Best Practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For packages the recommended practice is as follows:
create or replace package body pkg_example
as

gc_scope_prefix constant VARCHAR2(31) := lower($$PLSQL_UNIT) || '.';
gc_scope_prefix constant varchar2(31) := lower($$plsql_unit) || '.';

/**
* TODO_Comments
Expand Down

0 comments on commit 9509b0b

Please sign in to comment.