PSCDBOBJTYPEVW

(SQL View)
Index Back

Object Application Class map

This table maps a transaction options to an application class in order to message the transactions contents to an external system.

SELECT PT_CDB_APP_CODE , PT_CDB_OBJTYPE_ID , PT_CDB_OBJ_SEQ_NBR FROM PSCDBOBJCLASS

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 PT_CDB_APP_CODE Character(4) VARCHAR2(4) NOT NULL Code of the application message to the dashboard. This may be used by the messaging framework as a mechanism to distribute messages to a JMS server.

Prompt Table: PSCDBAPPCODE

2 PT_CDB_OBJTYPE_ID Character(31) VARCHAR2(31) NOT NULL This object type is the ID for the data that is sent through the messaging framework. This usually, but not necessarily, is equivalent to a database record.
3 PT_CDB_OBJ_SEQ_NBR Number(4,0) SMALLINT NOT NULL Object sequence number for dashboard objects.