DBA Data[Home] [Help]

APPS.BEN_XCR_UPD dependencies on BEN_EXT_CRIT_PRFL

Line 67: -- Update the ben_ext_crit_prfl Row

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

Line 69: update ben_ext_crit_prfl

65: ben_xcr_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_ext_crit_prfl Row
68: --
69: update ben_ext_crit_prfl
70: set
71: ext_crit_prfl_id = p_rec.ext_crit_prfl_id,
72: name = p_rec.name,
73: business_group_id = p_rec.business_group_id,

Line 306: (p_module_name => 'ben_ext_crit_prfl'

302: --
303: when hr_api.cannot_find_prog_unit then
304: --
305: hr_api.cannot_find_prog_unit_error
306: (p_module_name => 'ben_ext_crit_prfl'
307: ,p_hook_type => 'AU');
308: --
309: end;
310: --