DBA Data[Home] [Help]

APPS.FND_MLS_REQUEST dependencies on DUAL

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

509:
510: for ind in 1..P_LCOUNT loop
511:
512: /* set the language and territory and numeric characters for this request
513: all individual requests are protected against updates */
514: /* NLS Project - added numeric character */
515: if ( not fnd_request.set_options(
516: implicit => 'NO',
517: protected => 'YES',

Line 864: from dual;

860:
861: for langs in langs_c loop
862: select concat ( lang_str, langs.language_code || ',')
863: into lang_str
864: from dual;
865: end loop;
866:
867: if ( length( lang_str) > 0) then
868: ret_val := substr(lang_str, 1, length(lang_str) - 1);