DBA Data[Home] [Help]

APPS.PER_JOB_DEL dependencies on PER_JOBS

Line 60: -- Delete the per_jobs row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: per_job_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the per_jobs row.
61: --
62: delete from per_jobs
63: where job_id = p_rec.job_id;
64: --

Line 62: delete from per_jobs

58: per_job_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the per_jobs row.
61: --
62: delete from per_jobs
63: where job_id = p_rec.job_id;
64: --
65: per_job_shd.g_api_dml := false; -- Unset the api dml status
66: --

Line 227: (p_module_name => 'PER_JOBS'

223: );
224: exception
225: when hr_api.cannot_find_prog_unit then
226: hr_api.cannot_find_prog_unit_error
227: (p_module_name => 'PER_JOBS'
228: ,p_hook_type => 'AD'
229: );
230: end;
231: -- End of API User Hook for post_delete.