DBA Data[Home] [Help]

APPS.BEN_CMD_UPD dependencies on BEN_CM_DLVRY_MED_TYP

Line 67: -- Update the ben_cm_dlvry_med_typ Row

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

Line 69: update ben_cm_dlvry_med_typ

65: ben_cmd_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_cm_dlvry_med_typ Row
68: --
69: update ben_cm_dlvry_med_typ
70: set
71: cm_dlvry_med_typ_id = p_rec.cm_dlvry_med_typ_id,
72: cm_dlvry_med_typ_cd = p_rec.cm_dlvry_med_typ_cd,
73: cm_dlvry_mthd_typ_id = p_rec.cm_dlvry_mthd_typ_id,

Line 308: (p_module_name => 'ben_cm_dlvry_med_typ'

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