DBA Data[Home] [Help]

APPS.BEN_CRD_DEL dependencies on BEN_CRT_ORDR_CVRD_PER

Line 60: -- Delete the ben_crt_ordr_cvrd_per row.

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

Line 62: delete from ben_crt_ordr_cvrd_per

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

Line 211: (p_module_name => 'ben_crt_ordr_cvrd_per'

207: --
208: when hr_api.cannot_find_prog_unit then
209: --
210: hr_api.cannot_find_prog_unit_error
211: (p_module_name => 'ben_crt_ordr_cvrd_per'
212: ,p_hook_type => 'AD');
213: --
214: end;
215: --