DBA Data[Home] [Help]

APPS.HXC_ULC_INS dependencies on HXC_LAYOUT_COMPONENTS

Line 70: -- Insert the row into: hxc_layout_components

66: p_rec.object_version_number := 1; -- Initialise the object version
67: --
68: --
69: --
70: -- Insert the row into: hxc_layout_components
71: --
72: insert into hxc_layout_components
73: (layout_component_id
74: ,layout_id

Line 72: insert into hxc_layout_components

68: --
69: --
70: -- Insert the row into: hxc_layout_components
71: --
72: insert into hxc_layout_components
73: (layout_component_id
74: ,layout_id
75: ,parent_component_id
76: ,component_name

Line 196: Cursor C_Sel1 is select hxc_layout_components_s.nextval from sys.dual;

192: ) is
193: --
194: l_proc varchar2(72) ;
195: --
196: Cursor C_Sel1 is select hxc_layout_components_s.nextval from sys.dual;
197: --
198: Begin
199:
200: if g_debug then

Line 312: (p_module_name => 'HXC_LAYOUT_COMPONENTS'

308: --
309: when hr_api.cannot_find_prog_unit then
310: --
311: hr_api.cannot_find_prog_unit_error
312: (p_module_name => 'HXC_LAYOUT_COMPONENTS'
313: ,p_hook_type => 'AI');
314: --
315: end;
316: --