DBA Data[Home] [Help]

APPS.INV_MATERIAL_ALLOCATIONS_GRP dependencies on FND_GLOBAL

Line 483: p_user_id => FND_GLOBAL.USER_ID,

479:
480: --API start
481: l_insert_err_code := inv_trx_util_pub.insert_ser_trx(
482: p_trx_tmp_id => p_transaction_temp_id,
483: p_user_id => FND_GLOBAL.USER_ID,
484: p_fm_ser_num => p_serial,
485: p_to_ser_num => p_serial,
486: x_proc_msg => x_msg_data);
487: --Restamping group_mark_id in MSN as transaction temp id. The default from

Line 609: , p_user_id => fnd_global.user_id

605: 'Calling inv_trx_util_pub.insert_lot_trx('|| 'p_pri_qty=p_trx_qty='|| l_reduction_qty);
606: end if;
607: l_insert_ret_status := inv_trx_util_pub.insert_lot_trx(
608: p_trx_tmp_id => p_new_transaction_temp_id
609: , p_user_id => fnd_global.user_id
610: , p_lot_number => p_lot
611: , p_trx_qty => l_reduction_qty
612: , p_pri_qty => l_reduction_qty
613: , x_proc_msg => x_msg_data