DBA Data[Home] [Help]

APPS.PER_RSL_INS dependencies on PER_RATING_SCALES_TL

Line 65: -- Insert the row into: per_rating_scales_tl

61: --
62: --
63: --
64: --
65: -- Insert the row into: per_rating_scales_tl
66: --
67: insert into per_rating_scales_tl
68: (rating_scale_id
69: ,language

Line 67: insert into per_rating_scales_tl

63: --
64: --
65: -- Insert the row into: per_rating_scales_tl
66: --
67: insert into per_rating_scales_tl
68: (rating_scale_id
69: ,language
70: ,source_lang
71: ,name

Line 218: (p_module_name => 'PER_RATING_SCALES_TL'

214: --
215: when hr_api.cannot_find_prog_unit then
216: --
217: hr_api.cannot_find_prog_unit_error
218: (p_module_name => 'PER_RATING_SCALES_TL'
219: ,p_hook_type => 'AI');
220: --
221: end;
222: --

Line 334: from per_rating_scales_tl rsl

330: select l.language_code
331: from fnd_languages l
332: where l.installed_flag in ('I','B')
333: and not exists (select null
334: from per_rating_scales_tl rsl
335: where
336: rsl.rating_scale_id = p_rating_scale_id
337: and rsl.language = l.language_code);
338: --