SSR_TREEACCS_VW(SQL View) |
Index Back |
---|---|
Tree Definition name and effdtTree Definition name and effdt |
SELECT %Substring(a.setid,1,5) institution , a.tree_strct_id , a.tree_name , a.effdt , a.eff_status , a.descr FROM PSTREEDEFN a WHERE a.tree_category = 'TEST_ADMIN' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table:
INSTITUTN_SCRTY
|
2 | TREE_STRCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Tree Structure Name (see PSTREESTRCT).
Prompt Table: SSR_TREESTR_VW |
3 | TREE_NAME | Character(18) | VARCHAR2(18) NOT NULL |
Tree Name
Prompt Table: SSR_TREE_VW |
4 | TREE_EFFDT | Date(10) | DATE | Effective date of the Tree |
5 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |