DBA Data[Home] [Help]

APPS.FND_DATA_SECURITY dependencies on FND_GLOBAL

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

5805: before_char varchar2(30);
5806: match boolean;
5807: begin
5808: /* convert punctuation in predicate to spaces for comparison */
5809: punctuation := fnd_global.newline||'`~!@#$%^*()-=+|][{}\";:,<>/?''.';
5810: justspaces := ' ';
5811: compare_pred := upper(in_pred);
5812: out_pred := in_pred;
5813: xoldlen := LENGTH(from_str);