DBA Data[Home] [Help]

APPS.INV_RCV_COMMON_APIS dependencies on INV_TRX_UTIL_PUB

Line 3448: inv_trx_util_pub.insert_lot_trx(

3444: END IF;
3445:
3446: l_progress := '20';
3447: l_return :=
3448: inv_trx_util_pub.insert_lot_trx(
3449: p_trx_tmp_id => p_transaction_temp_id
3450: , p_user_id => p_created_by
3451: , p_lot_number => p_lot_number
3452: , p_trx_qty => p_transaction_qty

Line 3599: inv_trx_util_pub.insert_ser_trx(

3595: END IF;
3596:
3597: l_progress := '60';
3598: l_return :=
3599: inv_trx_util_pub.insert_ser_trx(
3600: p_trx_tmp_id => p_serial_transaction_temp_id
3601: , p_user_id => p_created_by
3602: , p_fm_ser_num => p_from_serial
3603: , p_to_ser_num => p_to_serial