DBA Data[Home] [Help]

APPS.BEN_XFI_UPD dependencies on BEN_EXT_FILE

Line 67: -- Update the ben_ext_file Row

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

Line 69: update ben_ext_file

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

Line 315: (p_module_name => 'ben_ext_file'

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