RB_BC_BILLTO_VW(SQL View) |
Index Back |
---|---|
Bill-to names by BO_ID_CUSTUsed as prompt table for selecting the Bill-To on the service order. |
SELECT DISTINCT A.BO_ID , A.PROFILE_CM_SEQ , A.CM_NICKNAME FROM PS_BO_ROLECM_CBILL A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
2 | PROFILE_CM_SEQ | Number(31,0) | DECIMAL(31) NOT NULL | The Contact Method Profile ID is a key field that is used to reference the details of a Contact Method in various CM tables. |
3 | CM_NICKNAME | Character(30) | VARCHAR2(30) NOT NULL | Nickname of a Contact Method |