DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_RUN_REQ_LANGUAGES

Line 2409: insert into fnd_run_req_languages

2405: -- Insert Languages
2406: if ( func_exists = 'N' ) then
2407: for i in 1..P_NLS_PARAMETERS_COUNT loop
2408:
2409: insert into fnd_run_req_languages
2410: ( parent_request_id,
2411: nls_language,
2412: nls_territory,
2413: numeric_characters,

Line 3660: from fnd_run_req_languages

3656:
3657: if P_DEF_REQUEST_ID <> 0 then
3658: select count(*)
3659: into langcnt
3660: from fnd_run_req_languages
3661: where parent_request_id = P_DEF_REQUEST_ID;
3662: end if;
3663:
3664: -- If no MLS function and only 1 language then submit normally