DBA Data[Home] [Help]

APPS.JMF_SHIKYU_GRP dependencies on DUAL

Line 752: FROM dual

748: -- enabled Replenishment SO Line stored in the JMF_SHIKYU_REPLENISHMENTS
749: -- table, or an SO Line splitted from a Replenishment SO Line
750: SELECT count('x')
751: INTO l_shikyu_enabled_so_line_count
752: FROM dual
753: WHERE exists
754: (SELECT 'X'
755: FROM oe_order_lines_all oola,
756: mtl_system_items_b msib,