Oracle Apps Fusion Blog(Forms, Reports, Oracle Application Technical, SQL, PL/SQL, OAF)
(Move to ...)
Home
▼
Monday, January 27, 2020
Move Order Status in Oracle Apps
select *
from fnd_lookup_values
where lookup_type = 'MTL_TXN_REQUEST_STATUS'
and language = USERENV('LANG')
order by lookup_code
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment