DBA Data[Home] [Help]

APPS.GME_MOBILE_TXN dependencies on GME_TRANSACTIONS_PVT

Line 382: GME_TRANSACTIONS_PVT.Build_Txn_Inter_Hdr(

378: -- This is a product of a phantom batch or a phantom ingredient
379: l_assign_phantom := 1;
380: END IF;
381:
382: GME_TRANSACTIONS_PVT.Build_Txn_Inter_Hdr(
383: p_mmti_rec => l_mmti_rec_in,
384: p_assign_phantom => l_assign_phantom,
385: x_mmti_rec => l_mmti_rec_out,
386: x_return_status => x_return_status);

Line 466: GME_TRANSACTIONS_PVT.build_txn_inter_lot(

462: l_mmli_rec_in.secondary_transaction_quantity := p_sec_txn_qty;
463: -- Bug 6925025
464: -- Added parameters subinventory_code and locator_id
465:
466: GME_TRANSACTIONS_PVT.build_txn_inter_lot(
467: p_trans_inter_id => p_txn_id,
468: p_transaction_type_id => p_txn_type_id,
469: p_inventory_item_id => p_item_id,
470: p_subinventory_code => p_subinventory_code,

Line 1037: GME_TRANSACTIONS_PVT.Process_Transactions

1033: gme_common_pvt.set_timestamp;
1034:
1035: -- Bug 8234700 - Let's pass in false to process transactions and commit after
1036: -- This more closely mimics how save is done on the form and commits all work together.
1037: GME_TRANSACTIONS_PVT.Process_Transactions
1038: (p_api_version => 2.0,
1039: p_init_msg_list => fnd_api.g_false,
1040: -- p_commit => fnd_api.g_true,
1041: p_commit => fnd_api.g_false,

Line 1064: --- GME_TRANSACTIONS_PVT.Process_Transactions

1060: COMMIT;
1061: END IF;
1062:
1063: --- Reseting this global variable. I guess this should be done in
1064: --- GME_TRANSACTIONS_PVT.Process_Transactions
1065: GME_COMMON_PVT.g_transaction_header_id := NULL;
1066:
1067: EXCEPTION
1068: WHEN OTHERS THEN

Line 3645: GME_TRANSACTIONS_PVT.Create_Material_Txn

3641: END IF;
3642:
3643: GME_COMMON_PVT.G_MOVE_TO_TEMP := FND_API.G_FALSE;
3644:
3645: GME_TRANSACTIONS_PVT.Create_Material_Txn
3646:
3647: (p_mmti_rec => l_mmti_rec
3648: ,p_mmli_tbl => l_mmli_tbl
3649: ,p_phantom_trans => 2