[Home] [Help]
66: p_rec.object_version_number := 1; -- Initialise the object version
67: --
68: --
69: --
70: -- Insert the row into: hxc_layout_comp_qualifiers
71: --
72: insert into hxc_layout_comp_qualifiers
73: (layout_comp_qualifier_id
74: ,layout_component_id
68: --
69: --
70: -- Insert the row into: hxc_layout_comp_qualifiers
71: --
72: insert into hxc_layout_comp_qualifiers
73: (layout_comp_qualifier_id
74: ,layout_component_id
75: ,qualifier_name
76: ,qualifier_attribute_category
222: ) is
223: --
224: l_proc varchar2(72) ;
225: --
226: Cursor C_Sel1 is select hxc_layout_comp_qualifiers_s.nextval from sys.dual;
227: --
228: Begin
229:
230: if g_debug then
367: --
368: when hr_api.cannot_find_prog_unit then
369: --
370: hr_api.cannot_find_prog_unit_error
371: (p_module_name => 'HXC_LAYOUT_COMP_QUALIFIERS'
372: ,p_hook_type => 'AI');
373: --
374: end;
375: --