DBA Data[Home] [Help]

APPS.INV_RCV_COMMON_APIS dependencies on INV_TRX_UTIL_PUB

Line 3270: inv_trx_util_pub.insert_lot_trx(

3266: END IF;
3267:
3268: l_progress := '20';
3269: l_return :=
3270: inv_trx_util_pub.insert_lot_trx(
3271: p_trx_tmp_id => p_transaction_temp_id
3272: , p_user_id => p_created_by
3273: , p_lot_number => p_lot_number
3274: , p_trx_qty => p_transaction_qty

Line 3421: inv_trx_util_pub.insert_ser_trx(

3417: END IF;
3418:
3419: l_progress := '60';
3420: l_return :=
3421: inv_trx_util_pub.insert_ser_trx(
3422: p_trx_tmp_id => p_serial_transaction_temp_id
3423: , p_user_id => p_created_by
3424: , p_fm_ser_num => p_from_serial
3425: , p_to_ser_num => p_to_serial