DBA Data[Home] [Help]

APPS.GHR_PDC_DEL dependencies on GHR_PD_CLASSIFICATIONS

Line 60: -- Delete the ghr_pd_classifications row.

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

Line 62: delete from ghr_pd_classifications

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

Line 178: ( p_module_name => 'GHR_PD_CLASSIFICATIONS'

174: );
175: exception
176: when hr_api.cannot_find_prog_unit then
177: hr_api.cannot_find_prog_unit_error
178: ( p_module_name => 'GHR_PD_CLASSIFICATIONS'
179: ,p_hook_type => 'AD'
180: );
181: end;
182: -- End of API User Hook for post_delete.