DBA Data[Home] [Help]

VIEW: APPS.GL_ALOC_INP_V

Source

View Text - Preformatted

SELECT distinct mst.legal_entity_id, inp.calendar_code, inp.period_code, inp.alloc_id, mst.alloc_code, inp.account_key_type , gle.legal_Entity_name FROM gl_aloc_mst mst, gl_aloc_inp inp, gmf_legal_entities_vw2 gle WHERE mst.alloc_id = inp.alloc_id and gle.legal_entity_id = mst.legal_entity_id
View Text - HTML Formatted

SELECT DISTINCT MST.LEGAL_ENTITY_ID
, INP.CALENDAR_CODE
, INP.PERIOD_CODE
, INP.ALLOC_ID
, MST.ALLOC_CODE
, INP.ACCOUNT_KEY_TYPE
, GLE.LEGAL_ENTITY_NAME
FROM GL_ALOC_MST MST
, GL_ALOC_INP INP
, GMF_LEGAL_ENTITIES_VW2 GLE
WHERE MST.ALLOC_ID = INP.ALLOC_ID
AND GLE.LEGAL_ENTITY_ID = MST.LEGAL_ENTITY_ID