ACCOUNT_TERM_VW(SQL View) |
Index Back |
---|---|
Student Account Term View |
select business_unit, emplid, account_nbr, account_term from PS_ACCOUNT_SF |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: SP_BU_SF_NONVW |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PEOPLE_SRCH |
3 | ACCOUNT_NBR | Character(10) | VARCHAR2(10) NOT NULL | Account Nbr |
4 | ACCOUNT_TERM | Character(4) | VARCHAR2(4) NOT NULL | Account Term |