DBA Data[Home] [Help]

APPS.HXC_MAPPING_UTILITIES dependencies on HXC_TIME_ATTRIBUTES

Line 6: TYPE r_bld_blk_info IS RECORD ( bld_blk_info_type_id hxc_time_attributes.bld_blk_info_type_id%TYPE );

2: /* $Header: hxcmputl.pkh 120.0 2005/05/29 04:59:25 appldev noship $ */
3:
4: g_package varchar2(33) := ' hxc_mapping_utilities'; -- Global package name
5:
6: TYPE r_bld_blk_info IS RECORD ( bld_blk_info_type_id hxc_time_attributes.bld_blk_info_type_id%TYPE );
7:
8: TYPE t_bld_blk_info IS TABLE OF r_bld_blk_info INDEX BY BINARY_INTEGER;
9:
10: TYPE Consolidated_info IS RECORD ( bld_blk_info_type_id hxc_time_attributes.bld_blk_info_type_id%TYPE

Line 10: TYPE Consolidated_info IS RECORD ( bld_blk_info_type_id hxc_time_attributes.bld_blk_info_type_id%TYPE

6: TYPE r_bld_blk_info IS RECORD ( bld_blk_info_type_id hxc_time_attributes.bld_blk_info_type_id%TYPE );
7:
8: TYPE t_bld_blk_info IS TABLE OF r_bld_blk_info INDEX BY BINARY_INTEGER;
9:
10: TYPE Consolidated_info IS RECORD ( bld_blk_info_type_id hxc_time_attributes.bld_blk_info_type_id%TYPE
11: ,field_name hxc_mapping_components.field_name%TYPE
12: ,field_value varchar2(1000)
13: ,segment hxc_mapping_components.segment%TYPE);
14:

Line 106: -- returns the name of the attribute column in HXC_TIME_ATTRIBUTES which

102: -- function
103: -- attribute_column
104: --
105: -- description
106: -- returns the name of the attribute column in HXC_TIME_ATTRIBUTES which
107: -- maps to the parameter p_field_name, based on the building block
108: -- category and information type
109: --
110: -- parameters

Line 127: -- attribute column in HXC_TIME_ATTRIBUTES which maps to the parameter

123: -- attribute_column
124: --
125: -- description
126: -- overload of attribute_column function. returns the name of the
127: -- attribute column in HXC_TIME_ATTRIBUTES which maps to the parameter
128: -- p_field_name, based on the deposit or retrieval process identifier.
129: -- since there is no guarantee that mappings have been explicitly defined
130: -- for the given process, the column name is returned in an out parameter,
131: -- and the function returns true or false depending on whether or not a