DBA Data[Home] [Help]

APPS.BEN_CCT_UPD dependencies on BEN_CM_TYP_F

Line 77: (p_base_table_name => 'ben_cm_typ_f',

73: -- version number.
74: --
75: p_rec.object_version_number :=
76: dt_api.get_object_version_number
77: (p_base_table_name => 'ben_cm_typ_f',
78: p_base_key_column => 'cm_typ_id',
79: p_base_key_value => p_rec.cm_typ_id);
80: --
81: ben_cct_shd.g_api_dml := true; -- Set the api dml status

Line 83: -- Update the ben_cm_typ_f Row

79: p_base_key_value => p_rec.cm_typ_id);
80: --
81: ben_cct_shd.g_api_dml := true; -- Set the api dml status
82: --
83: -- Update the ben_cm_typ_f Row
84: --
85: update ben_cm_typ_f
86: set
87: cm_typ_id = p_rec.cm_typ_id,

Line 85: update ben_cm_typ_f

81: ben_cct_shd.g_api_dml := true; -- Set the api dml status
82: --
83: -- Update the ben_cm_typ_f Row
84: --
85: update ben_cm_typ_f
86: set
87: cm_typ_id = p_rec.cm_typ_id,
88: name = p_rec.name,
89: desc_txt = p_rec.desc_txt,

Line 143: update ben_cm_typ_f_tl

139: and effective_end_date = p_validation_end_date;
140: --
141: -- Update MLS table.
142: --
143: update ben_cm_typ_f_tl
144: set shrt_name = p_rec.shrt_name,
145: name = p_rec.name,
146: last_update_date = sysdate,
147: last_updated_by = fnd_global.user_id,

Line 547: (p_module_name => 'ben_cm_typ_f'

543: --
544: when hr_api.cannot_find_prog_unit then
545: --
546: hr_api.cannot_find_prog_unit_error
547: (p_module_name => 'ben_cm_typ_f'
548: ,p_hook_type => 'AU');
549: --
550: end;
551: --