AUC_OPT_AID_VW(SQL View) |
Index Back |
---|
SELECT DISTINCT A.BUSINESS_UNIT , A.AUC_ID , A.AUC_NAME , A.OPRID_ENTERED_BY , B.OPRDEFNDESC , A.AUC_DTTM_FINISH FROM PS_AUC_HDR A , PSOPRDEFN B WHERE A.OPRID_ENTERED_BY = B.OPRID AND (AUC_STATUS = 'T' OR AUC_STATUS = 'P') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | AUC_ID | Character(10) | VARCHAR2(10) NOT NULL | Event ID |
3 | AUC_NAME | Character(50) | VARCHAR2(50) NOT NULL | Event Name |
4 | OPRID_ENTERED_BY | Character(30) | VARCHAR2(30) NOT NULL | Entered By 07/25/2011 MRAD 12383033 :Ensured that OPRID_ENTERED_BY is set with format type of MixedCase. 03/22/2013 GL 16482301: Switched OPRID_ENTERED_BY back to MixedCase again. Please don't change it to UpperCase!!! FYI - The alternatives to use a User ID as uppercase: 1) Create your own User ID, add comments in the Field Properties, and fill out the Owner ID 2) Use %Upper meta-SQL in SQL statements 3) Use Upper function in peoplecodes |
5 | OPRDEFNDESC | Character(30) | VARCHAR2(30) NOT NULL | Description field for a user |
6 | AUC_DTTM_FINISH | DateTime(26) | TIMESTAMP | Date Time Finish |