DBA Data[Home] [Help]

APPS.ZX_API_PRVDR_PUB dependencies on FND_FLEX_EXT

Line 140: l_segments FND_FLEX_EXT.SegmentArray ;

136: l_exists NUMBER;
137: l_combination_found BOOLEAN;
138: l_context_flex_structure NUMBER;
139: l_delimiter VARCHAR2(1);
140: l_segments FND_FLEX_EXT.SegmentArray ;
141: l_dummy BOOLEAN;
142: l_flexfield VARCHAR2(2000);
143: l_error_counter NUMBER;
144: l_code_combination_id NUMBER;

Line 245: IF NOT (fnd_flex_ext.get_combination_id (application_short_name => 'ZX',

241: /*For the 2 segments*/
242: l_segments(1) := p_country_code;
243: l_segments(2) := p_business_flow;
244:
245: IF NOT (fnd_flex_ext.get_combination_id (application_short_name => 'ZX',
246: key_flex_code => 'ZX#',
247: structure_number => l_context_flex_structure,
248: validation_date => sysdate,
249: n_segments => 2,