GM_SP_FORMS2_VW(SQL View) |
Index Back |
---|---|
Same As Sponsor Formsused View |
SELECT A.SETID ,A.CUST_ID ,A.EFFDT ,A.FORM_ID ,A.EFF_STATUS ,A.TRANSMISSION_CODE ,A.USE_SPONSOR_ID ,A.DESCRLONG FROM PS_GM_SP_FORMSUSED A WHERE A.EFF_STATUS = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
2 | 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 | Date(10) | DATE | Effective Date | |
4 | Character(6) | VARCHAR2(6) NOT NULL | Form Identification | |
5 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
6 | TRANSMISSION_CODE | Character(3) | VARCHAR2(3) NOT NULL |
Transmission Code
BE=By Mail and Electronically BM=By Mail CF=Courier DA=Data EL=Electronically Only FX=By Fax IA=Electronic Image IT=International Telephone TE=Telephone |
7 | USE_SPONSOR_ID | Character(15) | VARCHAR2(15) NOT NULL | USE_SPONSOR_ID |
8 | DESCRLONG | Long Character | CLOB | Long Description |