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 1615: -- JMF_SHIKYU_RCV_PVT.process_rcv_header

1611: --
1612: -- CHANGE HISTORY: 18-May-05 Jim.Zheng Created.
1613: -- 14-Nov-06 Vincent.Chu Bug 5592230/5659317: Changed the
1614: -- calls to get_supplier_id and
1615: -- JMF_SHIKYU_RCV_PVT.process_rcv_header
1616: -- in order to pass in the supplier
1617: -- site id for the RCV transaction.
1618: --===========================================================================
1619: PROCEDURE process_rcv_interface

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

1833: );
1834: -- end debug log
1835:
1836: --process rcv header , insert header data into rcv_headers_interface
1837: JMF_SHIKYU_RCV_PVT.process_rcv_header( p_vendor_id => l_supplier_id --l_customer_name
1838: , p_vendor_site_id => l_supplier_site_id
1839: , p_ship_to_org_id => p_inventory_org_id
1840: , x_rcv_header_id => l_rcv_header_id
1841: , x_group_id => l_group_id

Line 2218: JMF_SHIKYU_RCV_PVT.process_rcv_trx(p_rcv_header_id => l_rcv_header_id

2214:
2215: IF l_routing_header_id = 1 OR l_routing_header_id = 2
2216: THEN
2217: -- process rcv trx, insert transactions data into rcv_transactions_interface
2218: JMF_SHIKYU_RCV_PVT.process_rcv_trx(p_rcv_header_id => l_rcv_header_id
2219: , p_group_id => l_group_id
2220: , p_quantity => l_insert_quantity
2221: , p_unit_of_measure => l_so_uom
2222: , p_po_header_id => p_po_header_id

Line 2235: JMF_SHIKYU_RCV_PVT.process_rcv_trx(p_rcv_header_id => l_rcv_header_id

2231: );
2232: ELSIF l_routing_header_id = 3
2233: THEN
2234: -- process rcv trx, insert transactions data into rcv_transactions_interface
2235: JMF_SHIKYU_RCV_PVT.process_rcv_trx(p_rcv_header_id => l_rcv_header_id
2236: , p_group_id => l_group_id
2237: , p_quantity => l_insert_quantity
2238: , p_unit_of_measure => l_so_uom
2239: , p_po_header_id => p_po_header_id