DBA Data[Home] [Help]

APPS.PER_BPR_DEL dependencies on PER_BF_PAYROLL_RUNS

Line 59: -- Delete the per_bf_payroll_runs row.

55: Begin
56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: --
59: -- Delete the per_bf_payroll_runs row.
60: --
61: delete from per_bf_payroll_runs
62: where payroll_run_id = p_rec.payroll_run_id;
63: --

Line 61: delete from per_bf_payroll_runs

57: --
58: --
59: -- Delete the per_bf_payroll_runs row.
60: --
61: delete from per_bf_payroll_runs
62: where payroll_run_id = p_rec.payroll_run_id;
63: --
64: --
65: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 245: (p_module_name => 'PER_BF_PAYROLL_RUNS'

241: --
242: when hr_api.cannot_find_prog_unit then
243: --
244: hr_api.cannot_find_prog_unit_error
245: (p_module_name => 'PER_BF_PAYROLL_RUNS'
246: ,p_hook_type => 'AD');
247: --
248: end;
249: --