DBA Data[Home] [Help]

APPS.PER_SSB_UPD dependencies on PER_RI_SETUP_SUB_TASKS

Line 68: -- Update the per_ri_setup_sub_tasks Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the per_ri_setup_sub_tasks Row
69: --
70: update per_ri_setup_sub_tasks
71: set
72: setup_sub_task_code = p_rec.setup_sub_task_code

Line 70: update per_ri_setup_sub_tasks

66: --
67: --
68: -- Update the per_ri_setup_sub_tasks Row
69: --
70: update per_ri_setup_sub_tasks
71: set
72: setup_sub_task_code = p_rec.setup_sub_task_code
73: ,setup_task_code = p_rec.setup_task_code
74: ,setup_sub_task_sequence = p_rec.setup_sub_task_sequence

Line 227: (p_module_name => 'PER_RI_SETUP_SUB_TASKS'

223: --
224: when hr_api.cannot_find_prog_unit then
225: --
226: hr_api.cannot_find_prog_unit_error
227: (p_module_name => 'PER_RI_SETUP_SUB_TASKS'
228: ,p_hook_type => 'AU');
229: --
230: end;
231: --