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 142: update ben_cm_typ_f_tl

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

Line 544: (p_module_name => 'ben_cm_typ_f'

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