DBA Data[Home] [Help]

APPS.PE_PEI_INS dependencies on PER_PEOPLE_EXTRA_INFO

Line 65: -- Insert the row into: per_people_extra_info

61: Begin
62: hr_utility.set_location('Entering:'||l_proc, 5);
63: p_rec.object_version_number := 1; -- Initialise the object version
64: --
65: -- Insert the row into: per_people_extra_info
66: --
67: insert into per_people_extra_info
68: ( person_extra_info_id,
69: person_id,

Line 67: insert into per_people_extra_info

63: p_rec.object_version_number := 1; -- Initialise the object version
64: --
65: -- Insert the row into: per_people_extra_info
66: --
67: insert into per_people_extra_info
68: ( person_extra_info_id,
69: person_id,
70: information_type,
71: request_id,

Line 251: Cursor C_Sel1 is select per_people_extra_info_s.nextval from sys.dual;

247: Procedure pre_insert(p_rec in out NOCOPY pe_pei_shd.g_rec_type) is
248: --
249: l_proc varchar2(72) := g_package||'pre_insert';
250: --
251: Cursor C_Sel1 is select per_people_extra_info_s.nextval from sys.dual;
252: --
253: Begin
254: hr_utility.set_location('Entering:'||l_proc, 5);
255: --

Line 372: ( p_module_name => 'PER_PEOPLE_EXTRA_INFO'

368: );
369: exception
370: when hr_api.cannot_find_prog_unit then
371: hr_api.cannot_find_prog_unit_error
372: ( p_module_name => 'PER_PEOPLE_EXTRA_INFO'
373: ,p_hook_type => 'AI'
374: );
375: end;
376: --