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


TABLE: ASG.ASG_SUB_PARAM

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


Stores the subscription parameters.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
SUBSCRIPTION_PARAMS_ID NUMBER
Yes Sub parameter id.
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).
PARAM_NAME VARCHAR2 (60) Yes Name.
PUBLICATION_ID NUMBER
Yes Pub id.
LAST_RELEASE_VERSION NUMBER

Last release version.
CURRENT_RELEASE_VERSION NUMBER

Current release version.
SECURITY_GROUP_ID NUMBER

Security group id.
Query Text

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


SELECT SUBSCRIPTION_PARAMS_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      PARAM_NAME
,      PUBLICATION_ID
,      LAST_RELEASE_VERSION
,      CURRENT_RELEASE_VERSION
,      SECURITY_GROUP_ID
FROM ASG.ASG_SUB_PARAM;

Dependencies

[top of page]

ASG.ASG_SUB_PARAM does not reference any database object

ASG.ASG_SUB_PARAM is referenced by following:

SchemaAPPS
SynonymASG_SUB_PARAM