PROFLETBL_LN_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 A.SETID , A.PROFILE_ID , C.LANGUAGE_CD , C.DESCR FROM PS_PROFILE_TBL A , PS_PROFILE_DET_TBL B , PS_PROFILE_LANG C 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) AND A.SETID = C.SETID AND A.PROFILE_ID = C.PROFILE_ID |
| # | 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 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |