DBA Data[Home] [Help]

VIEW: APPS.JL_CO_GL_BALANCES_V

Source

View Text - Preformatted

SELECT SET_OF_BOOKS_ID,PERIOD_NAME,PERIOD_YEAR,PERIOD_NUM FROM JL_CO_GL_BALANCES group by set_of_books_id, period_name, period_year, period_num
View Text - HTML Formatted

SELECT SET_OF_BOOKS_ID
, PERIOD_NAME
, PERIOD_YEAR
, PERIOD_NUM
FROM JL_CO_GL_BALANCES GROUP BY SET_OF_BOOKS_ID
, PERIOD_NAME
, PERIOD_YEAR
, PERIOD_NUM