DBA Data[Home] [Help]

APPS.PER_JOB_UPD dependencies on PER_JOBS

Line 73: -- Update the per_jobs Row

69: p_rec.name := substr(p_rec.name,1,700);
70:
71: hr_utility.set_location('Entering:'||l_proc, 6);
72: --
73: -- Update the per_jobs Row
74: --
75: update per_jobs
76: set
77: job_id = p_rec.job_id,

Line 75: update per_jobs

71: hr_utility.set_location('Entering:'||l_proc, 6);
72: --
73: -- Update the per_jobs Row
74: --
75: update per_jobs
76: set
77: job_id = p_rec.job_id,
78: job_definition_id = p_rec.job_definition_id,
79: date_from = p_rec.date_from,

Line 373: (p_module_name => 'PER_JOBS'

369: );
370: exception
371: when hr_api.cannot_find_prog_unit then
372: hr_api.cannot_find_prog_unit_error
373: (p_module_name => 'PER_JOBS'
374: ,p_hook_type => 'AU'
375: );
376: end;
377: -- End of API User Hook for post_update.