DBA Data[Home] [Help]

APPS.PER_CHK_INS dependencies on PER_CHECKLIST_ITEMS

Line 63: -- Insert the row into: per_checklist_items

59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: per_chk_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: per_checklist_items
64: --
65: insert into per_checklist_items
66: ( checklist_item_id,
67: person_id,

Line 65: insert into per_checklist_items

61: per_chk_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: per_checklist_items
64: --
65: insert into per_checklist_items
66: ( checklist_item_id,
67: person_id,
68: item_code,
69: date_due,

Line 213: Cursor C_Sel1 is select per_checklist_items_s.nextval from sys.dual;

209: Procedure pre_insert(p_rec in out nocopy per_chk_shd.g_rec_type) is
210: --
211: l_proc varchar2(72) := g_package||'pre_insert';
212: --
213: Cursor C_Sel1 is select per_checklist_items_s.nextval from sys.dual;
214: --
215: Begin
216: hr_utility.set_location('Entering:'||l_proc, 5);
217: --

Line 322: (p_module_name => 'per_checklist_items'

318: --
319: when hr_api.cannot_find_prog_unit then
320: --
321: hr_api.cannot_find_prog_unit_error
322: (p_module_name => 'per_checklist_items'
323: ,p_hook_type => 'AI');
324: --
325: end;
326: --