EOEC_EMBHLP_EXC(SQL View) |
Index Back |
---|---|
Manage Embedded helpView to see if there are any collisions for embedded help content that was approved by Info Dev .. but later changed/pushed in another build. Grid on page alerts Info Dev to this |
SELECT A.PNLNAME , A.PNLFLDID , A.MESSAGE_SET_NBR , A.MESSAGE_NBR , A.EOEC_EMB_HELP_STAT , A.LAST_UPDATE_DTTM , B.LAST_UPDATE_DTTM FROM PS_EOEC_EMB_HELP A , PSMSGCATDEFN B WHERE A.MESSAGE_SET_NBR = B.MESSAGE_SET_NBR AND A.MESSAGE_NBR= B.MESSAGE_NBR AND A.LAST_UPDATE_DTTM < B.LAST_UPDATE_DTTM AND A.EOEC_EMB_HELP_STAT = 'C' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PNLNAME | Character(30) | VARCHAR2(30) NOT NULL | Page Name (see PSPNLDEFN). |
2 | PNLFLDID | Number(4,0) | SMALLINT NOT NULL | Page Field ID |
3 | MESSAGE_SET_NBR | Number(5,0) | INTEGER NOT NULL | Message Set Number. This field refers to the Message Set Number in the Message Catalog. |
4 | MESSAGE_NBR | Number(5,0) | INTEGER NOT NULL | Message Number. This field refers to the Message Number in the Message Catalog. |
5 | EOEC_EMB_HELP_STAT | Character(1) | VARCHAR2(1) NOT NULL |
Used on the Manage Embedded Help page
Internal page used by info dev to manage the internal content of help on pages.
C=Complete I=In Progress |
6 | LAST_UPDATE_DTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
7 | LASTUPDDTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |