DBA Data[Home] [Help]

APPS.HXC_ULP_INS dependencies on HXC_LAYOUT_COMP_PROMPTS

Line 70: -- Insert the row into: hxc_layout_comp_prompts

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

Line 72: insert into hxc_layout_comp_prompts

68: --
69: --
70: -- Insert the row into: hxc_layout_comp_prompts
71: --
72: insert into hxc_layout_comp_prompts
73: (layout_comp_prompt_id
74: ,layout_component_id
75: ,prompt_alias
76: ,prompt_type

Line 174: Cursor C_Sel1 is select hxc_layout_comp_prompts_s.nextval from sys.dual;

170: ) is
171: --
172: l_proc varchar2(72) ;
173: --
174: Cursor C_Sel1 is select hxc_layout_comp_prompts_s.nextval from sys.dual;
175: --
176: Begin
177:
178: if g_debug then

Line 267: (p_module_name => 'HXC_LAYOUT_COMP_PROMPTS'

263: --
264: when hr_api.cannot_find_prog_unit then
265: --
266: hr_api.cannot_find_prog_unit_error
267: (p_module_name => 'HXC_LAYOUT_COMP_PROMPTS'
268: ,p_hook_type => 'AI');
269: --
270: end;
271: --