DBA Data[Home] [Help]

APPS.IBY_EXTRACTGEN_PVT dependencies on FND_GLOBAL

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

568:
569:
570: /* Do not need this loop as it now is in initialization block.
571: FOR i in 1..32 LOOP
572: l_conc_invalid_chars :=l_conc_invalid_chars||fnd_global.local_chr(i-1);
573: l_conc_replacement_chars :=l_conc_replacement_chars||' ';
574: END LOOP; */
575:
576: IF p_entity_id IS NULL AND p_entity_code IS NULL THEN

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

971: RETURN FALSE;
972: END Is_Flex_Field_Enabled;
973: BEGIN
974: FOR i in 1..32 LOOP
975: l_conc_invalid_chars :=l_conc_invalid_chars||fnd_global.local_chr(i-1);
976: l_conc_replacement_chars :=l_conc_replacement_chars||' ';
977: END LOOP;
978:
979: END IBY_EXTRACTGEN_PVT;