ORGTRACKSRCHLNG(SQL View) | 
Index Back | 
|---|---|
Reld Ln Org Tracking GroupsSchORGTRACKSRCHLNG is the language record related to ORG_TRACK_SRCH. A related language record enables text fields on a table to be translated into various languages for use in other countries. | 
| SELECT a.common_id , a.tracking_seq , B.LANGUAGE_CD , b.descr FROM PS_TRACKING_GRPS a , PS_EXT_ORG_LANG b WHERE a.common_id = b.ext_org_id | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(11) | VARCHAR2(11) NOT NULL | 
Common ID to store Personal ID / Ext Org ID value
 Prompt Table: EXT_ORG_TBL  | 
|
| 2 | Number(3,0) | SMALLINT NOT NULL | Tracking Sequence | |
| 3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |