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


TABLE: ASG.ASG_PUB_CLASSES

Object Details
Object Name: ASG_PUB_CLASSES
Object Type: TABLE
Owner: ASG
Subobject Name:
Status: VALID


Stores the class path of the system queue and packages for the mobile applicaitons.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
PUB_ID NUMBER
Yes PK.
VIEWSOURCECLASS VARCHAR2 (200) Yes The classpath for the system queue class.
VIEWPKGSPECCLASS VARCHAR2 (200) Yes The classpath for the system package spec class.
VIEWPKGBODYCLASS VARCHAR2 (200) Yes The classpath for the system package body class.
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
SECURITY_GROUP_ID NUMBER

Used in the hosted environment.
CLASSORDER NUMBER

Class order.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PUB_ID
,      VIEWSOURCECLASS
,      VIEWPKGSPECCLASS
,      VIEWPKGBODYCLASS
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      SECURITY_GROUP_ID
,      CLASSORDER
FROM ASG.ASG_PUB_CLASSES;

Dependencies

[top of page]

ASG.ASG_PUB_CLASSES does not reference any database object

ASG.ASG_PUB_CLASSES is referenced by following:

SchemaAPPS
SynonymASG_PUB_CLASSES