DBA Data[Home] [Help]

APPS.PER_BIL_SHD dependencies on FND_GLOBAL

Line 487: or instr(p_stmt,' VALUE'||fnd_global.local_chr(10)) > 0 )

483: --
484: begin
485: --
486: if ( instr(p_stmt,' VALUE ') > 0
487: or instr(p_stmt,' VALUE'||fnd_global.local_chr(10)) > 0 )
488: /* Added additional checks that MEANING column exists - bug 2348887 */
489: AND ( instr(p_stmt,' MEANING ') > 0
490: or instr(p_stmt,' MEANING'||fnd_global.local_chr(10)) > 0 ) then
491: l_error := false;

Line 490: or instr(p_stmt,' MEANING'||fnd_global.local_chr(10)) > 0 ) then

486: if ( instr(p_stmt,' VALUE ') > 0
487: or instr(p_stmt,' VALUE'||fnd_global.local_chr(10)) > 0 )
488: /* Added additional checks that MEANING column exists - bug 2348887 */
489: AND ( instr(p_stmt,' MEANING ') > 0
490: or instr(p_stmt,' MEANING'||fnd_global.local_chr(10)) > 0 ) then
491: l_error := false;
492: else
493: l_error := true;
494: end if;