DBA Data[Home] [Help]

APPS.BEN_XIC_UPD dependencies on BEN_EXT_INCL_CHG

Line 67: -- Update the ben_ext_incl_chg Row

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

Line 69: update ben_ext_incl_chg

65: ben_xic_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_ext_incl_chg Row
68: --
69: update ben_ext_incl_chg
70: set
71: ext_incl_chg_id = p_rec.ext_incl_chg_id,
72: chg_evt_cd = p_rec.chg_evt_cd,
73: chg_evt_source = p_rec.chg_evt_source,

Line 221: (p_module_name => 'ben_ext_incl_chg'

217: --
218: when hr_api.cannot_find_prog_unit then
219: --
220: hr_api.cannot_find_prog_unit_error
221: (p_module_name => 'ben_ext_incl_chg'
222: ,p_hook_type => 'AU');
223: --
224: end;
225: --