DBA Data[Home] [Help]

APPS.HXC_GENERIC_RETRIEVAL_PKG dependencies on HXC_MAPPING_COMPONENTS

Line 35: , field_name hxc_mapping_components.field_name%TYPE

31: --Elp changes sonarasi over
32:
33: TYPE r_field_mappings IS RECORD (
34: bld_blk_info_type_id hxc_bld_blk_info_types.bld_blk_info_type_id%TYPE
35: , field_name hxc_mapping_components.field_name%TYPE
36: , attribute hxc_mapping_components.segment%TYPE
37: , context hxc_bld_blk_info_types.bld_blk_info_type%TYPE
38: , category hxc_bld_blk_info_type_usages.building_block_category%TYPE );
39: --

Line 36: , attribute hxc_mapping_components.segment%TYPE

32:
33: TYPE r_field_mappings IS RECORD (
34: bld_blk_info_type_id hxc_bld_blk_info_types.bld_blk_info_type_id%TYPE
35: , field_name hxc_mapping_components.field_name%TYPE
36: , attribute hxc_mapping_components.segment%TYPE
37: , context hxc_bld_blk_info_types.bld_blk_info_type%TYPE
38: , category hxc_bld_blk_info_type_usages.building_block_category%TYPE );
39: --
40: TYPE t_field_mappings IS TABLE OF r_field_mappings INDEX BY BINARY_INTEGER;

Line 84: , field_name hxc_mapping_components.field_name%TYPE

80: -- attributes
81:
82: TYPE r_time_attributes IS RECORD (
83: bb_id hxc_time_building_blocks.time_building_block_id%TYPE
84: , field_name hxc_mapping_components.field_name%TYPE
85: , value hxc_time_attributes.attribute1%TYPE
86: , context hxc_bld_blk_info_types.bld_blk_info_type%TYPE
87: , category hxc_bld_blk_info_type_usages.building_block_category%TYPE );
88: