DBA Data[Home] [Help]

APPS.PER_BPR_INS dependencies on PER_BF_PAYROLL_RUNS

Line 63: -- Insert the row into: per_bf_payroll_runs

59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: --
62: hr_utility.set_location(to_char(p_rec.payroll_run_id),99);
63: -- Insert the row into: per_bf_payroll_runs
64: --
65: insert into per_bf_payroll_runs
66: ( payroll_run_id,
67: payroll_id,

Line 65: insert into per_bf_payroll_runs

61: --
62: hr_utility.set_location(to_char(p_rec.payroll_run_id),99);
63: -- Insert the row into: per_bf_payroll_runs
64: --
65: insert into per_bf_payroll_runs
66: ( payroll_run_id,
67: payroll_id,
68: business_group_id,
69: payroll_identifier,

Line 208: Cursor C_Sel1 is select per_bf_payroll_runs_s.nextval from sys.dual;

204: Procedure pre_insert(p_rec in out nocopy per_bpr_shd.g_rec_type) is
205: --
206: l_proc varchar2(72) := g_package||'pre_insert';
207: --
208: Cursor C_Sel1 is select per_bf_payroll_runs_s.nextval from sys.dual;
209: --
210: --
211: Begin
212: hr_utility.set_location('Entering:'||l_proc, 5);

Line 313: (p_module_name => 'PER_BF_PAYROLL_RUNS'

309: --
310: when hr_api.cannot_find_prog_unit then
311: --
312: hr_api.cannot_find_prog_unit_error
313: (p_module_name => 'PER_BF_PAYROLL_RUNS'
314: ,p_hook_type => 'AI');
315: --
316: end;
317: --