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 97: , field_name hxc_mapping_components.field_name%TYPE

93: -- attributes
94:
95: TYPE r_time_attributes IS RECORD (
96: bb_id hxc_time_building_blocks.time_building_block_id%TYPE
97: , field_name hxc_mapping_components.field_name%TYPE
98: , value hxc_time_attributes.attribute1%TYPE
99: , context hxc_bld_blk_info_types.bld_blk_info_type%TYPE
100: , category hxc_bld_blk_info_type_usages.building_block_category%TYPE );
101: