DBA Data[Home] [Help]

APPS.JMF_SUBCONTRACT_ORDERS_PVT dependencies on JMF_SHIKYU_BATCH_S

Line 3378: SELECT jmf_shikyu_batch_s.NEXTVAL

3374: END IF;
3375: END IF;
3376: -- Generate sequence that will become the new batch id
3377:
3378: SELECT jmf_shikyu_batch_s.NEXTVAL
3379: INTO l_batch_id
3380: FROM dual;
3381:
3382: IF g_log_enabled THEN