DBA Data[Home] [Help]

APPS.GME_TRANSACTIONS_PVT dependencies on GME_UNRELEASE_BATCH_PVT

Line 3794: | 5176319 20-Jun-06 Namit S. Added call to gme_unrelease_batch_pvt.create_matl_resv_pplot

3790: | returns via x_status OUT parameters
3791: |
3792: | HISTORY
3793: | Created 02-Feb-05 Pawan Kumar
3794: | 5176319 20-Jun-06 Namit S. Added call to gme_unrelease_batch_pvt.create_matl_resv_pplot
3795: | and gme_common_pvt.reset_txn_hdr_tbl.
3796: | Bug 5763818 28-Feb-2007 Archana Mundhe Do not update actual qty if
3797: | the material detail line has been deleted.
3798: | Bug 8300015 Changed the logic of updating the phantom transactions.

Line 3800: | to gme_unrelease_batch_pvt.create_matl_resv_pplot.

3796: | Bug 5763818 28-Feb-2007 Archana Mundhe Do not update actual qty if
3797: | the material detail line has been deleted.
3798: | Bug 8300015 Changed the logic of updating the phantom transactions.
3799: | Bug back port 6997483 Srinivasulu Puri Added parameter transaction_id
3800: | to gme_unrelease_batch_pvt.create_matl_resv_pplot.
3801: +==========================================================================+ */
3802: PROCEDURE gme_post_process (
3803: p_transaction_id IN NUMBER
3804: ,x_return_status OUT NOCOPY VARCHAR2)

Line 3911: gme_unrelease_batch_pvt.create_matl_resv_pplot (

3907: CLOSE cur_get_trans;
3908:
3909: -- nsinghi bug#5176319
3910: /* Re-Create Material Reservation during un-release batch/step. */
3911: gme_unrelease_batch_pvt.create_matl_resv_pplot (
3912: p_material_dtl_id => l_trx_source_line_id,
3913: p_transaction_id => l_transaction_id,
3914: x_return_status => x_return_status);
3915: