DBA Data[Home] [Help]

APPS.GME_LPN_MOBILE_TXN dependencies on GME_TRANSACTIONS_PVT

Line 253: GME_TRANSACTIONS_PVT.Build_Txn_Inter_Hdr(

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

Line 359: GME_TRANSACTIONS_PVT.Process_Transactions

355: gme_common_pvt.g_user_ident := p_user_id;
356: gme_common_pvt.g_login_id := p_login_id;
357: gme_common_pvt.set_timestamp;
358:
359: GME_TRANSACTIONS_PVT.Process_Transactions
360: (p_api_version => 2.0,
361: p_init_msg_list => fnd_api.g_false,
362: p_commit => fnd_api.g_false,
363: p_validation_level => fnd_api.g_valid_level_full,

Line 377: --- GME_TRANSACTIONS_PVT.Process_Transactions

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