[Home] [Help]
View: GL_ALOC_MST_V
| Product: | GMF - Process Manufacturing Financials |
| Description: | View to enable master-detail relationship on Allocation Codes form |
| Implementation/DBA Data: |
APPS.GL_ALOC_MST_V
|
View Text
SELECT DISTINCT GAM.LEGAL_ENTITY_ID
, GLE.LEGAL_ENTITY_NAME
FROM GL_ALOC_MST GAM
, GMF_LEGAL_ENTITIES_VW2 GLE
WHERE GAM.LEGAL_ENTITY_ID = GLE.LEGAL_ENTITY_ID
Columns
| Name |
| LEGAL_ENTITY_ID |
| LEGAL_ENTITY_NAME |