DBA Data[Home] [Help]

APPS.AMW_SECURITY_PUB dependencies on FND_GLOBAL

Line 81: punctuation := fnd_global.newline||'`~!@#$%^*()-=+|][{}\";:,<>/?''.';

77: before_char varchar2(30);
78: match boolean;
79: begin
80: /* convert punctuation in predicate to spaces for comparison */
81: punctuation := fnd_global.newline||'`~!@#$%^*()-=+|][{}\";:,<>/?''.';
82: justspaces := ' ';
83: compare_pred := upper(in_pred);
84: out_pred := in_pred;
85: xoldlen := LENGTH(from_str);