DBA Data[Home] [Help]

APPS.BEN_COP_UPD dependencies on BEN_OIPL_F

Line 77: (p_base_table_name => 'ben_oipl_f',

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

Line 83: -- Update the ben_oipl_f Row

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

Line 85: update ben_oipl_f

81: ben_cop_shd.g_api_dml := true; -- Set the api dml status
82: --
83: -- Update the ben_oipl_f Row
84: --
85: update ben_oipl_f
86: set
87: oipl_id = p_rec.oipl_id,
88: ivr_ident = p_rec.ivr_ident,
89: url_ref_name = p_rec.url_ref_name,

Line 609: (p_module_name => 'ben_oipl_f'

605: --
606: when hr_api.cannot_find_prog_unit then
607: --
608: hr_api.cannot_find_prog_unit_error
609: (p_module_name => 'ben_oipl_f'
610: ,p_hook_type => 'AU');
611: --
612: end;
613: --