DBA Data[Home] [Help]

APPS.BEN_XRC_UPD dependencies on BEN_EXT_RCD

Line 67: -- Update the ben_ext_rcd Row

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

Line 69: update ben_ext_rcd

65: ben_xrc_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_ext_rcd Row
68: --
69: update ben_ext_rcd
70: set
71: ext_rcd_id = p_rec.ext_rcd_id,
72: name = p_rec.name,
73: xml_tag_name = p_rec.xml_tag_name,

Line 314: (p_module_name => 'ben_ext_rcd'

310: --
311: when hr_api.cannot_find_prog_unit then
312: --
313: hr_api.cannot_find_prog_unit_error
314: (p_module_name => 'ben_ext_rcd'
315: ,p_hook_type => 'AU');
316: --
317: end;
318: --