DBA Data[Home] [Help]

APPS.BEN_CMT_UPD dependencies on BEN_CM_DLVRY_MTHD_TYP

Line 67: -- Update the ben_cm_dlvry_mthd_typ Row

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

Line 69: update ben_cm_dlvry_mthd_typ

65: ben_cmt_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_cm_dlvry_mthd_typ Row
68: --
69: update ben_cm_dlvry_mthd_typ
70: set
71: cm_dlvry_mthd_typ_id = p_rec.cm_dlvry_mthd_typ_id,
72: cm_dlvry_mthd_typ_cd = p_rec.cm_dlvry_mthd_typ_cd,
73: business_group_id = p_rec.business_group_id,

Line 308: (p_module_name => 'ben_cm_dlvry_mthd_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_mthd_typ'
309: ,p_hook_type => 'AU');
310: --
311: end;
312: --