PRICE_CALC_SRCH(SQL View) |
Index Back |
---|---|
Price Calc BU Description ViewThis view is used in the Price & Availability panels as a search record. The order number field is never used and is intended to be a bogus number so that the ORD_HEADER is never populated with a real record during pricing. |
SELECT A.BUSINESS_UNIT , '9999999' ,A.DESCR ,A.DESCRSHORT FROM PS_BUS_UNIT_TBL_FS A , PS_BUS_UNIT_TBL_OM B WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT Prompt Table: SP_BU_OM_NONVW |
2 | ORDER_NO | Character(10) | VARCHAR2(10) NOT NULL | Identifies a customer order number that appears as a reference on a receivables pending item. Date Initials Issue Description 022701 mv SP2 (F-CJORGENS-3) CSR Desktop |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |