DBA Data[Home] [Help]

APPS.GHR_PDI_DEL dependencies on GHR_POSITION_DESCRIPTIONS

Line 60: -- Delete the ghr_position_descriptions row.

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

Line 62: delete from ghr_position_descriptions

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

Line 220: ( p_module_name => 'GHR_POSITION_DESCRIPTIONS'

216:
217: exception
218: when hr_api.cannot_find_prog_unit then
219: hr_api.cannot_find_prog_unit_error
220: ( p_module_name => 'GHR_POSITION_DESCRIPTIONS'
221: ,p_hook_type => 'AD'
222: );
223: end;
224: -- End of API User Hook for post_delete.