DBA Data[Home] [Help]

APPS.BEN_XID_DEL dependencies on BEN_EXT_INCL_DATA_ELMT

Line 95: -- Delete the ben_ext_incl_data_elmt row.

91: hr_utility.set_location('Entering:'||l_proc, 5);
92: --
93: ben_xid_shd.g_api_dml := true; -- Set the api dml status
94: --
95: -- Delete the ben_ext_incl_data_elmt row.
96: --
97: delete from ben_ext_incl_data_elmt
98: where ext_incl_data_elmt_id = p_rec.ext_incl_data_elmt_id;
99: --

Line 97: delete from ben_ext_incl_data_elmt

93: ben_xid_shd.g_api_dml := true; -- Set the api dml status
94: --
95: -- Delete the ben_ext_incl_data_elmt row.
96: --
97: delete from ben_ext_incl_data_elmt
98: where ext_incl_data_elmt_id = p_rec.ext_incl_data_elmt_id;
99: --
100: ben_xid_shd.g_api_dml := false; -- Unset the api dml status
101: --

Line 222: (p_module_name => 'ben_ext_incl_data_elmt'

218: --
219: when hr_api.cannot_find_prog_unit then
220: --
221: hr_api.cannot_find_prog_unit_error
222: (p_module_name => 'ben_ext_incl_data_elmt'
223: ,p_hook_type => 'AD');
224: --
225: end;
226: --