DBA Data[Home] [Help]

APPS.PER_ABT_UPD dependencies on PER_ABS_ATTENDANCE_TYPES_TL

Line 66: -- Update the per_abs_attendance_types_tl Row

62: --
63: --
64: --
65: --
66: -- Update the per_abs_attendance_types_tl Row
67: --
68: update per_abs_attendance_types_tl
69: set
70: absence_attendance_type_id = p_rec.absence_attendance_type_id

Line 68: update per_abs_attendance_types_tl

64: --
65: --
66: -- Update the per_abs_attendance_types_tl Row
67: --
68: update per_abs_attendance_types_tl
69: set
70: absence_attendance_type_id = p_rec.absence_attendance_type_id
71: ,name = p_rec.name
72: ,language = p_rec.language

Line 208: (p_module_name => 'PER_ABS_ATTENDANCE_TYPES_TL'

204: --
205: when hr_api.cannot_find_prog_unit then
206: --
207: hr_api.cannot_find_prog_unit_error
208: (p_module_name => 'PER_ABS_ATTENDANCE_TYPES_TL'
209: ,p_hook_type => 'AU');
210: --
211: end;
212: --

Line 385: from per_abs_attendance_types_tl abt

381: -- source_lang match the specified language.
382: --
383: cursor csr_upd_langs is
384: select abt.language
385: from per_abs_attendance_types_tl abt
386: where abt.absence_attendance_type_id = p_absence_attendance_type_id
387: and p_language_code in (abt.language
388: ,abt.source_lang);
389: --