Oracle Apps Fusion Blog(Forms, Reports, Oracle Application Technical, SQL, PL/SQL, OAF)
(Move to ...)
Home
▼
Sunday, July 10, 2022
Balance Type (Year to Date, Project to Date, Period to Date and Quarter to Date)in Oracle General Ledger
SELECT lookup_code, meaning, description, REPLACE(description, '-', ' ') balance_type
FROM fnd_lookup_values
WHERE 1 = 1
AND lookup_type = 'PTD_YTD'
AND language = USERENV('LANG')
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment