DBA Data[Home] [Help]

APPS.PER_SUC_INS dependencies on PER_SUCCESSION_PLANNING

Line 100: -- Insert the row into: per_succession_planning

96: p_rec.object_version_number := 1; -- Initialise the object version
97: --
98: per_suc_shd.g_api_dml := true; -- Set the api dml status
99: --
100: -- Insert the row into: per_succession_planning
101: --
102: insert into per_succession_planning
103: ( succession_plan_id,
104: person_id,

Line 102: insert into per_succession_planning

98: per_suc_shd.g_api_dml := true; -- Set the api dml status
99: --
100: -- Insert the row into: per_succession_planning
101: --
102: insert into per_succession_planning
103: ( succession_plan_id,
104: person_id,
105: position_id,
106: business_group_id,

Line 238: Cursor C_Sel1 is select per_succession_planning_s.nextval from sys.dual;

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

Line 343: (p_module_name => 'PER_SUCCESSION_PLANNING'

339: );
340: exception
341: when hr_api.cannot_find_prog_unit then
342: hr_api.cannot_find_prog_unit_error
343: (p_module_name => 'PER_SUCCESSION_PLANNING'
344: ,p_hook_type => 'AI'
345: );
346: end;
347: --