eTRM uses javascript that opens and focuses a separate window to display reports.
Your browser does not appear to support javascript. This should not prevent you from using
eTRM but it does mean the window focus feature will not work. Please check the contents of
other windows on your desktop if you click on a link that does not appear to do anything.
[Home] [Help]
View: MSD_SR_ORG_OU_V
Product: MSD - Demand Planning
Description: This is the Source View that associates the Organization level to Operating Unit level in the Organization Dimension. This view would be applied to an Oracle Applications 11i instance from which the Organization level to Operating Unit leve
Implementation/DBA Data:
APPS.MSD_SR_ORG_OU_V
View Text
SELECT DISTINCT OOD.ORGANIZATION_ID , OOD.ORGANIZATION_NAME , BOUV.ORGANIZATION_ID , BOUV.NAME , NULL , NULL , NULL , NULL , NULL FROM HR_ALL_ORGANIZATION_UNITS BOUV , MSD_ORGANIZATION_DEFINITIONS OOD , MSD_APP_INSTANCE_ORGS ORGS WHERE ORGS.ORGANIZATION_ID = OOD.ORGANIZATION_ID AND BOUV.ORGANIZATION_ID = TO_CHAR(OOD.OPERATING_UNIT) UNION SELECT MSD_SR_UTIL.GET_NULL_PK , MSD_SR_UTIL.GET_NULL_DESC , MSD_SR_UTIL.GET_NULL_PK , MSD_SR_UTIL.GET_NULL_DESC , NULL , NULL , NULL , NULL , NULL FROM DUAL
Columns
Name
LEVEL_VALUE_PK
LEVEL_VALUE
PARENT_VALUE_PK
PARENT_VALUE
ATTRIBUTE1
ATTRIBUTE2
ATTRIBUTE3
ATTRIBUTE4
ATTRIBUTE5