GM_SP_GUIDE2_VW(SQL View) |
Index Back |
---|---|
Same As Sponsor Guidelins View |
SELECT A.SETID ,A.CUST_ID ,A.EFFDT ,A.GUIDE_ID ,A.EFF_STATUS ,A.USE_SPONSOR_ID FROM PS_GM_SP_GUIDELINE A WHERE A.EFF_STATUS = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations. |
3 | EFFDT | Date(10) | DATE | Effective Date |
4 | GUIDE_ID | Character(5) | VARCHAR2(5) NOT NULL | Guideline ID |
5 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
6 | USE_SPONSOR_ID | Character(15) | VARCHAR2(15) NOT NULL | USE_SPONSOR_ID |