DBA Data[Home] [Help]

APPS.BEN_OPT_UPD dependencies on BEN_OPT_F

Line 77: (p_base_table_name => 'ben_opt_f',

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

Line 83: -- Update the ben_opt_f Row

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

Line 85: update ben_opt_f

81: ben_opt_shd.g_api_dml := true; -- Set the api dml status
82: --
83: -- Update the ben_opt_f Row
84: --
85: update ben_opt_f
86: set
87: opt_id = p_rec.opt_id,
88: name = p_rec.name,
89: cmbn_ptip_opt_id = p_rec.cmbn_ptip_opt_id,

Line 538: (p_module_name => 'ben_opt_f'

534: --
535: when hr_api.cannot_find_prog_unit then
536: --
537: hr_api.cannot_find_prog_unit_error
538: (p_module_name => 'ben_opt_f'
539: ,p_hook_type => 'AU');
540: --
541: end;
542: --