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


TABLE: JTF.JTF_IH_OUTCOMES_B

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


The outcome of an interaction. Example: Contact. Busy.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_IH_OUTCOMES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnOUTCOME_ID
JTF_IH_OUTCOMES_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnLAST_UPDATE_DATE
Columns
Name Datatype Length Mandatory Comments
OUTCOME_ID NUMBER (15) Yes Unique Outcome Identifier
OBJECT_VERSION_NUMBER NUMBER (9)
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_REQUIRED VARCHAR2 (1)
Flag to indicate if result is required for this outcome
VERSATILITY_CODE NUMBER

Numeric conversion code to Versatility Systems for migration from legacy product.
GENERATE_PUBLIC_CALLBACK VARCHAR2 (1)
Flag to indicate if a public call back should be generated if this outcome is chosen
GENERATE_PRIVATE_CALLBACK VARCHAR2 (1)
Flag to indicate if a private call back should be generated if this outcome is chosen
SCORE NUMBER

Score will represent the value associated with an outcome code for an outbound campaign. Will be used by Oracle Campaign Plus module for making decisions based on outcome code.
POSITIVE_OUTCOME_FLAG VARCHAR2 (1) Yes Flag set to identify positive outcomes.
SECURITY_GROUP_ID NUMBER

Used in hosted environments
ACTIVE VARCHAR2 (1)
Shows whether the outcome is active
Query Text

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


SELECT OUTCOME_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      RESULT_REQUIRED
,      VERSATILITY_CODE
,      GENERATE_PUBLIC_CALLBACK
,      GENERATE_PRIVATE_CALLBACK
,      SCORE
,      POSITIVE_OUTCOME_FLAG
,      SECURITY_GROUP_ID
,      ACTIVE
FROM JTF.JTF_IH_OUTCOMES_B;

Dependencies

[top of page]

JTF.JTF_IH_OUTCOMES_B does not reference any database object

JTF.JTF_IH_OUTCOMES_B is referenced by following:

SchemaAPPS
SynonymJTF_IH_OUTCOMES_B