DBA Data[Home] [Help]

APPS.BEN_XID_UPD dependencies on BEN_EXT_INCL_DATA_ELMT

Line 67: -- Update the ben_ext_incl_data_elmt Row

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

Line 69: update ben_ext_incl_data_elmt

65: ben_xid_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_ext_incl_data_elmt Row
68: --
69: update ben_ext_incl_data_elmt
70: set
71: ext_incl_data_elmt_id = p_rec.ext_incl_data_elmt_id,
72: ext_rcd_in_file_id = p_rec.ext_rcd_in_file_id,
73: ext_data_elmt_id = p_rec.ext_data_elmt_id,

Line 216: (p_module_name => 'ben_ext_incl_data_elmt'

212: --
213: when hr_api.cannot_find_prog_unit then
214: --
215: hr_api.cannot_find_prog_unit_error
216: (p_module_name => 'ben_ext_incl_data_elmt'
217: ,p_hook_type => 'AU');
218: --
219: end;
220: --