DBA Data[Home] [Help]

APPS.PER_PAT_DEL dependencies on PER_ALLOCATED_TASKS

Line 63: -- Delete the per_allocated_tasks row.

59: hr_utility.set_location('Entering:'||l_proc, 5);
60: --
61: --
62: --
63: -- Delete the per_allocated_tasks row.
64: --
65: delete from per_allocated_tasks
66: where allocated_task_id = p_rec.allocated_task_id;
67: --

Line 65: delete from per_allocated_tasks

61: --
62: --
63: -- Delete the per_allocated_tasks row.
64: --
65: delete from per_allocated_tasks
66: where allocated_task_id = p_rec.allocated_task_id;
67: --
68: --
69: --

Line 289: (p_module_name => 'PER_ALLOCATED_TASKS'

285: --
286: when hr_api.cannot_find_prog_unit then
287: --
288: hr_api.cannot_find_prog_unit_error
289: (p_module_name => 'PER_ALLOCATED_TASKS'
290: ,p_hook_type => 'AD');
291: --
292: end;
293: --