DBA Data[Home] [Help]

APPS.BEN_XCC_UPD dependencies on BEN_EXT_CRIT_CMBN

Line 67: -- Update the ben_ext_crit_cmbn Row

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

Line 69: update ben_ext_crit_cmbn

65: ben_xcc_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_ext_crit_cmbn Row
68: --
69: update ben_ext_crit_cmbn
70: set
71: ext_crit_cmbn_id = p_rec.ext_crit_cmbn_id,
72: crit_typ_cd = p_rec.crit_typ_cd,
73: oper_cd = p_rec.oper_cd,

Line 224: (p_module_name => 'ben_ext_crit_cmbn'

220: --
221: when hr_api.cannot_find_prog_unit then
222: --
223: hr_api.cannot_find_prog_unit_error
224: (p_module_name => 'ben_ext_crit_cmbn'
225: ,p_hook_type => 'AU');
226: --
227: end;
228: --