DBA Data[Home] [Help]

APPS.BEN_CLA_UPD dependencies on BEN_CMBN_AGE_LOS_FCTR

Line 67: -- Update the ben_cmbn_age_los_fctr Row

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

Line 69: update ben_cmbn_age_los_fctr

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

Line 312: (p_module_name => 'ben_cmbn_age_los_fctr'

308: --
309: when hr_api.cannot_find_prog_unit then
310: --
311: hr_api.cannot_find_prog_unit_error
312: (p_module_name => 'ben_cmbn_age_los_fctr'
313: ,p_hook_type => 'AU');
314: --
315: end;
316: --