DBA Data[Home] [Help]

APPS.ECX_UTILS dependencies on ECX_OBJECT_ATTRIBUTES

Line 169: attribute_name ecx_object_attributes.attribute_name%TYPE,

165: TYPE dtd_node_rec is RECORD
166: (
167: dtd_node_map_id pls_integer,
168: attribute_id pls_integer,
169: attribute_name ecx_object_attributes.attribute_name%TYPE,
170: object_column_flag ecx_object_attributes.object_column_flag%TYPE,
171: base_column_name ecx_object_attributes.attribute_name%TYPE,
172: map_attribute_id pls_integer,
173: parent_attribute_id pls_integer,

Line 170: object_column_flag ecx_object_attributes.object_column_flag%TYPE,

166: (
167: dtd_node_map_id pls_integer,
168: attribute_id pls_integer,
169: attribute_name ecx_object_attributes.attribute_name%TYPE,
170: object_column_flag ecx_object_attributes.object_column_flag%TYPE,
171: base_column_name ecx_object_attributes.attribute_name%TYPE,
172: map_attribute_id pls_integer,
173: parent_attribute_id pls_integer,
174: attribute_type pls_integer,

Line 171: base_column_name ecx_object_attributes.attribute_name%TYPE,

167: dtd_node_map_id pls_integer,
168: attribute_id pls_integer,
169: attribute_name ecx_object_attributes.attribute_name%TYPE,
170: object_column_flag ecx_object_attributes.object_column_flag%TYPE,
171: base_column_name ecx_object_attributes.attribute_name%TYPE,
172: map_attribute_id pls_integer,
173: parent_attribute_id pls_integer,
174: attribute_type pls_integer,
175: default_value ecx_object_attributes.default_value%TYPE,

Line 175: default_value ecx_object_attributes.default_value%TYPE,

171: base_column_name ecx_object_attributes.attribute_name%TYPE,
172: map_attribute_id pls_integer,
173: parent_attribute_id pls_integer,
174: attribute_type pls_integer,
175: default_value ecx_object_attributes.default_value%TYPE,
176: data_type pls_integer,
177: occurrence pls_integer,
178: cond_value ecx_object_attributes.cond_value%TYPE,
179: cond_node ecx_object_attributes.cond_node%TYPE,

Line 178: cond_value ecx_object_attributes.cond_value%TYPE,

174: attribute_type pls_integer,
175: default_value ecx_object_attributes.default_value%TYPE,
176: data_type pls_integer,
177: occurrence pls_integer,
178: cond_value ecx_object_attributes.cond_value%TYPE,
179: cond_node ecx_object_attributes.cond_node%TYPE,
180: cond_node_type ecx_object_attributes.cond_node_type%TYPE,
181: external_level pls_integer,
182: internal_level pls_integer,

Line 179: cond_node ecx_object_attributes.cond_node%TYPE,

175: default_value ecx_object_attributes.default_value%TYPE,
176: data_type pls_integer,
177: occurrence pls_integer,
178: cond_value ecx_object_attributes.cond_value%TYPE,
179: cond_node ecx_object_attributes.cond_node%TYPE,
180: cond_node_type ecx_object_attributes.cond_node_type%TYPE,
181: external_level pls_integer,
182: internal_level pls_integer,
183: has_attributes pls_integer,

Line 180: cond_node_type ecx_object_attributes.cond_node_type%TYPE,

176: data_type pls_integer,
177: occurrence pls_integer,
178: cond_value ecx_object_attributes.cond_value%TYPE,
179: cond_node ecx_object_attributes.cond_node%TYPE,
180: cond_node_type ecx_object_attributes.cond_node_type%TYPE,
181: external_level pls_integer,
182: internal_level pls_integer,
183: has_attributes pls_integer,
184: leaf_node pls_integer,

Line 185: required_flag ecx_object_attributes.required_flag%TYPE,

181: external_level pls_integer,
182: internal_level pls_integer,
183: has_attributes pls_integer,
184: leaf_node pls_integer,
185: required_flag ecx_object_attributes.required_flag%TYPE,
186: xref_category_id pls_integer,
187: value varchar2(32767),
188:
189: parent_node_map_id pls_integer,