DBA Data[Home] [Help]

APPS.HXC_HAV_INS dependencies on HXC_ALIAS_VALUES

Line 69: -- Insert the row into: hxc_alias_values

65: p_rec.object_version_number := 1; -- Initialise the object version
66: --
67: --
68: --
69: -- Insert the row into: hxc_alias_values
70: --
71: insert into hxc_alias_values
72: (alias_value_id
73: ,alias_value_name

Line 71: insert into hxc_alias_values

67: --
68: --
69: -- Insert the row into: hxc_alias_values
70: --
71: insert into hxc_alias_values
72: (alias_value_id
73: ,alias_value_name
74: ,date_from
75: ,date_to

Line 231: Cursor C_Sel1 is select hxc_alias_values_s.nextval from sys.dual;

227: ) is
228: --
229: l_proc varchar2(72);
230: --
231: Cursor C_Sel1 is select hxc_alias_values_s.nextval from sys.dual;
232: --
233: Begin
234: if g_debug then
235: l_proc := g_package||'pre_insert';

Line 380: (p_module_name => 'HXC_ALIAS_VALUES'

376: --
377: when hr_api.cannot_find_prog_unit then
378: --
379: hr_api.cannot_find_prog_unit_error
380: (p_module_name => 'HXC_ALIAS_VALUES'
381: ,p_hook_type => 'AI');
382: --
383: end;
384: --