DBA Data[Home] [Help]

APPS.GME_RESERVATIONS_PVT dependencies on GME_RELEASE_BATCH_PVT

Line 1775: gme_release_batch_pvt.build_and_create_transaction

1771: -- Bug 6778968 - Add p_called_by parameter to signify the calling routine.
1772: -- The variable l_qty_convert is expressed in terms of gme_material_details.dtl_um
1773:
1774: -- Bug 13532998 - Pass in user transaction date if passed in.
1775: gme_release_batch_pvt.build_and_create_transaction
1776: (p_rsrv_rec => l_reservation_rec
1777: ,p_lot_divisible_flag => l_item_rec.lot_divisible_flag
1778: ,p_mtl_dtl_rec => p_material_details_rec
1779: -- ,p_trans_date => SYSDATE

Line 1792: || ' Return status from gme_release_batch_pvt.build_and_create_transaction is '

1788: gme_debug.put_line
1789: ( g_pkg_name
1790: || '.'
1791: || l_api_name
1792: || ' Return status from gme_release_batch_pvt.build_and_create_transaction is '
1793: || x_return_status);
1794: END IF;
1795:
1796: IF x_return_status NOT IN ('T', fnd_api.g_ret_sts_success) THEN