DBA Data[Home] [Help]

APPS.IBW_OE_PVT dependencies on FND_LANGUAGES

Line 2271: ,fnd_languages lang

2267: ,l_program_login_id program_login_id
2268: ,l_program_app_id program_application_id
2269: ,l_request_id request_id
2270: FROM ibw_context_interface_b cont
2271: ,fnd_languages lang
2272: ,fnd_lookup_values lookup
2273: WHERE cont.context_instance_value = -999
2274: and lookup.lookup_type = 'IBW_BUSINESS_CONTEXT'
2275: and lookup.lookup_code = 'NONE'

Line 2376: ,sect.display_name context_instance_name /* SQLID: 14752675. Removed FND_LANGUAGES table from the */

2372: begin
2373: MERGE INTO ibw_context_interface_tl cont_tl
2374: USING (SELECT
2375: cont.context_interface_id context_interface_id /* Changed the query for Performance Bug No 4777097 */
2376: ,sect.display_name context_instance_name /* SQLID: 14752675. Removed FND_LANGUAGES table from the */
2377: ,sect.language language /* query thereby avoiding MERGE CARTESIAN JOIN */
2378: ,USERENV('LANG') source_lang /* Chamge by gjothiku */
2379: FROM
2380: ibe_dsp_sections_tl sect