DBA Data[Home] [Help]

APPS.PER_JBR_UPD dependencies on PER_JOB_REQUIREMENTS

Line 67: -- Update the per_job_requirements Row

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

Line 69: update per_job_requirements

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

Line 289: (p_module_name => 'PER_JOB_REQUIREMENTS'

285: );
286: exception
287: when hr_api.cannot_find_prog_unit then
288: hr_api.cannot_find_prog_unit_error
289: (p_module_name => 'PER_JOB_REQUIREMENTS'
290: ,p_hook_type => 'AU'
291: );
292: end;
293: -- End of API User Hook for post_update.