DBA Data[Home] [Help]

APPS.FLM_KANBAN_PLANNING_UTIL dependencies on MTL_DEFAULT_SETS_VIEW

Line 2640: FROM mtl_default_sets_view

2636: BEGIN
2637:
2638: SELECT category_set_id
2639: INTO l_category_set_id
2640: FROM mtl_default_sets_view
2641: WHERE functional_area_id=3
2642: AND category_set_name = Nvl(p_category_set, category_set_name);
2643:
2644: FND_GLOBAL.apps_initialize (p_user_id,p_responsibility_id,p_resp_appl_id);