DBA Data[Home] [Help]

APPS.PER_NAA_UPD dependencies on PER_NL_ABSENCE_ACTIONS

Line 68: -- Update the per_nl_absence_actions Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: per_naa_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the per_nl_absence_actions Row
69: --
70: update per_nl_absence_actions
71: set
72: absence_attendance_id = p_rec.absence_attendance_id

Line 70: update per_nl_absence_actions

66: per_naa_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the per_nl_absence_actions Row
69: --
70: update per_nl_absence_actions
71: set
72: absence_attendance_id = p_rec.absence_attendance_id
73: ,expected_date = p_rec.expected_date
74: ,description = p_rec.description

Line 248: (p_module_name => 'PER_NL_ABSENCE_ACTIONS'

244: --
245: when hr_api.cannot_find_prog_unit then
246: --
247: hr_api.cannot_find_prog_unit_error
248: (p_module_name => 'PER_NL_ABSENCE_ACTIONS'
249: ,p_hook_type => 'AU');
250: --
251: end;
252: --