DBA Data[Home] [Help]

APPS.PER_BPA_INS dependencies on PER_BF_PROCESSED_ASSIGNMENTS

Line 65: -- Insert the row into: per_bf_processed_assignments

61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: --
64: --
65: -- Insert the row into: per_bf_processed_assignments
66: --
67: insert into per_bf_processed_assignments
68: (processed_assignment_id,
69: payroll_run_id,

Line 67: insert into per_bf_processed_assignments

63: --
64: --
65: -- Insert the row into: per_bf_processed_assignments
66: --
67: insert into per_bf_processed_assignments
68: (processed_assignment_id,
69: payroll_run_id,
70: assignment_id,
71: object_version_number,

Line 209: Cursor C_Sel1 is select per_bf_processed_assignments_s.nextval from sys.dual;

205: ) is
206: --
207: l_proc varchar2(72) := g_package||'pre_insert';
208: --
209: Cursor C_Sel1 is select per_bf_processed_assignments_s.nextval from sys.dual;
210: --
211: Begin
212: hr_utility.set_location('Entering:'||l_proc, 5);
213: --

Line 311: (p_module_name => 'PER_BF_PROCESSED_ASSIGNMENTS'

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