[Home] [Help]
[Dependency Information]
| Object Name: | PON_TE_VIEW_AUDIT |
|---|---|
| Object Type: | TABLE |
| Owner: | PON |
| FND Design Data: | PON.PON_TE_VIEW_AUDIT
|
| Subobject Name: | |
| Status: | VALID |
This will not be indexed presently, as there are no current features attached to it.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| VIEW_DATE | DATE | Yes | The date the document was viewed. | |
| ENTRY_ID | NUMBER | (15) | Yes | FK to PON_THREAD_ENTRIES for the message that was viewed. |
| VIEWER_PARTY_ID | NUMBER | (15) | Yes | FK to HZ_PARTIES for the party who viewed the message. |
Cut, paste (and edit) the following text to query this object:
SELECT VIEW_DATE
, ENTRY_ID
, VIEWER_PARTY_ID
FROM PON.PON_TE_VIEW_AUDIT;
PON.PON_TE_VIEW_AUDIT does not reference any database object
PON.PON_TE_VIEW_AUDIT is referenced by following:
PON
PON_TE_VIEW_AUDIT#
|
|
|
|