DBA Data[Home] [Help]

APPS.PE_AEI_INS dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 55: -- Insert the row into: per_assignment_extra_info

51: Begin
52: hr_utility.set_location('Entering:'||l_proc, 5);
53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: -- Insert the row into: per_assignment_extra_info
56: --
57: insert into per_assignment_extra_info
58: ( assignment_extra_info_id,
59: assignment_id,

Line 57: insert into per_assignment_extra_info

53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: -- Insert the row into: per_assignment_extra_info
56: --
57: insert into per_assignment_extra_info
58: ( assignment_extra_info_id,
59: assignment_id,
60: information_type,
61: request_id,

Line 241: Cursor C_Sel1 is select per_assignment_extra_info_s.nextval from sys.dual;

237: Procedure pre_insert(p_rec in out nocopy pe_aei_shd.g_rec_type) is
238: --
239: l_proc varchar2(72) := g_package||'pre_insert';
240: --
241: Cursor C_Sel1 is select per_assignment_extra_info_s.nextval from sys.dual;
242: --
243: Begin
244: hr_utility.set_location('Entering:'||l_proc, 5);
245: --

Line 362: ( p_module_name => 'PER_ASSIGNMENT_EXTRA_INFO'

358: );
359: exception
360: when hr_api.cannot_find_prog_unit then
361: hr_api.cannot_find_prog_unit_error
362: ( p_module_name => 'PER_ASSIGNMENT_EXTRA_INFO'
363: ,p_hook_type => 'AI'
364: );
365: end;
366: -- End of API User Hook for post_insert.