DBA Data[Home] [Help]

APPS.FLM_KANBAN_CONFIG_PARAMS dependencies on DUAL

Line 423: from dual;

419: where v.PREFERENCE_ID = p_preference_id
420: and v.LEVEL_ID = l.LEVEL_ID
421: and nvl(l.organization_id, -99) = nvl(cl_org_id, -99)),
422: 'INHERIT') AS single_value_code
423: from dual;
424:
425: cursor multi_value (cl_org_id NUMBER) is
426: select count(v.attribute_value_code) as multi_value_count
427: from flm_ekb_preference_values v,