DBA Data[Home] [Help]

APPS.INV_INV_LOVS dependencies on FND_FLEX_KEY_API

Line 2306: ftype fnd_flex_key_api.flexfield_type;

2302: p_segments VARCHAR2,
2303: p_data_set NUMBER
2304: ) RETURN VARCHAR2 IS
2305:
2306: ftype fnd_flex_key_api.flexfield_type;
2307: stype fnd_flex_key_api.structure_type;
2308: l_return_status BOOLEAN;
2309:
2310: l_values_or_ids CONSTANT VARCHAR2(1) := 'V';

Line 2307: stype fnd_flex_key_api.structure_type;

2303: p_data_set NUMBER
2304: ) RETURN VARCHAR2 IS
2305:
2306: ftype fnd_flex_key_api.flexfield_type;
2307: stype fnd_flex_key_api.structure_type;
2308: l_return_status BOOLEAN;
2309:
2310: l_values_or_ids CONSTANT VARCHAR2(1) := 'V';
2311: l_flex_code CONSTANT VARCHAR2(10) := 'GL#';

Line 2318: fnd_flex_key_api.set_session_mode('seed_data');

2314: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
2315:
2316: BEGIN
2317:
2318: fnd_flex_key_api.set_session_mode('seed_data');
2319:
2320: IF (l_debug=1) THEN
2321: inv_mobile_helper_functions.tracelog
2322: (p_err_msg => ' inputs '||p_segments||' :: '||p_data_set,

Line 2327: ftype := fnd_flex_key_api.find_flexfield(

2323: p_module => 'INV_INV_LOVS',
2324: p_level => 1);
2325: END IF;
2326:
2327: ftype := fnd_flex_key_api.find_flexfield(
2328: appl_short_name => l_appl_short_name,
2329: flex_code => l_flex_code
2330: );
2331: IF (l_debug=1) THEN