[Home] [Help]
[Dependency Information]
| Object Name: | JTF_IH_WRAP_UPS |
|---|---|
| Object Type: | TABLE |
| Owner: | JTF |
| FND Design Data: | JTF.JTF_IH_WRAP_UPS
|
| Subobject Name: | |
| Status: | VALID |
This table identifies the information that has to be provided by the application inserting Interaction History records.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JTF_IH_WRAP_UPS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
WRAP_ID
ZD_EDITION_NAME
|
| JTF_IH_WRAP_UPS_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
SOURCE_CODE
|
| JTF_IH_WRAP_UPS_N2 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
OBJECT_TYPE
|
| JTF_IH_WRAP_UPS_N3 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
OUTCOME_ID
RESULT_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| WRAP_ID | NUMBER | (15) | Yes | Unique WRAP_UP 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). | |
| OUTCOME_REQUIRED | VARCHAR2 | (1) | Indicates if an Outcome is required for this interaction. | |
| RESULT_REQUIRED | VARCHAR2 | (1) | Indicates if a Result is required for this interaction. | |
| REASON_REQUIRED | VARCHAR2 | (1) | Indicates if a Reason is required for this interaction. | |
| OUTCOME_ID | NUMBER | (15) | Outcome Identifier | |
| RESULT_ID | NUMBER | (15) | Result Identifer | |
| REASON_ID | NUMBER | (15) | Reason Identifier | |
| ACTION_ACTIVITY_ID | NUMBER | (15) | Unique Activity Identifier | |
| OBJECT_ID | NUMBER | (15) | 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 | (15) | Unique identifier for Marketing Source Code | |
| SOURCE_CODE | VARCHAR2 | (100) | Source Code provided by the customer | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
| START_DATE | DATE | This field enabled the IH administrator to start-time the wrap-ups that are going to be used in a campaign | ||
| END_DATE | DATE | This field enables the IH administrator to end-date the wrap-ups | ||
| WRAP_UP_LEVEL | VARCHAR2 | (30) | Wrap Up Level | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT WRAP_ID
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OUTCOME_REQUIRED
, RESULT_REQUIRED
, REASON_REQUIRED
, OUTCOME_ID
, RESULT_ID
, REASON_ID
, ACTION_ACTIVITY_ID
, OBJECT_ID
, OBJECT_TYPE
, SOURCE_CODE_ID
, SOURCE_CODE
, SECURITY_GROUP_ID
, START_DATE
, END_DATE
, WRAP_UP_LEVEL
, ZD_EDITION_NAME
FROM JTF.JTF_IH_WRAP_UPS;
JTF.JTF_IH_WRAP_UPS does not reference any database object
JTF.JTF_IH_WRAP_UPS is referenced by following:
JTF
JTF_IH_WRAP_UPS#
|
|
|
|