You are on page 1of 1

How to get the underlying Database Item (DBI) query with the DBI name?

SOLUTION

Use the below query to get the Database Item code:

select * from ff_routes_b where route_id =(select ROUTE_ID from ff_user_entities_b


where user_entity_id =(select user_entity_id from ff_database_items_b where
BASE_USER_NAME='HWM_PUB_SCHD_MEASURE'))

You might also like