DBA Data[Home] [Help]

APPS.PER_STB_UPD dependencies on PER_RI_SETUP_TASKS

Line 68: -- Update the per_ri_setup_tasks Row

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

Line 70: update per_ri_setup_tasks

66: --
67: --
68: -- Update the per_ri_setup_tasks Row
69: --
70: update per_ri_setup_tasks
71: set
72: setup_task_code = p_rec.setup_task_code
73: ,workbench_item_code = p_rec.workbench_item_code
74: ,setup_task_sequence = p_rec.setup_task_sequence

Line 221: (p_module_name => 'PER_RI_SETUP_TASKS'

217: --
218: when hr_api.cannot_find_prog_unit then
219: --
220: hr_api.cannot_find_prog_unit_error
221: (p_module_name => 'PER_RI_SETUP_TASKS'
222: ,p_hook_type => 'AU');
223: --
224: end;
225: --