DBA Data[Home] [Help]

APPS.FA_RX_FLEX_PKG dependencies on FND_ID_FLEX_STRUCTURES

Line 150: application_id fnd_id_flex_structures.application_id%type,

146:
147: -- lgandhi added cache handling mechanism bug2951118
148:
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),

Line 151: id_flex_code fnd_id_flex_structures.id_flex_code%type,

147: -- lgandhi added cache handling mechanism bug2951118
148:
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)

Line 166: application_id fnd_id_flex_structures.application_id%type,

162:
163: fa_rx_flex_desc_t fa_rx_flex_desc_table_type ;
164:
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 ,

Line 167: id_flex_code fnd_id_flex_structures.id_flex_code%type,

163: fa_rx_flex_desc_t fa_rx_flex_desc_table_type ;
164:
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)