DBA Data[Home] [Help]

APPS.PER_ESA_DEL dependencies on PER_ESTABLISHMENT_ATTENDANCES

Line 62: delete from per_establishment_attendances

58: per_esa_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the per_establish_attendances row.
61: --
62: delete from per_establishment_attendances
63: where attendance_id = p_rec.attendance_id;
64: --
65: per_esa_shd.g_api_dml := false; -- Unset the api dml status
66: --

Line 201: (p_module_name => 'PER_ESTABLISHMENT_ATTENDANCES'

197: );
198: exception
199: when hr_api.cannot_find_prog_unit then
200: hr_api.cannot_find_prog_unit_error
201: (p_module_name => 'PER_ESTABLISHMENT_ATTENDANCES'
202: ,p_hook_type => 'AD'
203: );
204: end;
205: -- End of API User Hook for post_delete.