DBA Data[Home] [Help]

APPS.PER_EQT_DEL dependencies on PER_QUALIFICATION_TYPES

Line 60: -- Delete the per_qualification_types row.

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

Line 62: delete from per_qualification_types

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

Line 241: (p_module_name => 'PER_QUALIFICATION_TYPES'

237: );
238: exception
239: when hr_api.cannot_find_prog_unit then
240: hr_api.cannot_find_prog_unit_error
241: (p_module_name => 'PER_QUALIFICATION_TYPES'
242: ,p_hook_type => 'AD'
243: );
244: end;
245: -- End of API User Hook for post_delete.