DBA Data[Home] [Help]

APPS.PER_PAC_UPD dependencies on PER_ALLOCATED_CHECKLISTS

Line 69: -- Update the per_allocated_checklists Row

65: p_rec.object_version_number := p_rec.object_version_number + 1;
66: --
67: --
68: --
69: -- Update the per_allocated_checklists Row
70: --
71: update per_allocated_checklists
72: set
73: allocated_checklist_id = p_rec.allocated_checklist_id

Line 71: update per_allocated_checklists

67: --
68: --
69: -- Update the per_allocated_checklists Row
70: --
71: update per_allocated_checklists
72: set
73: allocated_checklist_id = p_rec.allocated_checklist_id
74: ,checklist_id = p_rec.checklist_id
75: ,person_id = p_rec.person_id

Line 444: (p_module_name => 'PER_ALLOCATED_CHECKLISTS'

440: --
441: when hr_api.cannot_find_prog_unit then
442: --
443: hr_api.cannot_find_prog_unit_error
444: (p_module_name => 'PER_ALLOCATED_CHECKLISTS'
445: ,p_hook_type => 'AU');
446: --
447: end;
448: --