DBA Data[Home] [Help]

APPS.JMF_SUBCONTRACT_ORDERS_PVT dependencies on JMF_SHIKYU_BATCH_S

Line 3101: SELECT jmf_shikyu_batch_s.NEXTVAL

3097: END IF;
3098: END IF;
3099: -- Generate sequence that will become the new batch id
3100:
3101: SELECT jmf_shikyu_batch_s.NEXTVAL
3102: INTO l_batch_id
3103: FROM dual;
3104:
3105: IF g_log_enabled THEN