DBA Data[Home] [Help]

VIEW: APPS.IGW_PRPO_ORG_TYPES_V

Source

View Text - Preformatted

SELECT PROP.proposal_id, ORGTYP.organization_id, LKUP.lookup_code, LKUP.meaning from igw_org_types ORGTYP, igw_lookups_v LKUP, igw_proposals PROP WHERE LKUP.lookup_type = 'IGW_ORGANIZATION_TYPES' and LKUP.lookup_code = ORGTYP.organization_type_code and PROP.submitting_organization_id = ORGTYP.organization_id
View Text - HTML Formatted

SELECT PROP.PROPOSAL_ID
, ORGTYP.ORGANIZATION_ID
, LKUP.LOOKUP_CODE
, LKUP.MEANING
FROM IGW_ORG_TYPES ORGTYP
, IGW_LOOKUPS_V LKUP
, IGW_PROPOSALS PROP
WHERE LKUP.LOOKUP_TYPE = 'IGW_ORGANIZATION_TYPES'
AND LKUP.LOOKUP_CODE = ORGTYP.ORGANIZATION_TYPE_CODE
AND PROP.SUBMITTING_ORGANIZATION_ID = ORGTYP.ORGANIZATION_ID