EP_DEV_TIP_TBL(SQL Table) |
Index Back |
---|---|
Development Tips TableRecord used to store development tips |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EP_DEV_TIP_ID | Character(8) | VARCHAR2(8) NOT NULL | Development tip id |
2 | EP_DEV_TIP_TITLE | Character(60) | VARCHAR2(60) NOT NULL | Development tip title |
3 | EP_CONTENT_SRC | Character(1) | VARCHAR2(1) NOT NULL |
Content provider source
C=Customer Defined D=DDI L=Lominger P=PDI Default Value: C |
4 | EP_DEV_TIP_DESCR | Long Character | CLOB | Development Tip long description field. |
5 | 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.
Default Value: %DATETIME |