DBA Data[Home] [Help]

APPS.EAM_MATERIAL_ALLOCATIONS_PVT dependencies on FND_GLOBAL

Line 441: , SYSDATE, fnd_global.user_id, SYSDATE, fnd_global.user_id);

437: , fm_serial_number, to_serial_number, serial_prefix
438: , last_update_date, last_updated_by, creation_date, created_by
439: )
440: VALUES(p_transaction_temp_id,p_serial, p_serial, 1
441: , SYSDATE, fnd_global.user_id, SYSDATE, fnd_global.user_id);
442: l_insert_count := SQL%ROWCOUNT;
443:
444: UPDATE mtl_serial_numbers
445: SET group_mark_id = p_transaction_temp_id

Line 556: , p_user_id => fnd_global.user_id

552: 'Calling inv_trx_util_pub.insert_lot_trx('|| 'p_pri_qty=p_trx_qty='|| l_reduction_qty);
553: end if;
554: l_insert_ret_status := inv_trx_util_pub.insert_lot_trx(
555: p_trx_tmp_id => p_new_transaction_temp_id
556: , p_user_id => fnd_global.user_id
557: , p_lot_number => p_lot
558: , p_trx_qty => l_reduction_qty
559: , p_pri_qty => l_reduction_qty
560: , x_proc_msg => x_msg_data