[Home] [Help]
[Dependency Information]
| Object Name: | PSB_WS_SUBMIT_SERVICE_PACKAGES |
|---|---|
| Object Type: | TABLE |
| Owner: | PSB |
| FND Design Data: | PSB.PSB_WS_SUBMIT_SERVICE_PACKAGES
|
| Subobject Name: | |
| Status: | VALID |
PSB_WS_SUBMIT_SERVICE_PACKAGES stores information about the service
packages submitted for a given worksheet. When a worksheet is being
developed, service packages can be created. Not all the service
packages are submitted, and this table stores the list of service
packages submitted.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PSB_WS_SUBMIT_SP_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
WORKSHEET_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| WORKSHEET_ID | NUMBER | (20) | Yes | Worksheet unique identifier |
| SERVICE_PACKAGE_ID | NUMBER | (20) | Yes | Unique identifier for service package for the worksheet that must be included in the operation |
| OPERATION_ID | NUMBER | (20) | Yes | Uniquely identifies an instance of an operation on the worksheet |
Cut, paste (and edit) the following text to query this object:
SELECT WORKSHEET_ID
, SERVICE_PACKAGE_ID
, OPERATION_ID
FROM PSB.PSB_WS_SUBMIT_SERVICE_PACKAGES;
PSB.PSB_WS_SUBMIT_SERVICE_PACKAGES does not reference any database object
PSB.PSB_WS_SUBMIT_SERVICE_PACKAGES is referenced by following:
APPS
PSB_WS_SUBMIT_SERVICE_PACKAGES
|
|
|
|