DBA Data[Home] [Help]

APPS.BEN_XRF_UPD dependencies on BEN_EXT_RCD_IN_FILE

Line 67: -- Update the ben_ext_rcd_in_file Row

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

Line 69: update ben_ext_rcd_in_file

65: ben_xrf_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_ext_rcd_in_file Row
68: --
69: update ben_ext_rcd_in_file
70: set
71: ext_rcd_in_file_id = p_rec.ext_rcd_in_file_id,
72: seq_num = p_rec.seq_num,
73: sprs_cd = p_rec.sprs_cd,

Line 245: (p_module_name => 'ben_ext_rcd_in_file'

241: --
242: when hr_api.cannot_find_prog_unit then
243: --
244: hr_api.cannot_find_prog_unit_error
245: (p_module_name => 'ben_ext_rcd_in_file'
246: ,p_hook_type => 'AU');
247: --
248: end;
249: --