[Home] [Help]
APPS.HRI_BPL_DATA_SETUP_DGNSTC dependencies on FND_GLOBAL
Line 51: l_text := TRIM(both fnd_global.local_chr(10) FROM l_text);
47: -- Remove blank spaces
48: l_text := TRIM(both ' ' FROM p_text);
49:
50: -- Remove Enter characters
51: l_text := TRIM(both fnd_global.local_chr(10) FROM l_text);
52:
53: RETURN l_text;
54:
55: END trim_msg;