DBA Data[Home] [Help]

APPS.FLM_KANBANCARD_PUB dependencies on FND_LOOKUP_VALUES

Line 19: from fnd_lookup_values

15: l_counter Number;
16: BEGIN
17: select 1
18: into l_valid_status
19: from fnd_lookup_values
20: where lookup_type = 'MTL_KANBAN_SUPPLY_STATUS'
21: and language = userenv('LANG')
22: and lookup_code = p_supply_status_to;
23: