transaction type

Published February 22, 2026 By Sai Sree Ram Gundepudi
select *
from
	INV_TRANSACTION_TYPES_TL
where
	LANGUAGE                     = 'US'
	and CREATED_BY               = 'SEED_DATA_FROM_APPLICATION'
	and TRANSACTION_TYPE_NAME like 'Work%'

Was this solution helpful?

Your feedback helps improve our technical knowledge repository.

Share this article