DBA Data[Home] [Help]

APPS.INV_LOC_WMS_UTILS dependencies on FND_FLEX_KEYVAL

Line 8701: l_val := FND_FLEX_KEYVAL.Validate_Segs(

8697: fnd_flex_key_api.set_session_mode('seed_data');
8698:
8699: l_operation := 'FIND_COMBINATION';
8700:
8701: l_val := FND_FLEX_KEYVAL.Validate_Segs(
8702: OPERATION => l_operation,
8703: APPL_SHORT_NAME => 'INV',
8704: KEY_FLEX_CODE => 'MTLL',
8705: STRUCTURE_NUMBER => 101,

Line 8711: x_locator_id := fnd_flex_keyval.combination_id;

8707: VALUES_OR_IDS => 'I',
8708: DATA_SET => l_org_id ) ;
8709:
8710: if l_val then
8711: x_locator_id := fnd_flex_keyval.combination_id;
8712: else
8713: x_locator_id := NULL;
8714: end if;
8715: