DBA Data[Home] [Help]

APPS.WSH_UTIL_CORE dependencies on FND_FLEX_KEYVAL

Line 2381: result := FND_FLEX_KEYVAL.validate_ccid(

2377: IF (p_item_id IS NULL) THEN
2378: raise others;
2379: END IF;
2380:
2381: result := FND_FLEX_KEYVAL.validate_ccid(
2382: appl_short_name=>'INV',
2383: key_flex_code=>p_flex_code,
2384: structure_number=>p_struct_num,
2385: combination_id=>p_item_id,

Line 2389: item_name := FND_FLEX_KEYVAL.concatenated_values;

2385: combination_id=>p_item_id,
2386: data_set=>p_organization_id);
2387:
2388: IF result THEN
2389: item_name := FND_FLEX_KEYVAL.concatenated_values;
2390: END IF;
2391:
2392: --
2393: -- Debug Statements

Line 2465: result := fnd_flex_keyval.validate_ccid

2461: WSH_DEBUG_SV.log(l_module_name,'K_FLEX_CODE',K_FLEX_CODE);
2462: WSH_DEBUG_SV.log(l_module_name,'STRUCT_NUM',STRUCT_NUM);
2463: END IF;
2464: --
2465: result := fnd_flex_keyval.validate_ccid
2466: (appl_short_name => 'INV',
2467: key_flex_code => k_flex_code,
2468: structure_number => struct_num,
2469: combination_id => entity_id,

Line 2472: name := fnd_flex_keyval.concatenated_values;

2468: structure_number => struct_num,
2469: combination_id => entity_id,
2470: data_set => warehouse_id);
2471: IF result THEN
2472: name := fnd_flex_keyval.concatenated_values;
2473: END IF;
2474: --
2475: -- Debug Statements
2476: --