DBA Data[Home] [Help]

APPS.JMF_PROCESS_SHIKYU_RCV_TRX_PVT dependencies on JMF_SHIKYU_RCV_PVT

Line 1405: JMF_SHIKYU_RCV_PVT.process_rcv_header

1401: FROM po_headers_all
1402: WHERE po_header_id = l_replen_po_header_id;
1403:
1404: -- insert into RCV header interface
1405: JMF_SHIKYU_RCV_PVT.process_rcv_header
1406: ( p_vendor_id => l_vendor_id -- Bug 9883090
1407: , p_vendor_site_id => NULL
1408: , p_ship_to_org_id => NULL
1409: , x_rcv_header_id => l_header_interface_id

Line 1413: JMF_SHIKYU_RCV_PVT.process_rcv_trx

1409: , x_rcv_header_id => l_header_interface_id
1410: , x_group_id => l_group_id);
1411:
1412: -- insert into RCV transaction interface
1413: JMF_SHIKYU_RCV_PVT.process_rcv_trx
1414: ( p_rcv_header_id => l_header_interface_id
1415: , p_group_id => l_group_id
1416: , p_quantity => l_returned_qty_parent_txn_uom
1417: , p_unit_of_measure => l_unit_of_measure