DBA Data[Home] [Help]

APPS.HXC_MAP_INS dependencies on HXC_MAPPINGS

Line 72: -- Insert the row into: hxc_mappings

68: p_rec.object_version_number := 1; -- Initialise the object version
69: --
70: hxc_map_shd.g_api_dml := true; -- Set the api dml status
71: --
72: -- Insert the row into: hxc_mappings
73: --
74: insert into hxc_mappings
75: (mapping_id
76: ,name

Line 74: insert into hxc_mappings

70: hxc_map_shd.g_api_dml := true; -- Set the api dml status
71: --
72: -- Insert the row into: hxc_mappings
73: --
74: insert into hxc_mappings
75: (mapping_id
76: ,name
77: ,object_version_number
78: ,creation_date

Line 164: Cursor C_Sel1 is select hxc_mappings_s.nextval from sys.dual;

160: ) is
161: --
162: l_proc varchar2(72);
163: --
164: Cursor C_Sel1 is select hxc_mappings_s.nextval from sys.dual;
165: --
166: Begin
167:
168:

Line 247: (p_module_name => 'HXC_MAPPINGS'

243: --
244: when hr_api.cannot_find_prog_unit then
245: --
246: hr_api.cannot_find_prog_unit_error
247: (p_module_name => 'HXC_MAPPINGS'
248: ,p_hook_type => 'AI');
249: --
250: end;
251: --