DBA Data[Home] [Help]

APPS.BEN_HWF_UPD dependencies on BEN_HRS_WKD_IN_PERD_FCTR

Line 67: -- Update the ben_hrs_wkd_in_perd_fctr Row

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

Line 69: update ben_hrs_wkd_in_perd_fctr

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

Line 344: (p_module_name => 'ben_hrs_wkd_in_perd_fctr'

340: --
341: when hr_api.cannot_find_prog_unit then
342: --
343: hr_api.cannot_find_prog_unit_error
344: (p_module_name => 'ben_hrs_wkd_in_perd_fctr'
345: ,p_hook_type => 'AU');
346: --
347: end;
348: --