DBA Data[Home] [Help]

APPS.WMS_PICKING_PKG dependencies on WMS_TASK_FILTER_B

Line 2471: FROM wms_task_filter_b wtf, wms_task_filter_dtl wtfd

2467:
2468: --Bug#5188179.Cursor for task filter
2469: CURSOR c_task_filter(v_filter_name VARCHAR2) IS
2470: SELECT task_filter_source, task_filter_value
2471: FROM wms_task_filter_b wtf, wms_task_filter_dtl wtfd
2472: WHERE task_filter_name = v_filter_name
2473: AND wtf.task_filter_id = wtfd.task_filter_id;
2474:
2475: l_task_status NUMBER; -- bug 4310093