DBA Data[Home] [Help]

APPS.PER_EST_DEL dependencies on PER_ESTABLISHMENTS

Line 60: -- Delete the per_establishments row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: per_est_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the per_establishments row.
61: --
62: delete from per_establishments
63: where establishment_id = p_rec.establishment_id;
64: --

Line 62: delete from per_establishments

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

Line 214: ( P_MODULE_NAME => 'PER_ESTABLISHMENTS',

210: );
211: exception
212: when hr_api.cannot_find_prog_unit then
213: hr_api.cannot_find_prog_unit_error
214: ( P_MODULE_NAME => 'PER_ESTABLISHMENTS',
215: p_hook_type => 'AD'
216: );
217: end;
218: -- End of API User Hook for post_insert.