DBA Data[Home] [Help]

APPS.HXC_ERR_INS dependencies on HXC_ERRORS

Line 97: -- Insert the row into: hxc_errors

93: --p_rec.object_version_number := 1; -- Initialise the object version
94: --
95: --
96: --
97: -- Insert the row into: hxc_errors
98: --
99: insert into hxc_errors
100: (error_id
101: ,transaction_detail_id

Line 99: insert into hxc_errors

95: --
96: --
97: -- Insert the row into: hxc_errors
98: --
99: insert into hxc_errors
100: (error_id
101: ,transaction_detail_id
102: ,time_building_block_id
103: ,time_building_block_ovn

Line 199: Cursor C_Sel1 is select hxc_errors_s.nextval from sys.dual;

195: Procedure pre_insert
196: (p_rec in out nocopy hxc_err_shd.g_rec_type
197: ) is
198: --
199: Cursor C_Sel1 is select hxc_errors_s.nextval from sys.dual;
200: --
201: Cursor C_Sel2 is
202: Select null
203: from hxc_errors

Line 203: from hxc_errors

199: Cursor C_Sel1 is select hxc_errors_s.nextval from sys.dual;
200: --
201: Cursor C_Sel2 is
202: Select null
203: from hxc_errors
204: where error_id =
205: hxc_err_ins.g_error_id_i;
206: --
207: l_proc varchar2(72);

Line 228: fnd_message.set_token('TABLE_NAME','hxc_errors');

224: --
225: -- The primary key values are already in use.
226: --
227: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
228: fnd_message.set_token('TABLE_NAME','hxc_errors');
229: fnd_message.raise_error;
230: End If;
231: Close C_Sel2;
232: --

Line 335: (p_module_name => 'HXC_ERRORS'

331: --
332: when hr_api.cannot_find_prog_unit then
333: --
334: hr_api.cannot_find_prog_unit_error
335: (p_module_name => 'HXC_ERRORS'
336: ,p_hook_type => 'AI');
337: --
338: end;
339: --