DBA Data[Home] [Help]

VIEW: APPS.PA_REP_YEAR_GL_V

Source

View Text - Preformatted

SELECT distinct glper.period_year AS PERIOD_YEAR, imp.org_id from pa_implementations imp, gl_sets_of_books gl, gl_periods glper WHERE imp.set_of_books_id = gl.set_of_books_id AND gl.period_set_name = glper.period_set_name AND gl.accounted_period_type = glper.period_type
View Text - HTML Formatted

SELECT DISTINCT GLPER.PERIOD_YEAR AS PERIOD_YEAR
, IMP.ORG_ID
FROM PA_IMPLEMENTATIONS IMP
, GL_SETS_OF_BOOKS GL
, GL_PERIODS GLPER
WHERE IMP.SET_OF_BOOKS_ID = GL.SET_OF_BOOKS_ID
AND GL.PERIOD_SET_NAME = GLPER.PERIOD_SET_NAME
AND GL.ACCOUNTED_PERIOD_TYPE = GLPER.PERIOD_TYPE