DBA Data[Home] [Help]

APPS.PER_SUC_UPD dependencies on PER_SUCCESSION_PLANNING

Line 67: -- Update the per_succession_planning Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: per_suc_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the per_succession_planning Row
68: --
69: update per_succession_planning
70: set
71: succession_plan_id = p_rec.succession_plan_id,

Line 69: update per_succession_planning

65: per_suc_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the per_succession_planning Row
68: --
69: update per_succession_planning
70: set
71: succession_plan_id = p_rec.succession_plan_id,
72: person_id = p_rec.person_id,
73: position_id = p_rec.position_id,

Line 288: (p_module_name => 'PER_SUCCESSION_PLANNING'

284: );
285: exception
286: when hr_api.cannot_find_prog_unit then
287: hr_api.cannot_find_prog_unit_error
288: (p_module_name => 'PER_SUCCESSION_PLANNING'
289: ,p_hook_type => 'AU'
290: );
291: end;
292: --