DBA Data[Home] [Help]

APPS.GME_LPN_MOBILE_TXN dependencies on GME_TRANSACTIONS_PVT

Line 257: GME_TRANSACTIONS_PVT.Build_Txn_Inter_Hdr(

253: -- This is a product of a phantom batch or a phantom ingredient
254: l_assign_phantom := 1;
255: END IF;
256: */
257: GME_TRANSACTIONS_PVT.Build_Txn_Inter_Hdr(
258: p_mmti_rec => l_mmti_rec_in,
259: -- p_assign_phantom => l_assign_phantom,
260: x_mmti_rec => l_mmti_rec_out,
261: x_return_status => x_return_status);

Line 363: GME_TRANSACTIONS_PVT.Process_Transactions

359: gme_common_pvt.g_user_ident := p_user_id;
360: gme_common_pvt.g_login_id := p_login_id;
361: gme_common_pvt.set_timestamp;
362:
363: GME_TRANSACTIONS_PVT.Process_Transactions
364: (p_api_version => 2.0,
365: p_init_msg_list => fnd_api.g_false,
366: p_commit => fnd_api.g_false,
367: p_validation_level => fnd_api.g_valid_level_full,

Line 381: --- GME_TRANSACTIONS_PVT.Process_Transactions

377: x_error_msg := l_msg_data;
378: END IF;
379:
380: --- Reseting this global variable. I guess this should be done in
381: --- GME_TRANSACTIONS_PVT.Process_Transactions
382: GME_COMMON_PVT.g_transaction_header_id := NULL;
383:
384: EXCEPTION
385: WHEN OTHERS THEN