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


TABLE: IBW.IBW_REFERRAL_CATEGORIES_B

Object Details
Object Name: IBW_REFERRAL_CATEGORIES_B
Object Type: TABLE
Owner: IBW
Subobject Name:
Status: VALID


Stores the information related to Referral Sites. A referral Site can be either system generated or a user created. If it is created using Web Analytics Administration UI, its user created and if the Fact Population Program creates it, then its system generated. When a visit starts, Fact Population Program tries to map the referral URL with the existing referral Sites, if it doesn�t find any Site, then it creates a new referral Site.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBW_REFERRAL_CATEGORIES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREFERRAL_CATEGORY_ID
Columns
Name Datatype Length Mandatory Comments
REFERRAL_CATEGORY_ID NUMBER (15) Yes Referral category identifier
STATUS VARCHAR2 (30) Yes Status to display or hide a referral category in reports. Valid values are A for active and I for inactive.
USER_DEFINED_FLAG VARCHAR2 (1) Yes Flag to indicate if a referral category is user defined or system generated
OBJECT_VERSION_NUMBER NUMBER
Yes Object version number for Locking
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
PROGRAM_ID NUMBER

Concurrent program identifier
PROGRAM_LOGIN_ID NUMBER

Oracle Application Concurrent Program Login identifier
PROGRAM_APPLICATION_ID NUMBER

Oracle Application identifier
REQUEST_ID NUMBER

Concurrent request instance identifier
Query Text

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


SELECT REFERRAL_CATEGORY_ID
,      STATUS
,      USER_DEFINED_FLAG
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      PROGRAM_ID
,      PROGRAM_LOGIN_ID
,      PROGRAM_APPLICATION_ID
,      REQUEST_ID
FROM IBW.IBW_REFERRAL_CATEGORIES_B;

Dependencies

[top of page]

IBW.IBW_REFERRAL_CATEGORIES_B does not reference any database object

IBW.IBW_REFERRAL_CATEGORIES_B is referenced by following:

SchemaAPPS
SynonymIBW_REFERRAL_CATEGORIES_B