RSFD_INDUSTY_VW(SQL View) |
Index Back |
---|---|
Sales - Active IndustriesView For Active Industries added by sales dashboard team |
SELECT A.INDUSTRY_ID , A.DESCR50 , A.SIC_CODE , A.PARENT_INDUSTRY_ID , A.STATUS , B.XLATSHORTNAME FROM PS_RSF_INDUSTRY A , PSXLATITEM B WHERE A.STATUS = B.FIELDVALUE AND B.FIELDNAME = 'STATUS' AND B.EFF_STATUS = 'A' AND %EffdtCheck(PSXLATITEM C, B, %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INDUSTRY_ID | Character(30) | VARCHAR2(30) NOT NULL | Industry ID. |
2 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |
3 | SIC_CODE | Character(10) | VARCHAR2(10) NOT NULL | Standard Industry Code |
4 | PARENT_INDUSTRY_ID | Character(30) | VARCHAR2(30) NOT NULL |
Used by Sales Force Automation to indicate who the parent industry is.
Prompt Table:
RSF_INDUSTRY
|
5 | STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Status Indicator
A=Active I=Inactive |
6 | STATUS_CAT_SDESCR | Character(10) | VARCHAR2(10) NOT NULL | Used for contact center dashboard to display status category short description. |