DBA Data[Home] [Help]

APPS.PER_INC_INS dependencies on PER_WORK_INCIDENTS

Line 65: -- Insert the row into: per_work_incidents

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

Line 67: insert into per_work_incidents

63: --
64: --
65: -- Insert the row into: per_work_incidents
66: --
67: insert into per_work_incidents
68: (incident_id
69: ,person_id
70: ,incident_reference
71: ,incident_type

Line 363: Cursor C_Sel1 is select per_work_incidents_s.nextval from sys.dual;

359: ) is
360: --
361: l_proc varchar2(72) := g_package||'pre_insert';
362: --
363: Cursor C_Sel1 is select per_work_incidents_s.nextval from sys.dual;
364: --
365: Begin
366: hr_utility.set_location('Entering:'||l_proc, 5);
367: --

Line 641: (p_module_name => 'PER_WORK_INCIDENTS'

637: --
638: when hr_api.cannot_find_prog_unit then
639: --
640: hr_api.cannot_find_prog_unit_error
641: (p_module_name => 'PER_WORK_INCIDENTS'
642: ,p_hook_type => 'AI');
643: --
644: end;
645: --