DBA Data[Home] [Help]

APPS.JMF_SHIKYU_PO_PVT dependencies on PO_LINES_INTERFACE

Line 267: , po_lines_interface_s.nextval

263:
264: SELECT to_number(hoi.org_information3)
265: , to_number(hoi.org_information4)
266: , po_headers_interface_s.nextval
267: , po_lines_interface_s.nextval
268: INTO l_vendor_id
269: , l_vendor_site_id
270: , l_interface_header_id
271: , l_interface_line_id

Line 481: INSERT INTO po_lines_interface

477: -- Bug fix for 4997572
478: -- Stamp the reference_num with the concatenation of the subcontract po
479: -- shipment id and interface line id instead of shikyu component id
480:
481: INSERT INTO po_lines_interface
482: ( interface_header_id
483: , interface_line_id
484: , line_num
485: , item_id

Line 535: , G_PKG_NAME || ': Inserted into po_lines_interface');

531: IF g_log_enabled THEN
532: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
533: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE
534: , G_PKG_NAME
535: , G_PKG_NAME || ': Inserted into po_lines_interface');
536: END IF;
537: END IF;
538:
539: INSERT INTO po_distributions_interface