AUC_FL_BASE_VW(SQL View) |
Index Back |
---|
SELECT a.business_unit , a.auc_id , a.auc_round , a.auc_version ,a.auc_name , a.auc_format , a.auc_type , a.oprid_entered_by , a.auc_status , a.blind_flg , a.auc_dttm_start , a.auc_dttm_finish , a.currency_cd ,a.rt_type , ( SELECT COUNT(*) FROM ps_AUC_RESP_BID_VW b WHERE b.auc_id=a.auc_id AND b.auc_round=a.auc_round AND b.auc_version=a.auc_version AND b.business_unit=a.business_unit ), ( SELECT SUM(auc_ext_price) FROM ps_auc_line c WHERE c.auc_id=a.auc_id AND c.auc_round=a.auc_round AND c.auc_version=a.auc_version AND c.business_unit=a.business_unit ), ( SELECT DISTINCT 'X' FROM ps_auc_disp_hdr d WHERE d.bidder_id='PUBLIC_AUC' AND d.auc_id=a.auc_id AND d.auc_round=a.auc_round AND d.auc_version=a.auc_version AND d.business_unit=a.business_unit) , a.min_bid_required, a.min_days_warning ,a.name1 ,A.last_update_dttm ,a.emailid FROM PS_AUC_HDR a |
# | 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_ROUND | Number(5,0) | INTEGER NOT NULL | Event Round |
4 | AUC_VERSION | Number(5,0) | INTEGER NOT NULL | Event Version |
5 | AUC_NAME | Character(50) | VARCHAR2(50) NOT NULL | Event Name |
6 | AUC_FORMAT | Character(1) | VARCHAR2(1) NOT NULL |
Event Format
F=Sell I=RFI R=Buy S=Service |
7 | AUC_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Event Type
E=Auction S=RFx |
8 | 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 |
9 | AUC_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Event Status
A=Awarded C=Collaborating Event D=Collaborating Bid Analysis E=Evaluating F=RFI Reviewed I=Pending RFI Review N=Not Awarded O=Open P=Posted Q=Paused R=Pending Scheduled Review S=Pending Post Approval T=Pending Award U=Pending Award Approval W=Post to Third Party Failed X=Cancelled Z=Inactive Version |
10 | BLIND_FLG | Character(1) | VARCHAR2(1) NOT NULL | Sealed Event |
11 | AUC_DTTM_START | DateTime(26) | TIMESTAMP | Date Time Start |
12 | AUC_DTTM_FINISH | DateTime(26) | TIMESTAMP | Date Time Finish |
13 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | Currency Code |
14 | RT_TYPE | Character(5) | VARCHAR2(5) NOT NULL | Defines a category of market rates for currency conversion. Some examples of rate types are commercial, average, floating, and historical. |
15 | BID_RESP | Character(254) | VARCHAR2(254) NOT NULL | Bid Response |
16 | AUC_EXT_PRICE | Number(18,5) | DECIMAL(17,5) NOT NULL | Auction Extended Price |
17 | PUBLIC_FLG | Character(1) | VARCHAR2(1) NOT NULL | Send to Vendor |
18 | MIN_BID_REQUIRED | Number(5,0) | INTEGER NOT NULL | Minimum number of bid response |
19 | MIN_DAYS_WARNING | Number(5,0) | INTEGER NOT NULL | Number of days warning prior |
20 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |
21 | DATETIMEVAL1 | DateTime(26) | TIMESTAMP | DateTime Value |
22 | EMAILID | Character(70) | VARCHAR2(70) NOT NULL | A user's E-mail address |