DBA Data[Home] [Help]

APPS.HR_PAE_DEL dependencies on HR_PATTERN_EXCEPTIONS

Line 60: -- Delete the hr_pattern_exceptions row.

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

Line 62: delete from hr_pattern_exceptions

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