DBA Data[Home] [Help]

APPS.FND_MLS_REQUEST dependencies on DUAL

Line 534: all individual requests are protected against updates */

530:
531: for ind in 1..P_LCOUNT loop
532:
533: /* set the language and territory and numeric characters for this request
534: all individual requests are protected against updates */
535: /* NLS Project - added numeric character */
536: /* 4079398 - Check the numeric character for single character; if so,
537: Add a space for set options to pass the new Numeric Characters */
538: if (length(P_LANG(ind).numeric_characters) = 1) then

Line 945: from dual;

941:
942: for langs in langs_c loop
943: select concat ( lang_str, langs.language_code || ',')
944: into lang_str
945: from dual;
946: end loop;
947:
948: if ( length( lang_str) > 0) then
949: ret_val := substr(lang_str, 1, length(lang_str) - 1);