TD_TREE_PROD_VW(SQL View) | 
Index Back | 
|---|---|
Product Tree Prompt View | 
| SELECT setid , td_tree_id ,descr FROM PS_TD_TREE_HDR a WHERE a.effdt = ( SELECT MAX(A_ED.EFFDT) FROM PS_TD_TREE_HDR A_ED WHERE A.SETID = A_ED.SETID AND A.td_tree_id = A_ED.td_tree_id AND A_ED.EFFDT <= %CurrentDateIn) AND a.eff_status = 'A' AND a.td_tree_type = 'P' | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | 
SetID
 Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW  | 
|
| 2 | Character(8) | VARCHAR2(8) NOT NULL | Tree ID | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |