DBA Data[Home] [Help]

APPS.PER_DPF_DEL dependencies on PER_DEPLOYMENT_FACTORS

Line 60: -- Delete the per_deployment_factors row.

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

Line 62: delete from per_deployment_factors

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

Line 224: (p_module_name => 'PER_DEPLOYMENT_FACTORS'

220: );
221: exception
222: when hr_api.cannot_find_prog_unit then
223: hr_api.cannot_find_prog_unit_error
224: (p_module_name => 'PER_DEPLOYMENT_FACTORS'
225: ,p_hook_type => 'AD'
226: );
227: end;
228: -- End of API User Hook for post_delete.