DBA Data[Home] [Help]

APPS.IBY_EXTRACTGEN_PVT dependencies on FND_GLOBAL

Line 434: l_conc_invalid_chars :=l_conc_invalid_chars||fnd_global.local_chr(i-1);

430: BEGIN
431: /* Preparing the concatinated strings of invalid characters
432: and corresponding replacement characters. */
433: FOR i in 1..32 LOOP
434: l_conc_invalid_chars :=l_conc_invalid_chars||fnd_global.local_chr(i-1);
435: l_conc_replacement_chars :=l_conc_replacement_chars||' ';
436: END LOOP;
437:
438: IF p_entity_id IS NULL AND p_entity_code IS NULL THEN