DBA Data[Home] [Help]

APPS.BEN_XWC_DEL dependencies on BEN_EXT_WHERE_CLAUSE

Line 96: -- Delete the ben_ext_where_clause row.

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

Line 98: delete from ben_ext_where_clause

94: ben_xwc_shd.g_api_dml := true; -- Set the api dml status
95: --
96: -- Delete the ben_ext_where_clause row.
97: --
98: delete from ben_ext_where_clause
99: where ext_where_clause_id = p_rec.ext_where_clause_id;
100: --
101: ben_xwc_shd.g_api_dml := false; -- Unset the api dml status
102: --

Line 229: (p_module_name => 'ben_ext_where_clause'

225: --
226: when hr_api.cannot_find_prog_unit then
227: --
228: hr_api.cannot_find_prog_unit_error
229: (p_module_name => 'ben_ext_where_clause'
230: ,p_hook_type => 'AD');
231: --
232: end;
233: --