AM_PREAM_PRF_VW(SQL View) | 
Index Back | 
|---|---|
Profile ID - Pre IntfcSelects the Profile ID from those entries in pre interface am with load status NEW. | 
| SELECT DISTINCT B.PROFILE_ID , B.DESCR FROM PS_INTFC_PRE_AM A , PS_PROFILE_TBL B , PS_SET_CNTRL_REC C WHERE A.PROFILE_ID = B.PROFILE_ID AND A.LOAD_STATUS = 'NEW' AND B.SETID = C.SETID AND C.SETCNTRLVALUE = A.BUSINESS_UNIT_AM AND C.RECNAME = 'PROFILE_TBL' | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(10) | VARCHAR2(10) NOT NULL | 
Asset Profile ID
 Prompt Table: PROFILE_TBL  | 
|
| 2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |