DBA Data[Home] [Help]

APPS.HXC_SELF_SERVICE_TIME_DEPOSIT dependencies on HXC_MAPPING_COMPONENTS

Line 84: attribute_name hxc_mapping_components.field_name%TYPE,

80:
81: TYPE app_attributes IS RECORD (
82: time_attribute_id hxc_time_attributes.time_attribute_id%TYPE,
83: building_block_id hxc_time_building_blocks.time_building_block_id%TYPE,
84: attribute_name hxc_mapping_components.field_name%TYPE,
85: attribute_value hxc_time_attributes.attribute1%TYPE,
86: attribute_index number,
87: segment hxc_mapping_components.segment%type,
88: bld_blk_info_type hxc_bld_blk_info_types.bld_blk_info_type%TYPE,

Line 87: segment hxc_mapping_components.segment%type,

83: building_block_id hxc_time_building_blocks.time_building_block_id%TYPE,
84: attribute_name hxc_mapping_components.field_name%TYPE,
85: attribute_value hxc_time_attributes.attribute1%TYPE,
86: attribute_index number,
87: segment hxc_mapping_components.segment%type,
88: bld_blk_info_type hxc_bld_blk_info_types.bld_blk_info_type%TYPE,
89: CATEGORY hxc_bld_blk_info_type_usages.building_block_category%TYPE,
90: updated VARCHAR2 (30),
91: changed VARCHAR2 (30),