PROFILE_TBL_VW(SQL View) |
Index Back |
|---|---|
Asset Profile Prompt TableThis view, when used as a prompt table on asset.profile_id, filters out non-effective profiles from the drop down list during the asset add process. |
| SELECT DISTINCT A.SETID , A.PROFILE_ID , A.DESCR FROM PS_PROFILE_TBL A , PS_PROFILE_DET_TBL B WHERE A.SETID = B.SETID AND A.PROFILE_ID = B.PROFILE_ID AND B.EFFDT <= ( SELECT MAX(EFFDT) FROM PS_PROFILE_DET_TBL C WHERE C.SETID = B.SETID AND C.PROFILE_ID = B.PROFILE_ID AND C.EFFDT <= %CurrentDateIn) |
| # | 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(10) | VARCHAR2(10) NOT NULL |
Asset Profile ID
Prompt Table: PROFILE_TBL |
|
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |