DBA Data[Home] [Help]

APPS.HXC_ULD_INS dependencies on HXC_LAYOUT_COMP_DEFINITIONS

Line 70: -- Insert the row into: hxc_layout_comp_definitions

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

Line 72: insert into hxc_layout_comp_definitions

68: --
69: --
70: -- Insert the row into: hxc_layout_comp_definitions
71: --
72: insert into hxc_layout_comp_definitions
73: (layout_comp_definition_id
74: ,component_type
75: ,component_class
76: ,render_type

Line 166: Cursor C_Sel1 is select hxc_layout_comp_definitions_s.nextval from sys.dual;

162: ) is
163: --
164: l_proc varchar2(72) ;
165: --
166: Cursor C_Sel1 is select hxc_layout_comp_definitions_s.nextval from sys.dual;
167: --
168: Begin
169:
170: if g_debug then

Line 251: (p_module_name => 'HXC_LAYOUT_COMP_DEFINITIONS'

247: --
248: when hr_api.cannot_find_prog_unit then
249: --
250: hr_api.cannot_find_prog_unit_error
251: (p_module_name => 'HXC_LAYOUT_COMP_DEFINITIONS'
252: ,p_hook_type => 'AI');
253: --
254: end;
255: --