DBA Data[Home] [Help]

APPS.HXC_HAS_INS dependencies on HXC_APPROVAL_STYLES

Line 69: -- Insert the row into: hxc_approval_styles

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

Line 71: insert into hxc_approval_styles

67: hxc_has_shd.g_api_dml := true; -- Set the api dml status
68: --
69: -- Insert the row into: hxc_approval_styles
70: --
71: insert into hxc_approval_styles
72: (approval_style_id
73: ,object_version_number
74: ,name
75: ,business_group_id

Line 173: Cursor C_Sel1 is select hxc_approval_styles_s.nextval from sys.dual;

169: ) is
170: --
171: l_proc varchar2(72);
172: --
173: Cursor C_Sel1 is select hxc_approval_styles_s.nextval from sys.dual;
174: --
175: Begin
176: if g_debug then
177: l_proc := g_package||'pre_insert';

Line 264: (p_module_name => 'HXC_APPROVAL_STYLES'

260: --
261: when hr_api.cannot_find_prog_unit then
262: --
263: hr_api.cannot_find_prog_unit_error
264: (p_module_name => 'HXC_APPROVAL_STYLES'
265: ,p_hook_type => 'AI');
266: --
267: end;
268: --