DBA Data[Home] [Help]

APPS.BEN_LSF_UPD dependencies on BEN_LOS_FCTR

Line 67: -- Update the ben_los_fctr Row

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

Line 69: update ben_los_fctr

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

Line 341: (p_module_name => 'ben_los_fctr'

337: --
338: when hr_api.cannot_find_prog_unit then
339: --
340: hr_api.cannot_find_prog_unit_error
341: (p_module_name => 'ben_los_fctr'
342: ,p_hook_type => 'AU');
343: --
344: end;
345: --