DBA Data[Home] [Help]

APPS.JMF_SHIKYU_RCV_PVT dependencies on DUAL

Line 67: dual;

63: INTO
64: l_rcv_header_id
65: , l_group_id
66: FROM
67: dual;
68:
69: INSERT INTO RCV_HEADERS_INTERFACE
70: ( header_interface_id
71: , group_id

Line 235: FROM DUAL;

231: , p_from_subinventory
232: , p_from_locator_id
233: , p_replenish_order_line_id
234: , p_vendor_id -- Bug 9883090
235: FROM DUAL;
236: COMMIT;
237:
238:
239: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)