193: l_user_id,
194: nvl(to_date(x_last_update_date,'YYYY/MM/DD'),sysdate),
195: 0,
196: l_user_id
197: from fnd_languages l
198: where l.installed_flag in ('I', 'B')
199: and not exists
200: (select null
201: from qp_prc_contexts_tl t
444: l_user_id,
445: nvl(to_date(x_last_update_date,'YYYY/MM/DD'),sysdate),
446: 0,
447: l_user_id
448: from fnd_languages l
449: where l.installed_flag in ('I', 'B') and
450: not exists (select null
451: from qp_segments_tl t
452: where t.segment_id = l_segment_id and