GM_PROPOSAL_VW6(SQL View) |
Index Back |
---|---|
Grants Proposal ViewView of all proposal records NOT including the present one. Related proposal. |
select a.business_unit, a.proposal_id, a.version_id, a1.business_unit, a1.proposal_id, a1.title56 from PS_GM_PROPOSAL a, PS_GM_PROPOSAL a1 where a.business_unit <> a1.business_unit or ( a.business_unit = a1.business_unit and a.proposal_id <> a1.proposal_id ) or (a.business_unit = a1.business_unit and a.proposal_id = a1.proposal_id and a.version_id <> a1.version_id ) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | PROPOSAL_ID | Character(25) | VARCHAR2(25) NOT NULL | Proposal ID |
3 | VERSION_ID | Character(7) | VARCHAR2(7) NOT NULL | Version ID |
4 | BUSINESS_UNIT_PROP | Character(5) | VARCHAR2(5) NOT NULL | Proposal Business Unit |
5 | RELATED_PROPOSAL | Character(25) | VARCHAR2(25) NOT NULL | Related Proposal ID |
6 | TITLE56 | Character(56) | VARCHAR2(56) NOT NULL | TITLE56 |