[Home] [Help]
[Dependency Information]
| Object Name: | PSB_WS_SUBMIT_COMMENTS |
|---|---|
| Object Type: | TABLE |
| Owner: | PSB |
| FND Design Data: | PSB.PSB_WS_SUBMIT_COMMENTS
|
| Subobject Name: | |
| Status: | VALID |
PSB_WS_SUBMIT_COMMENTS stores the comments for the review group when a
worksheet or budget revision is submitted.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PSB_WS_SUBMIT_COMMENTS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
OPERATION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OPERATION_ID | NUMBER | (20) | Yes | Operation identifier. Unique identifier for the table. |
| WORKSHEET_ID | NUMBER | (20) | Yes | Worksheet or budget revision identifier |
| COMMENTS | VARCHAR2 | (2000) | Comments passed during the submit worksheet operation or submit budget revision operation |
Cut, paste (and edit) the following text to query this object:
SELECT OPERATION_ID
, WORKSHEET_ID
, COMMENTS
FROM PSB.PSB_WS_SUBMIT_COMMENTS;
PSB.PSB_WS_SUBMIT_COMMENTS does not reference any database object
PSB.PSB_WS_SUBMIT_COMMENTS is referenced by following:
APPS
PSB_WS_SUBMIT_COMMENTS
|
|
|
|