DBA Data[Home] [Help]

APPS.PER_ESA_UPD dependencies on PER_ESTABLISHMENT_ATTENDANCES

Line 67: -- Update the per_establishment_attendances Row

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

Line 69: update per_establishment_attendances

65: per_esa_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the per_establishment_attendances Row
68: --
69: update per_establishment_attendances
70: set
71: attendance_id = p_rec.attendance_id,
72: person_id = p_rec.person_id,
73: establishment_id = p_rec.establishment_id,

Line 285: (p_module_name => 'PER_ESTABLISHMENT_ATTENDANCES'

281: );
282: exception
283: when hr_api.cannot_find_prog_unit then
284: hr_api.cannot_find_prog_unit_error
285: (p_module_name => 'PER_ESTABLISHMENT_ATTENDANCES'
286: ,p_hook_type => 'AU'
287: );
288: end;
289: -- End of API User Hook for post_update.