DBA Data[Home] [Help]

APPS.PER_CHK_DEL dependencies on PER_CHECKLIST_ITEMS

Line 60: -- Delete the per_checklist_items row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: per_chk_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the per_checklist_items row.
61: --
62: delete from per_checklist_items
63: where checklist_item_id = p_rec.checklist_item_id;
64: --

Line 62: delete from per_checklist_items

58: per_chk_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the per_checklist_items row.
61: --
62: delete from per_checklist_items
63: where checklist_item_id = p_rec.checklist_item_id;
64: --
65: per_chk_shd.g_api_dml := false; -- Unset the api dml status
66: --

Line 214: (p_module_name => 'per_checklist_items'

210: --
211: when hr_api.cannot_find_prog_unit then
212: --
213: hr_api.cannot_find_prog_unit_error
214: (p_module_name => 'per_checklist_items'
215: ,p_hook_type => 'AD');
216: --
217: end;
218: --