DBA Data[Home] [Help]

APPS.WMS_ATF_RUNTIME_PUB_APIS dependencies on INV_TRX_UTIL_PUB

Line 5491: inv_trx_util_pub.copy_insert_line_trx(

5487: l_inbound_doc_parent_split_rec.transaction_quantity := l_inbound_doc_child_split_rec.transaction_quantity;
5488: l_inbound_doc_parent_split_rec.primary_quantity := l_inbound_doc_child_split_rec.primary_quantity;
5489: l_progress := 110;
5490: --call MMTT(MTLT) table handlers to insert the new parent RECORD l_inbound_doc_parent_split_rec
5491: inv_trx_util_pub.copy_insert_line_trx(
5492: x_return_status => x_return_status
5493: , x_msg_data => x_msg_data
5494: , x_msg_count => x_msg_count
5495: , x_new_txn_temp_id => l_inbound_doc_parent_split_rec.transaction_temp_id

Line 7575: /* INV_TRX_UTIL_PUB.Delete_transaction

7571: l_progress:=160;
7572: /* null out the Operation Plan Id ,parent Line Id and delete the Parent transaction temp Id*/
7573: /*Call table hanlder to delete MMTT/MSNT/MTLT for the Parent MMTT*/
7574:
7575: /* INV_TRX_UTIL_PUB.Delete_transaction
7576: (x_return_status => x_return_status,
7577: x_msg_data => x_msg_data,
7578: x_msg_count => x_msg_count,
7579: p_transaction_temp_id => l_parent_source_task_id,