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


TABLE: JTF.JTF_IH_CAMPAIGN_RESULT_REASONS

Object Details
Object Name: JTF_IH_CAMPAIGN_RESULT_REASONS
Object Type: TABLE
Owner: JTF
FND Design Data: TableJTF.JTF_IH_CAMPAIGN_RESULT_REASONS
Subobject Name:
Status: VALID


Intersection table that pairs a RESULT-REASON for a Specific Oracle Marketing Campaign.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_IH_CAMPAIGN_RSLT_RES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnRESULT_ID
ColumnREASON_ID
ColumnSOURCE_CODE_ID
Columns
Name Datatype Length Mandatory Comments
OBJECT_ID NUMBER

The Primary Key for the Oracle Marketing table relating to the object type.
OBJECT_TYPE VARCHAR2 (30)
Oracle Marketing type of source code.
SOURCE_CODE_ID NUMBER
Yes Unique identifier for Marketing Source Code
SOURCE_CODE VARCHAR2 (100)
Source Code provided by the customer
OBJECT_VERSION_NUMBER NUMBER (9) Yes Sequential number used for database locking control when using HTML as a user interface.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
RESULT_ID NUMBER (15) Yes Foreign Key to Result table
REASON_ID NUMBER (15) Yes Foreign Key to Reason Table
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT OBJECT_ID
,      OBJECT_TYPE
,      SOURCE_CODE_ID
,      SOURCE_CODE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      RESULT_ID
,      REASON_ID
,      SECURITY_GROUP_ID
FROM JTF.JTF_IH_CAMPAIGN_RESULT_REASONS;

Dependencies

[top of page]

JTF.JTF_IH_CAMPAIGN_RESULT_REASONS does not reference any database object

JTF.JTF_IH_CAMPAIGN_RESULT_REASONS is referenced by following:

SchemaJTF
ViewJTF_IH_CAMPAIGN_RESULT_REASON#