DBA Data[Home] [Help]

APPS.PER_INC_UPD dependencies on PER_WORK_INCIDENTS

Line 68: -- Update the per_work_incidents Row

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

Line 70: update per_work_incidents

66: --
67: --
68: -- Update the per_work_incidents Row
69: --
70: update per_work_incidents
71: set
72: incident_id = p_rec.incident_id
73: ,incident_reference = p_rec.incident_reference
74: ,incident_type = p_rec.incident_type

Line 724: (p_module_name => 'PER_WORK_INCIDENTS'

720: --
721: when hr_api.cannot_find_prog_unit then
722: --
723: hr_api.cannot_find_prog_unit_error
724: (p_module_name => 'PER_WORK_INCIDENTS'
725: ,p_hook_type => 'AU');
726: --
727: end;
728: --