DBA Data[Home] [Help]

APPS.HXC_MPC_INS dependencies on HXC_MAPPING_COMPONENTS

Line 72: -- Insert the row into: hxc_mapping_components

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

Line 75: insert into hxc_mapping_components

71: --
72: -- Insert the row into: hxc_mapping_components
73: --
74:
75: insert into hxc_mapping_components
76: (mapping_component_id
77: ,field_name
78: ,name
79: ,bld_blk_info_type_id

Line 171: Cursor C_Sel1 is select hxc_mapping_components_s.nextval from sys.dual;

167: ) is
168: --
169: l_proc varchar2(72);
170: --
171: Cursor C_Sel1 is select hxc_mapping_components_s.nextval from sys.dual;
172: --
173: Begin
174:
175:

Line 260: (p_module_name => 'HXC_MAPPING_COMPONENTS'

256: --
257: when hr_api.cannot_find_prog_unit then
258: --
259: hr_api.cannot_find_prog_unit_error
260: (p_module_name => 'HXC_MAPPING_COMPONENTS'
261: ,p_hook_type => 'AI');
262: --
263: end;
264: --