DBA Data[Home] [Help]

APPS.HXC_HAC_INS dependencies on HXC_APPROVAL_COMPS

Line 69: -- Insert the row into: hxc_approval_comps

65: p_rec.object_version_number := 1; -- Initialise the object version
66: --
67: hxc_hac_shd.g_api_dml := true; -- Set the api dml status
68: --
69: -- Insert the row into: hxc_approval_comps
70: --
71: insert into hxc_approval_comps
72: (approval_comp_id
73: ,approval_style_id

Line 71: insert into hxc_approval_comps

67: hxc_hac_shd.g_api_dml := true; -- Set the api dml status
68: --
69: -- Insert the row into: hxc_approval_comps
70: --
71: insert into hxc_approval_comps
72: (approval_comp_id
73: ,approval_style_id
74: ,time_recipient_id
75: ,approval_mechanism

Line 185: Cursor C_Sel1 is select hxc_approval_comps_s.nextval from sys.dual;

181: ) is
182: --
183: l_proc varchar2(72);
184: --
185: Cursor C_Sel1 is select hxc_approval_comps_s.nextval from sys.dual;
186: --
187: Begin
188: if g_debug then
189: l_proc := g_package||'pre_insert';

Line 297: (p_module_name => 'HXC_APPROVAL_COMPS'

293: --
294: when hr_api.cannot_find_prog_unit then
295: --
296: hr_api.cannot_find_prog_unit_error
297: (p_module_name => 'HXC_APPROVAL_COMPS'
298: ,p_hook_type => 'AI');
299: --
300: end;
301: --