DBA Data[Home] [Help]

APPS.INV_INV_LOVS dependencies on FND_FLEX_KEY_API

Line 2336: ftype fnd_flex_key_api.flexfield_type;

2332: p_segments VARCHAR2,
2333: p_data_set NUMBER
2334: ) RETURN VARCHAR2 IS
2335:
2336: ftype fnd_flex_key_api.flexfield_type;
2337: stype fnd_flex_key_api.structure_type;
2338: l_return_status BOOLEAN;
2339:
2340: l_values_or_ids CONSTANT VARCHAR2(1) := 'V';

Line 2337: stype fnd_flex_key_api.structure_type;

2333: p_data_set NUMBER
2334: ) RETURN VARCHAR2 IS
2335:
2336: ftype fnd_flex_key_api.flexfield_type;
2337: stype fnd_flex_key_api.structure_type;
2338: l_return_status BOOLEAN;
2339:
2340: l_values_or_ids CONSTANT VARCHAR2(1) := 'V';
2341: l_flex_code CONSTANT VARCHAR2(10) := 'GL#';

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

2344: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
2345:
2346: BEGIN
2347:
2348: fnd_flex_key_api.set_session_mode('seed_data');
2349:
2350: IF (l_debug=1) THEN
2351: inv_mobile_helper_functions.tracelog
2352: (p_err_msg => ' inputs '||p_segments||' :: '||p_data_set,

Line 2357: ftype := fnd_flex_key_api.find_flexfield(

2353: p_module => 'INV_INV_LOVS',
2354: p_level => 1);
2355: END IF;
2356:
2357: ftype := fnd_flex_key_api.find_flexfield(
2358: appl_short_name => l_appl_short_name,
2359: flex_code => l_flex_code
2360: );
2361: IF (l_debug=1) THEN