DBA Data[Home] [Help]

APPS.PER_CHK_UPD dependencies on PER_CHECKLIST_ITEMS

Line 67: -- Update the per_checklist_items Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: per_chk_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the per_checklist_items Row
68: --
69: update per_checklist_items
70: set
71: checklist_item_id = p_rec.checklist_item_id,

Line 69: update per_checklist_items

65: per_chk_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the per_checklist_items Row
68: --
69: update per_checklist_items
70: set
71: checklist_item_id = p_rec.checklist_item_id,
72: person_id = p_rec.person_id,
73: item_code = p_rec.item_code,

Line 311: (p_module_name => 'per_checklist_items'

307: --
308: when hr_api.cannot_find_prog_unit then
309: --
310: hr_api.cannot_find_prog_unit_error
311: (p_module_name => 'per_checklist_items'
312: ,p_hook_type => 'AU');
313: --
314: end;
315: --