DBA Data[Home] [Help] [Dependency Information]


TABLE: PSB.PSB_WS_SUBMIT_SERVICE_PACKAGES

Object Details
Object Name: PSB_WS_SUBMIT_SERVICE_PACKAGES
Object Type: TABLE
Owner: PSB
FND Design Data: TablePSB.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PSB_WS_SUBMIT_SP_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnWORKSHEET_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

PSB.PSB_WS_SUBMIT_SERVICE_PACKAGES does not reference any database object

PSB.PSB_WS_SUBMIT_SERVICE_PACKAGES is referenced by following:

SchemaAPPS
SynonymPSB_WS_SUBMIT_SERVICE_PACKAGES