DBA Data[Home] [Help]

APPS.BEN_XWC_UPD dependencies on BEN_EXT_WHERE_CLAUSE

Line 67: -- Update the ben_ext_where_clause Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: ben_xwc_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_ext_where_clause Row
68: --
69: update ben_ext_where_clause
70: set
71: ext_where_clause_id = p_rec.ext_where_clause_id,

Line 69: update ben_ext_where_clause

65: ben_xwc_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_ext_where_clause Row
68: --
69: update ben_ext_where_clause
70: set
71: ext_where_clause_id = p_rec.ext_where_clause_id,
72: seq_num = p_rec.seq_num,
73: oper_cd = p_rec.oper_cd,

Line 236: (p_module_name => 'ben_ext_where_clause'

232: --
233: when hr_api.cannot_find_prog_unit then
234: --
235: hr_api.cannot_find_prog_unit_error
236: (p_module_name => 'ben_ext_where_clause'
237: ,p_hook_type => 'AU');
238: --
239: end;
240: --