DBA Data[Home] [Help]

APPS.WSH_UTIL_CORE dependencies on FND_FLEX_KEYVAL

Line 2415: result := FND_FLEX_KEYVAL.validate_ccid(

2411: END IF;
2412: --}
2413: ELSE
2414: --{
2415: result := FND_FLEX_KEYVAL.validate_ccid(
2416: appl_short_name=>'INV',
2417: key_flex_code=>p_flex_code,
2418: structure_number=>p_struct_num,
2419: combination_id=>p_item_id,

Line 2423: item_name := FND_FLEX_KEYVAL.concatenated_values;

2419: combination_id=>p_item_id,
2420: data_set=>p_organization_id);
2421:
2422: IF result THEN
2423: item_name := FND_FLEX_KEYVAL.concatenated_values;
2424: END IF;
2425: --}
2426: END IF;
2427: -- LSP PROJECT : end

Line 2501: result := fnd_flex_keyval.validate_ccid

2497: WSH_DEBUG_SV.log(l_module_name,'K_FLEX_CODE',K_FLEX_CODE);
2498: WSH_DEBUG_SV.log(l_module_name,'STRUCT_NUM',STRUCT_NUM);
2499: END IF;
2500: --
2501: result := fnd_flex_keyval.validate_ccid
2502: (appl_short_name => 'INV',
2503: key_flex_code => k_flex_code,
2504: structure_number => struct_num,
2505: combination_id => entity_id,

Line 2508: name := fnd_flex_keyval.concatenated_values;

2504: structure_number => struct_num,
2505: combination_id => entity_id,
2506: data_set => warehouse_id);
2507: IF result THEN
2508: name := fnd_flex_keyval.concatenated_values;
2509: END IF;
2510: --
2511: -- Debug Statements
2512: --