DBA Data[Home] [Help]

APPS.INV_TXN_VALIDATIONS dependencies on INV_TRX_UTIL_PUB

Line 4226: inv_trx_util_pub.insert_line_trx

4222: --I Development Bug 2634570
4223: -- Added two paramters to call the procedure insert_line_trx
4224: BEGIN
4225: l_return_code :=
4226: inv_trx_util_pub.insert_line_trx
4227: (p_trx_hdr_id => x_transaction_header_id,
4228: p_item_id => p_inventory_item_id,
4229: p_project_id => p_project_id,
4230: p_task_id => p_task_id,

Line 4274: inv_trx_util_pub.insert_lot_trx

4270:
4271: -- Insert record into MTLT
4272: IF p_lot_number IS NOT NULL THEN
4273: l_return_code :=
4274: inv_trx_util_pub.insert_lot_trx
4275: (p_trx_tmp_id => l_transaction_temp_id,
4276: p_user_id => p_user_id,
4277: p_lot_number => p_lot_number,
4278: p_trx_qty => 1,

Line 4302: inv_trx_util_pub.insert_ser_trx

4298: END IF;
4299:
4300: -- Insert record into MSNT
4301: l_return_code :=
4302: inv_trx_util_pub.insert_ser_trx
4303: (p_trx_tmp_id => l_transaction_temp_id,
4304: p_user_id => p_user_id,
4305: p_fm_ser_num => p_serial_number,
4306: p_to_ser_num => p_serial_number,