RF_SVC_AN_LVW(SQL View) |
Index Back |
---|---|
Service Auto Numbering ViewLanguage view Retrieves the beginning sequence for auto numbering the services. |
SELECT a.setid , a.beg_seq , a.language_cd , a.descr FROM PS_AUTO_NUM_LANG a WHERE a.num_type='SVC' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Prompt Table: SP_SETID_NONVW |
2 | SERVICE_BEG_SEQ | Character(20) | VARCHAR2(20) NOT NULL | Beginning Sequence for Service |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |