AE_TEMPUSE_VW(SQL View) |
Index Back |
---|---|
Temporary Table implementationTracks all Temporay Table names and how many instances have been requested and by how many programs. |
SELECT A.RECNAME , COUNT(*) , SUM(B.TEMPTBLINSTANCES) FROM PSAEAPPLTEMPTBL A , PSAEAPPLDEFN B WHERE B.AE_APPLID = A.AE_APPLID GROUP BY A.RECNAME |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RECNAME | Character(15) | VARCHAR2(15) NOT NULL | Record (Table) Name (see PSRECDEFN). |
2 | AE_APPL_CNT | Number(5,0) | INTEGER NOT NULL | Used to represent how many AE applications use a particular Temporary Table |
3 | TOTAL_COUNT | Number(7,0) | INTEGER NOT NULL | Total Count |