DBA Data[Home] [Help]

APPS.PER_QUA_DEL dependencies on PER_QUALIFICATIONS

Line 60: -- Delete the per_qualifications row.

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

Line 62: delete from per_qualifications

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

Line 243: (p_module_name => 'PER_QUALIFICATIONS'

239: );
240: exception
241: when hr_api.cannot_find_prog_unit then
242: hr_api.cannot_find_prog_unit_error
243: (p_module_name => 'PER_QUALIFICATIONS'
244: ,p_hook_type => 'AD'
245: );
246: end;
247: --