GM_PROP_ZJ_HDR(SQL View) |
Index Back |
|---|---|
Proposal Project ViewUsed to determine if a primary project already exists in the proposal. |
| select a.business_unit, a.proposal_id, a.version_id, a.primary_flag from PS_GM_PROP_PROJ a where a.primary_flag = 'Y' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
| 2 | Character(25) | VARCHAR2(25) NOT NULL | Proposal ID | |
| 3 | Character(7) | VARCHAR2(7) NOT NULL | Version ID To | |
| 4 | PRIMARY_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Primary
N=No Y=Yes Y/N Table Edit Default Value: N |