DBA Data[Home] [Help]

APPS.HXC_MCU_INS dependencies on HXC_MAPPING_COMP_USAGES

Line 72: -- Insert the row into: hxc_mapping_comp_usages

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

Line 74: insert into hxc_mapping_comp_usages

70: hxc_mcu_shd.g_api_dml := true; -- Set the api dml status
71: --
72: -- Insert the row into: hxc_mapping_comp_usages
73: --
74: insert into hxc_mapping_comp_usages
75: (mapping_comp_usage_id
76: ,object_version_number
77: ,mapping_component_id
78: ,mapping_id

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

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

Line 251: (p_module_name => 'HXC_MAPPING_COMP_USAGES'

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