DBA Data[Home] [Help]

APPS.HXC_USER_TYPE_DEFINITION_GRP dependencies on HXC_BLD_BLK_INFO_TYPE_USAGES

Line 66: CATEGORY hxc_bld_blk_info_type_usages.building_block_category%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),
69: process VARCHAR2 (30));
70:

Line 158: ,category hxc_bld_blk_info_type_usages.building_block_category%TYPE );

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:
160: TYPE t_time_attribute
161: IS TABLE OF r_time_attributes INDEX BY BINARY_INTEGER;
162: