PROD_AN_VW_LNG(SQL View) |
Index Back |
---|---|
Related Language RecordRelated Language Record PROD_AN_VW |
SELECT a.setid , a.beg_seq , b.language_cd , a.descr FROM PS_AUTO_NUM_TBL a , ps_auto_num_lang b WHERE a.num_type='PROD' AND a.setid = b.setid AND a.num_type = b.num_type AND a.beg_seq = b.beg_seq |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | BEG_SEQ | Character(3) | VARCHAR2(3) NOT NULL | Beginning Sequence |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |