DBA Data[Home] [Help]

APPS.FND_MLS_SUBMIT dependencies on FND_REQUEST

Line 431: fnd_request.internal(critical=>null, type=>'B');

427: P_MLS_MULTIPLE_REQUESTS := FALSE;
428: end if;
429:
430: if ( P_MLS_MULTIPLE_REQUESTS or P_MLS_LANG_FUNC_EXISTS ) then
431: fnd_request.internal(critical=>null, type=>'B');
432: end if;
433:
434: success := fnd_request.set_options (
435: 'NO', 'NO', P_LANGUAGE,

Line 434: success := fnd_request.set_options (

430: if ( P_MLS_MULTIPLE_REQUESTS or P_MLS_LANG_FUNC_EXISTS ) then
431: fnd_request.internal(critical=>null, type=>'B');
432: end if;
433:
434: success := fnd_request.set_options (
435: 'NO', 'NO', P_LANGUAGE,
436: P_TERRITORY, null, P_NUMERIC_CHARACTERS);
437:
438: if (not success) then

Line 463: REQ_ID := fnd_request.submit_request(

459: where fcp.concurrent_program_id=fcpt.concurrent_program_id and fcp.application_id=fcpt.application_id
460: and fa.application_id=fcp.application_id and fcpt.language = userenv('LANG')
461: and fcp.concurrent_program_name= upper(program) and fa.application_short_name=UPPER(application);
462:
463: REQ_ID := fnd_request.submit_request(
464: 'FND',
465: 'FNDMLSUB',
466: USER_PROG_NAME,
467: null,