DBA Data[Home] [Help]

APPS.GME_TRANSACTIONS_PVT dependencies on GME_UNRELEASE_BATCH_PVT

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

2932: | returns via x_status OUT parameters
2933: |
2934: | HISTORY
2935: | Created 02-Feb-05 Pawan Kumar
2936: | 5176319 20-Jun-06 Namit S. Added call to gme_unrelease_batch_pvt.create_matl_resv_pplot
2937: | and gme_common_pvt.reset_txn_hdr_tbl.
2938: | Bug 5763818 28-Feb-2007 Archana Mundhe Do not update actual qty if
2939: | the material detail line has been deleted.
2940: | Bug 6997483 01-May-2005 Archana Mundhe Added parameter transaction_id

Line 2941: | to gme_unrelease_batch_pvt.create_matl_resv_pplot.

2937: | and gme_common_pvt.reset_txn_hdr_tbl.
2938: | Bug 5763818 28-Feb-2007 Archana Mundhe Do not update actual qty if
2939: | the material detail line has been deleted.
2940: | Bug 6997483 01-May-2005 Archana Mundhe Added parameter transaction_id
2941: | to gme_unrelease_batch_pvt.create_matl_resv_pplot.
2942: +==========================================================================+ */
2943: PROCEDURE gme_post_process (
2944: p_transaction_id IN NUMBER
2945: ,x_return_status OUT NOCOPY VARCHAR2)

Line 3046: gme_unrelease_batch_pvt.create_matl_resv_pplot (

3042: CLOSE cur_get_trans;
3043:
3044: -- nsinghi bug#5176319
3045: /* Re-Create Material Reservation during un-release batch/step. */
3046: gme_unrelease_batch_pvt.create_matl_resv_pplot (
3047: p_material_dtl_id => l_trx_source_line_id,
3048: p_transaction_id => l_transaction_id, -- Bug 6997483
3049: x_return_status => x_return_status);
3050: