DBA Data[Home] [Help]

APPS.FND_DATA_SECURITY dependencies on FND_GLOBAL

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

5846: before_char varchar2(30);
5847: match boolean;
5848: begin
5849: /* convert punctuation in predicate to spaces for comparison */
5850: punctuation := fnd_global.newline||'`~!@#$%^*()-=+|][{}\";:,<>/?''.';
5851: justspaces := ' ';
5852: compare_pred := upper(in_pred);
5853: out_pred := in_pred;
5854: xoldlen := LENGTH(from_str);