DBA Data[Home] [Help]

APPS.HR_LEI_INS dependencies on HR_LOCATION_EXTRA_INFO

Line 69: -- Insert the row into: hr_location_extra_info

65: p_rec.object_version_number := 1; -- Initialise the object version
66: --
67: -- hr_lei_shd.g_api_dml := true; -- Set the api dml status
68: --
69: -- Insert the row into: hr_location_extra_info
70: --
71: insert into hr_location_extra_info
72: ( location_extra_info_id,
73: information_type,

Line 71: insert into hr_location_extra_info

67: -- hr_lei_shd.g_api_dml := true; -- Set the api dml status
68: --
69: -- Insert the row into: hr_location_extra_info
70: --
71: insert into hr_location_extra_info
72: ( location_extra_info_id,
73: information_type,
74: location_id,
75: request_id,

Line 261: Cursor C_Sel1 is select hr_location_extra_info_s.nextval from sys.dual;

257: Procedure pre_insert(p_rec in out nocopy hr_lei_shd.g_rec_type) is
258: --
259: l_proc varchar2(72) := g_package||'pre_insert';
260: --
261: Cursor C_Sel1 is select hr_location_extra_info_s.nextval from sys.dual;
262: --
263: Begin
264: hr_utility.set_location('Entering:'||l_proc, 5);
265: --

Line 382: ( p_module_name => 'HR_LOCATION_EXTRA_INFO'

378: );
379: exception
380: when hr_api.cannot_find_prog_unit then
381: hr_api.cannot_find_prog_unit_error
382: ( p_module_name => 'HR_LOCATION_EXTRA_INFO'
383: ,p_hook_type => 'AI'
384: );
385: end;
386: -- End of API User Hook for post_insert.