DBA Data[Home] [Help]

APPS.PER_PJO_DEL dependencies on PER_PREVIOUS_JOBS

Line 62: -- Delete the per_previous_jobs row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the per_previous_jobs row.
63: --
64: delete from per_previous_jobs
65: where previous_job_id = p_rec.previous_job_id;
66: --

Line 64: delete from per_previous_jobs

60: --
61: --
62: -- Delete the per_previous_jobs row.
63: --
64: delete from per_previous_jobs
65: where previous_job_id = p_rec.previous_job_id;
66: --
67: --
68: --

Line 320: (p_module_name => 'PER_PREVIOUS_JOBS'

316: --
317: when hr_api.cannot_find_prog_unit then
318: --
319: hr_api.cannot_find_prog_unit_error
320: (p_module_name => 'PER_PREVIOUS_JOBS'
321: ,p_hook_type => 'AD');
322: --
323: end;
324: --