DBA Data[Home] [Help]

APPS.BEN_XRD_DEL dependencies on BEN_EXT_RSLT_DTL

Line 60: -- Delete the ben_ext_rslt_dtl row.

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

Line 62: delete from ben_ext_rslt_dtl

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

Line 494: (p_module_name => 'ben_ext_rslt_dtl'

490: --
491: when hr_api.cannot_find_prog_unit then
492: --
493: hr_api.cannot_find_prog_unit_error
494: (p_module_name => 'ben_ext_rslt_dtl'
495: ,p_hook_type => 'AD');
496: --
497: end;
498: --