DBA Data[Home] [Help]

APPS.PER_PAC_DEL dependencies on PER_ALLOCATED_CHECKLISTS

Line 63: -- Delete the per_allocated_checklists row.

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

Line 65: delete from per_allocated_checklists

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

Line 273: (p_module_name => 'PER_ALLOCATED_CHECKLISTS'

269: --
270: when hr_api.cannot_find_prog_unit then
271: --
272: hr_api.cannot_find_prog_unit_error
273: (p_module_name => 'PER_ALLOCATED_CHECKLISTS'
274: ,p_hook_type => 'AD');
275: --
276: end;
277: --