DBA Data[Home] [Help]

APPS.PER_CKL_UPD dependencies on PER_CHECKLISTS

Line 68: -- Update the per_checklists Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the per_checklists Row
69: --
70: update per_checklists
71: set
72: checklist_id = p_rec.checklist_id

Line 70: update per_checklists

66: --
67: --
68: -- Update the per_checklists Row
69: --
70: update per_checklists
71: set
72: checklist_id = p_rec.checklist_id
73: ,name = p_rec.name
74: ,description = p_rec.description

Line 438: (p_module_name => 'PER_CHECKLISTS'

434: --
435: when hr_api.cannot_find_prog_unit then
436: --
437: hr_api.cannot_find_prog_unit_error
438: (p_module_name => 'PER_CHECKLISTS'
439: ,p_hook_type => 'AU');
440: --
441: end;
442: --