DBA Data[Home] [Help]

APPS.PER_SUC_DEL dependencies on PER_SUCCESSION_PLANNING

Line 60: -- Delete the per_succession_planning row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: per_suc_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the per_succession_planning row.
61: --
62: delete from per_succession_planning
63: where succession_plan_id = p_rec.succession_plan_id;
64: --

Line 62: delete from per_succession_planning

58: per_suc_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the per_succession_planning row.
61: --
62: delete from per_succession_planning
63: where succession_plan_id = p_rec.succession_plan_id;
64: --
65: per_suc_shd.g_api_dml := false; -- Unset the api dml status
66: --

Line 203: (p_module_name => 'PER_SUCCESSION_PLANNING'

199: );
200: exception
201: when hr_api.cannot_find_prog_unit then
202: hr_api.cannot_find_prog_unit_error
203: (p_module_name => 'PER_SUCCESSION_PLANNING'
204: ,p_hook_type => 'AD'
205: );
206: end;
207: --