DBA Data[Home] [Help]

APPS.GME_MOBILE_TXN dependencies on GME_TRANSACTIONS_PVT

Line 289: GME_TRANSACTIONS_PVT.Build_Txn_Inter_Hdr(

285: -- This is a product of a phantom batch or a phantom ingredient
286: l_assign_phantom := 1;
287: END IF;
288:
289: GME_TRANSACTIONS_PVT.Build_Txn_Inter_Hdr(
290: p_mmti_rec => l_mmti_rec_in,
291: p_assign_phantom => l_assign_phantom,
292: x_mmti_rec => l_mmti_rec_out,
293: x_return_status => x_return_status);

Line 375: GME_TRANSACTIONS_PVT.build_txn_inter_lot(

371: l_mmli_rec_in.secondary_transaction_quantity := p_sec_txn_qty;
372:
373: -- Bug 6925025
374: -- Added parameters subinventory_code and locator_id
375: GME_TRANSACTIONS_PVT.build_txn_inter_lot(
376: p_trans_inter_id => p_txn_id,
377: p_transaction_type_id => p_txn_type_id,
378: p_inventory_item_id => p_item_id,
379: p_subinventory_code => p_subinventory_code,

Line 944: GME_TRANSACTIONS_PVT.Process_Transactions

940: gme_common_pvt.g_user_ident := p_user_id;
941: gme_common_pvt.g_login_id := p_login_id;
942: gme_common_pvt.set_timestamp;
943:
944: GME_TRANSACTIONS_PVT.Process_Transactions
945: (p_api_version => 2.0,
946: p_init_msg_list => fnd_api.g_false,
947: p_commit => fnd_api.g_true,
948: p_validation_level => fnd_api.g_valid_level_full,

Line 968: --- GME_TRANSACTIONS_PVT.Process_Transactions

964: x_data => x_error_msg);
965: END IF;
966:
967: --- Reseting this global variable. I guess this should be done in
968: --- GME_TRANSACTIONS_PVT.Process_Transactions
969: GME_COMMON_PVT.g_transaction_header_id := NULL;
970:
971: EXCEPTION
972: WHEN OTHERS THEN

Line 3549: GME_TRANSACTIONS_PVT.Create_Material_Txn

3545: END IF;
3546:
3547: GME_COMMON_PVT.G_MOVE_TO_TEMP := FND_API.G_FALSE;
3548:
3549: GME_TRANSACTIONS_PVT.Create_Material_Txn
3550:
3551: (p_mmti_rec => l_mmti_rec
3552: ,p_mmli_tbl => l_mmli_tbl
3553: ,p_phantom_trans => 2