DBA Data[Home] [Help]

APPS.JMF_SHIKYU_AUTO_RCV_PROC dependencies on JMF_SHIKYU_RCV_PVT

Line 35: --| when invoke JMF_SHIKYU_RCV_PVT. |

31: --| 19-MAY-2005 jizheng Created. |
32: --| 05-OCT_2005 jizheng Delete the parameter 'p_org_id' |
33: --| 13-OCT-2005 jizheng add some log for debug |
34: --| 31-OCT-2005 jizheng add input parameter po_line_location_id |
35: --| when invoke JMF_SHIKYU_RCV_PVT. |
36: --| process_rcv_trx in process_rcv_interface |
37: --| 22-Nov-2005 jizheng add a new logic for get shipping method |
38: --| from replenishment SO 's header |
39: --| 22-Nov-2005 jizheng get transit date from shipping net work |

Line 57: --| and JMF_SHIKYU_RCV_PVT.process_rcv_trx |

53: --| 27-JUN-2006 THE2 Removed the logic for checking duplicated |
54: --| RCV transactions. |
55: --| 28-JUN-2006 THE2 Met the interface change of procedure |
56: --| jmf_shikyu_util.Get_Replenish_So_Returned_Qty|
57: --| and JMF_SHIKYU_RCV_PVT.process_rcv_trx |
58: --| 03-AUG-2006 THE2 Modified cursor po_distributions_c to fix |
59: --| bug #5434983 |
60: --| 18-AUG-2006 THE2 Modified cursor po_distributions_c again |
61: --| to fix bug #5434983 |

Line 73: --| JMF_SHIKYU_RCV_PVT.process_rcv_header() |

69: --| get_supplier_id() from function to |
70: --| procedure in order to get the supplier |
71: --| site id and pass to the newly added |
72: --| parameter p_vendor_site_id of |
73: --| JMF_SHIKYU_RCV_PVT.process_rcv_header() |
74: --| 09-NOV-2006 THE2 Modified source to fix bug#5647346 |
75: --| 14-NOV-2006 VCHU Bug fix for 5659317: This package became |
76: --| invalid in xBuild 16, since the changes |
77: --| in version 120.22, including changes to |

Line 79: --| JMF_SHIKYU_RCV_PVT.process_rcv_header() |

75: --| 14-NOV-2006 VCHU Bug fix for 5659317: This package became |
76: --| invalid in xBuild 16, since the changes |
77: --| in version 120.22, including changes to |
78: --| the call to |
79: --| JMF_SHIKYU_RCV_PVT.process_rcv_header() |
80: --| because of a signature change resulted |
81: --| from bug fix for 5592230, got overwritten.|
82: --| 14-DEC-2006 THE2 Modified source to fix bug#5708707 |
83: --+===========================================================================+

Line 1595: -- JMF_SHIKYU_RCV_PVT.process_rcv_header

1591: --
1592: -- CHANGE HISTORY: 18-May-05 Jim.Zheng Created.
1593: -- 14-Nov-06 Vincent.Chu Bug 5592230/5659317: Changed the
1594: -- calls to get_supplier_id and
1595: -- JMF_SHIKYU_RCV_PVT.process_rcv_header
1596: -- in order to pass in the supplier
1597: -- site id for the RCV transaction.
1598: --===========================================================================
1599: PROCEDURE process_rcv_interface

Line 1817: JMF_SHIKYU_RCV_PVT.process_rcv_header( p_vendor_id => l_supplier_id --l_customer_name

1813: );
1814: -- end debug log
1815:
1816: --process rcv header , insert header data into rcv_headers_interface
1817: JMF_SHIKYU_RCV_PVT.process_rcv_header( p_vendor_id => l_supplier_id --l_customer_name
1818: , p_vendor_site_id => l_supplier_site_id
1819: , p_ship_to_org_id => p_inventory_org_id
1820: , x_rcv_header_id => l_rcv_header_id
1821: , x_group_id => l_group_id

Line 2198: JMF_SHIKYU_RCV_PVT.process_rcv_trx(p_rcv_header_id => l_rcv_header_id

2194:
2195: IF l_routing_header_id = 1 OR l_routing_header_id = 2
2196: THEN
2197: -- process rcv trx, insert transactions data into rcv_transactions_interface
2198: JMF_SHIKYU_RCV_PVT.process_rcv_trx(p_rcv_header_id => l_rcv_header_id
2199: , p_group_id => l_group_id
2200: , p_quantity => l_insert_quantity
2201: , p_unit_of_measure => l_so_uom
2202: , p_po_header_id => p_po_header_id

Line 2215: JMF_SHIKYU_RCV_PVT.process_rcv_trx(p_rcv_header_id => l_rcv_header_id

2211: );
2212: ELSIF l_routing_header_id = 3
2213: THEN
2214: -- process rcv trx, insert transactions data into rcv_transactions_interface
2215: JMF_SHIKYU_RCV_PVT.process_rcv_trx(p_rcv_header_id => l_rcv_header_id
2216: , p_group_id => l_group_id
2217: , p_quantity => l_insert_quantity
2218: , p_unit_of_measure => l_so_uom
2219: , p_po_header_id => p_po_header_id