DBA Data[Home] [Help]

APPS.WMS_ATF_RUNTIME_PUB_APIS dependencies on INV_TRX_UTIL_PUB

Line 5615: inv_trx_util_pub.copy_insert_line_trx(

5611: l_inbound_doc_parent_split_rec.secondary_uom_code := l_inbound_doc_child_split_rec.secondary_uom_code ; -- 9037915
5612:
5613: l_progress := 110;
5614: --call MMTT(MTLT) table handlers to insert the new parent RECORD l_inbound_doc_parent_split_rec
5615: inv_trx_util_pub.copy_insert_line_trx(
5616: x_return_status => x_return_status
5617: , x_msg_data => x_msg_data
5618: , x_msg_count => x_msg_count
5619: , x_new_txn_temp_id => l_inbound_doc_parent_split_rec.transaction_temp_id

Line 7705: /* INV_TRX_UTIL_PUB.Delete_transaction

7701: l_progress:=160;
7702: /* null out the Operation Plan Id ,parent Line Id and delete the Parent transaction temp Id*/
7703: /*Call table hanlder to delete MMTT/MSNT/MTLT for the Parent MMTT*/
7704:
7705: /* INV_TRX_UTIL_PUB.Delete_transaction
7706: (x_return_status => x_return_status,
7707: x_msg_data => x_msg_data,
7708: x_msg_count => x_msg_count,
7709: p_transaction_temp_id => l_parent_source_task_id,