[Home] [Help]
[Dependency Information]
| Object Name: | PSB_SS_SERVICE_PACKAGES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PSB.PSB_SS_SERVICE_PACKAGES_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SERVICE_PACKAGE_ID | NUMBER | (20) | Yes | Service Package Identifier |
| NAME | VARCHAR2 | (30) | Yes | Service Package Name |
| SHORT_NAME | VARCHAR2 | (15) | Yes | Service Package Short Name |
| PRIORITY | NUMBER | Service Package Priority Value | ||
| DESCRIPTION | VARCHAR2 | (2000) | Service Package Description |
Cut, paste (and edit) the following text to query this object:
SELECT SERVICE_PACKAGE_ID
, NAME
, SHORT_NAME
, PRIORITY
, DESCRIPTION
FROM APPS.PSB_SS_SERVICE_PACKAGES_V;
APPS
PSB_SERVICE_PACKAGES
APPS.PSB_SS_SERVICE_PACKAGES_V is not referenced by any database object
|
|
|
|