DBA Data[Home] [Help]

APPS.PER_APL_DEL dependencies on PER_APPLICATIONS

Line 60: -- Delete the per_applications row.

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

Line 62: delete from per_applications

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

Line 239: (p_module_name => 'PER_APPLICATIONS'

235: );
236: exception
237: when hr_api.cannot_find_prog_unit then
238: hr_api.cannot_find_prog_unit_error
239: (p_module_name => 'PER_APPLICATIONS'
240: ,p_hook_type => 'AD'
241: );
242: end;
243: -- End of API User Hook for post_delete.