DBA Data[Home] [Help]

APPS.PER_PEA_UPD dependencies on PER_PERSON_ANALYSES

Line 67: -- Update the per_person_analyses Row

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

Line 69: update per_person_analyses

65: per_pea_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the per_person_analyses Row
68: --
69: update per_person_analyses
70: set
71: analysis_criteria_id = p_rec.analysis_criteria_id,
72: comments = p_rec.comments,
73: date_from = p_rec.date_from,

Line 356: (p_module_name => 'PER_PERSON_ANALYSES'

352:
353: exception
354: when hr_api.cannot_find_prog_unit then
355: hr_api.cannot_find_prog_unit_error
356: (p_module_name => 'PER_PERSON_ANALYSES'
357: ,p_hook_type => 'AU'
358: );
359: end;
360: -- End of API User Hook for post_update.