DBA Data[Home] [Help]

APPS.OKC_RULE_PUB dependencies on FND_GLOBAL

Line 4669: pos:= instr(l_rest,fnd_global.newline);

4665: end if;
4666: pos:= instr(l_rest,'--LOV');
4667: if (pos<>0) then
4668: l_rest := substr(l_rest,pos);
4669: pos:= instr(l_rest,fnd_global.newline);
4670: l_rest := substr(l_rest,pos+length(fnd_global.newline));
4671: pos1:= instr(l_rest,'*/');
4672: l_where := l_where||' '||substr(l_rest,1,pos1-1);
4673: l_rest := substr(l_rest,pos1+2);

Line 4670: l_rest := substr(l_rest,pos+length(fnd_global.newline));

4666: pos:= instr(l_rest,'--LOV');
4667: if (pos<>0) then
4668: l_rest := substr(l_rest,pos);
4669: pos:= instr(l_rest,fnd_global.newline);
4670: l_rest := substr(l_rest,pos+length(fnd_global.newline));
4671: pos1:= instr(l_rest,'*/');
4672: l_where := l_where||' '||substr(l_rest,1,pos1-1);
4673: l_rest := substr(l_rest,pos1+2);
4674: end if;

Line 4685: pos:= instr(l_rest,fnd_global.newline);

4681: end if;
4682: pos:= instr(l_rest,'--'||p_what);
4683: if (pos<>0) then
4684: l_rest := substr(l_rest,pos+2+length(p_what));
4685: pos:= instr(l_rest,fnd_global.newline);
4686: l_rest := substr(l_rest,pos+length(fnd_global.newline));
4687: pos1:= instr(l_rest,'*/');
4688: l_where := l_where||' '||substr(l_rest,1,pos1-1);
4689: end if;

Line 4686: l_rest := substr(l_rest,pos+length(fnd_global.newline));

4682: pos:= instr(l_rest,'--'||p_what);
4683: if (pos<>0) then
4684: l_rest := substr(l_rest,pos+2+length(p_what));
4685: pos:= instr(l_rest,fnd_global.newline);
4686: l_rest := substr(l_rest,pos+length(fnd_global.newline));
4687: pos1:= instr(l_rest,'*/');
4688: l_where := l_where||' '||substr(l_rest,1,pos1-1);
4689: end if;
4690: