DBA Data[Home] [Help]

APPS.HR_PAE_UPD dependencies on HR_PATTERN_EXCEPTIONS

Line 67: -- Update the hr_pattern_exceptions Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: hr_pae_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the hr_pattern_exceptions Row
68: --
69: update hr_pattern_exceptions
70: set
71: exception_id = p_rec.exception_id,

Line 69: update hr_pattern_exceptions

65: hr_pae_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the hr_pattern_exceptions Row
68: --
69: update hr_pattern_exceptions
70: set
71: exception_id = p_rec.exception_id,
72: exception_name = p_rec.exception_name,
73: exception_end_time = p_rec.exception_end_time,