DBA Data[Home] [Help]

APPS.JMF_SHIKYU_GRP dependencies on DUAL

Line 734: FROM dual

730: -- enabled Replenishment SO Line stored in the JMF_SHIKYU_REPLENISHMENTS
731: -- table, or an SO Line splitted from a Replenishment SO Line
732: SELECT count('x')
733: INTO l_shikyu_enabled_so_line_count
734: FROM dual
735: WHERE exists
736: (SELECT 'X'
737: FROM oe_order_lines_all oola,
738: mtl_system_items_b msib,