| RSF_LE_SRC_LNG2(SQL View) | Index Back | 
|---|---|
| SFA Sales Lead Source TableUsed by Sales Force Automation -- contains sources of Sales Leads | 
| SELECT A.LEAD_SOURCE_ID , B.LANGUAGE_CD , B.DESCR50 FROM PS_RSF_LE_SRC_TBL A , PS_RSF_LE_SRC_LNG B WHERE A.LEAD_SOURCE_ID = B.LEAD_SOURCE_ID AND A.STATUS = 'A' | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(15) | VARCHAR2(15) NOT NULL | Used by Sales Force Automation to identify the source of a Sales Lead. | |
| 2 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 3 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |