DBA Data[Home] [Help]

APPS.FND_FLEX_XML_PUBLISHER_APIS dependencies on FND_FLEX_SERVER

Line 2044: l_values fnd_flex_server1.stringarray;

2040:
2041: l_segment_numbers number_array_type;
2042: l_segment_count NUMBER;
2043:
2044: l_values fnd_flex_server1.stringarray;
2045:
2046: l_flex_values fnd_flex_server1.stringarray;
2047: n_segments NUMBER;
2048:

Line 2046: l_flex_values fnd_flex_server1.stringarray;

2042: l_segment_count NUMBER;
2043:
2044: l_values fnd_flex_server1.stringarray;
2045:
2046: l_flex_values fnd_flex_server1.stringarray;
2047: n_segments NUMBER;
2048:
2049: l_key VARCHAR2(2000);
2050: l_value fnd_plsql_cache.generic_cache_value_type;

Line 2175: l_return := fnd_flex_server.get_kfv_concat_segs_by_ccid(

2171: IF (p_output_type = output_type_padded_value) THEN
2172: --
2173: -- Get Concatenated Segments from the code combinations table in PADDED mode
2174: --
2175: l_return := fnd_flex_server.get_kfv_concat_segs_by_ccid(
2176: p_concat_mode => 'PADDED',
2177: p_application_id => l_kff_flx.application_id,
2178: p_id_flex_code => p_id_flex_code,
2179: p_id_flex_num => p_id_flex_num,

Line 2185: n_segments := fnd_flex_server1.to_stringarray(l_return,

2181: p_data_set => p_data_set);
2182: IF (p_segments = 'ALL') THEN
2183: GOTO goto_cache_and_return;
2184: ELSE
2185: n_segments := fnd_flex_server1.to_stringarray(l_return,
2186: fnd_flex_keyval.segment_delimiter,
2187: l_flex_values);
2188: END IF;
2189: END IF;

Line 2226: l_return := fnd_flex_server1.from_stringarray

2222:
2223: --
2224: -- Now concatenate the values. (do not forget potential ESCAPING logic.)
2225: --
2226: l_return := fnd_flex_server1.from_stringarray
2227: (l_numof_column_names,
2228: l_values,
2229: fnd_flex_keyval.segment_delimiter);
2230: END IF;

Line 2427: l_operand1_array fnd_flex_server1.StringArray;

2423:
2424: l_bind_variables bind_variables;
2425: l_numof_bind_variables NUMBER;
2426:
2427: l_operand1_array fnd_flex_server1.StringArray;
2428: l_operand2_array fnd_flex_server1.StringArray;
2429:
2430: l_array_index PLS_INTEGER;
2431: l_numof_segs NUMBER;

Line 2428: l_operand2_array fnd_flex_server1.StringArray;

2424: l_bind_variables bind_variables;
2425: l_numof_bind_variables NUMBER;
2426:
2427: l_operand1_array fnd_flex_server1.StringArray;
2428: l_operand2_array fnd_flex_server1.StringArray;
2429:
2430: l_array_index PLS_INTEGER;
2431: l_numof_segs NUMBER;
2432:

Line 2560: l_numof_segs := fnd_flex_server1.to_stringarray(p_operand1,l_kff_str.concatenated_segment_delimiter,l_operand1_array);

2556: --
2557: -- Split the operand values by the segment separators
2558: --
2559: -- for first operand
2560: l_numof_segs := fnd_flex_server1.to_stringarray(p_operand1,l_kff_str.concatenated_segment_delimiter,l_operand1_array);
2561:
2562: -- for second operand
2563: l_numof_segs := fnd_flex_server1.to_stringarray(p_operand2,l_kff_str.concatenated_segment_delimiter,l_operand2_array);
2564:

Line 2563: l_numof_segs := fnd_flex_server1.to_stringarray(p_operand2,l_kff_str.concatenated_segment_delimiter,l_operand2_array);

2559: -- for first operand
2560: l_numof_segs := fnd_flex_server1.to_stringarray(p_operand1,l_kff_str.concatenated_segment_delimiter,l_operand1_array);
2561:
2562: -- for second operand
2563: l_numof_segs := fnd_flex_server1.to_stringarray(p_operand2,l_kff_str.concatenated_segment_delimiter,l_operand2_array);
2564:
2565: l_where_expression := NULL;
2566: l_numof_bind_variables := 0;
2567: