DBA Data[Home] [Help]

APPS.FA_RX_FLEX_PKG dependencies on FND_SEGMENT_ATTRIBUTE_TYPES

Line 153: qualifier fnd_segment_attribute_types.segment_attribute_type%type,

149: TYPE fa_rx_flex_desc_rec_type IS RECORD (
150: application_id fnd_id_flex_structures.application_id%type,
151: id_flex_code fnd_id_flex_structures.id_flex_code%type,
152: id_flex_num number,
153: qualifier fnd_segment_attribute_types.segment_attribute_type%type,
154: data varchar2(2000),
155: concatenated_description varchar2(2000)
156: );
157:

Line 169: qualifier fnd_segment_attribute_types.segment_attribute_type%type,

165: TYPE fa_rx_flex_val_rec_type IS RECORD (
166: application_id fnd_id_flex_structures.application_id%type,
167: id_flex_code fnd_id_flex_structures.id_flex_code%type,
168: id_flex_num number,
169: qualifier fnd_segment_attribute_types.segment_attribute_type%type,
170: ccid number ,
171: buffer varchar2(2000)
172: );
173: