DBA Data[Home] [Help]

APPS.INV_LOC_WMS_UTILS dependencies on FND_FLEX_KEYVAL

Line 8176: l_val := FND_FLEX_KEYVAL.Validate_Segs(

8172: fnd_flex_key_api.set_session_mode('seed_data');
8173:
8174: l_operation := 'FIND_COMBINATION';
8175:
8176: l_val := FND_FLEX_KEYVAL.Validate_Segs(
8177: OPERATION => l_operation,
8178: APPL_SHORT_NAME => 'INV',
8179: KEY_FLEX_CODE => 'MTLL',
8180: STRUCTURE_NUMBER => 101,

Line 8186: x_locator_id := fnd_flex_keyval.combination_id;

8182: VALUES_OR_IDS => 'I',
8183: DATA_SET => l_org_id ) ;
8184:
8185: if l_val then
8186: x_locator_id := fnd_flex_keyval.combination_id;
8187: else
8188: x_locator_id := NULL;
8189: end if;
8190: