AE_TEMPLOCK_VW

(SQL View)
Index Back

Temp Tbl Lock by Table

Tracks how many Locks are currently in effect for a particular Temporary Table.

SELECT RECNAME , COUNT(*) FROM PS_AETEMPTBLMGR WHERE CURTEMPINSTANCE > 0 GROUP BY 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 TEMPTBLINSTLOCKS Number(4,0) SMALLINT NOT NULL Used to track how many instances of a particular temporary table are locked/in use at the moment.