DBA Data[Home] [Help]

APPS.HXC_USER_TYPE_DEFINITION_GRP dependencies on HXC_MAPPING_COMPONENTS

Line 61: attribute_name hxc_mapping_components.field_name%TYPE,

57: --
58: TYPE app_attributes IS RECORD (
59: time_attribute_id hxc_time_attributes.time_attribute_id%TYPE,
60: building_block_id hxc_time_building_blocks.time_building_block_id%TYPE,
61: attribute_name hxc_mapping_components.field_name%TYPE,
62: attribute_value hxc_time_attributes.attribute1%TYPE,
63: attribute_index number,
64: segment hxc_mapping_components.segment%type,
65: bld_blk_info_type hxc_bld_blk_info_types.bld_blk_info_type%TYPE,

Line 64: segment hxc_mapping_components.segment%type,

60: building_block_id hxc_time_building_blocks.time_building_block_id%TYPE,
61: attribute_name hxc_mapping_components.field_name%TYPE,
62: attribute_value hxc_time_attributes.attribute1%TYPE,
63: attribute_index number,
64: segment hxc_mapping_components.segment%type,
65: bld_blk_info_type hxc_bld_blk_info_types.bld_blk_info_type%TYPE,
66: CATEGORY hxc_bld_blk_info_type_usages.building_block_category%TYPE,
67: updated VARCHAR2 (30),
68: changed VARCHAR2 (30),

Line 155: ,field_name hxc_mapping_components.field_name%TYPE

151: IS TABLE OF r_building_blocks INDEX BY BINARY_INTEGER;
152:
153: TYPE r_time_attributes IS RECORD (
154: bb_id hxc_time_building_blocks.time_building_block_id%TYPE
155: ,field_name hxc_mapping_components.field_name%TYPE
156: ,value hxc_time_attributes.attribute1%TYPE
157: ,context hxc_bld_blk_info_types.bld_blk_info_type%TYPE
158: ,category hxc_bld_blk_info_type_usages.building_block_category%TYPE );
159: