TRNSPT_SET_SRCH(SQL View) |
Index Back |
---|---|
Transportation Lead Set Srch |
select business_unit, business_unit_in, product_id, product_group, ship_type_id, carrier_id, region_cd, cust_id, customer_group, effdt, eff_status from PS_TRNSPT_SET |
# | 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_OM.BUSINESS_UNIT Prompt Table: SP_BU_OM_NONVW |
2 | BUSINESS_UNIT_IN | Character(5) | VARCHAR2(5) NOT NULL |
Inventory Unit
Prompt Table: SP_BUIN_NONVW |
3 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: PROD_ITEM |
4 | PRODUCT_GROUP | Character(10) | VARCHAR2(10) NOT NULL |
Product Group
Prompt Table: PRODGP_TPT2_VW |
5 | SHIP_TYPE_ID | Character(10) | VARCHAR2(10) NOT NULL |
Ship Via Code
Prompt Table: SHIP_METHOD |
6 | CARRIER_ID | Character(10) | VARCHAR2(10) NOT NULL |
Carrier ID
Prompt Table: CARRIER_ID |
7 | REGION_CD | Character(10) | VARCHAR2(10) NOT NULL |
Identifies the Sales Region. Populated on the Item Table to identify the Sales Region the Item is applied to.
Prompt Table: REGNCD_TRPT_VW |
8 | 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.
Prompt Table: CUSTOMER |
9 | CUSTOMER_GROUP | Character(10) | VARCHAR2(10) NOT NULL |
Customer Group
Prompt Table: CUSTGP_TPT2_VW |
10 | EFFDT | Date(10) | DATE NOT NULL | Effective Date |
11 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |