DBA Data[Home] [Help]

APPS.PER_BPR_UPD dependencies on PER_BF_PAYROLL_RUNS

Line 65: -- Update the per_bf_payroll_runs Row

61: -- Increment the object version
62: p_rec.object_version_number := p_rec.object_version_number + 1;
63: --
64: --
65: -- Update the per_bf_payroll_runs Row
66: --
67: update per_bf_payroll_runs
68: set
69: payroll_run_id = p_rec.payroll_run_id,

Line 67: update per_bf_payroll_runs

63: --
64: --
65: -- Update the per_bf_payroll_runs Row
66: --
67: update per_bf_payroll_runs
68: set
69: payroll_run_id = p_rec.payroll_run_id,
70: payroll_identifier = p_rec.payroll_identifier,
71: period_start_date = p_rec.period_start_date,

Line 334: (p_module_name => 'PER_BF_PAYROLL_RUNS'

330: --
331: when hr_api.cannot_find_prog_unit then
332: --
333: hr_api.cannot_find_prog_unit_error
334: (p_module_name => 'PER_BF_PAYROLL_RUNS'
335: ,p_hook_type => 'AU');
336: --
337: end;
338: --