[Home] [Help]
[Dependency Information]
| Object Name: | JTF_IH_REASONS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | JTF |
| FND Design Data: | JTF.JTF_IH_REASONS_B
|
| Subobject Name: | |
| Status: | VALID |
A reason for the result of an interaction or an activity. Example: The reason the interaction resulted in a no-sale was that the customer thought the product was too expensive.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JTF_IH_REASONS_B_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
REASON_ID
|
| JTF_IH_REASONS_B_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
LAST_UPDATE_DATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REASON_ID | NUMBER | (15) | Yes | Unique Reason 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). | |
| VERSATILITY_CODE | NUMBER | Numeric conversion code to Versatility Systems for migration from legacy product. | ||
| REASON_REQUIRED | VARCHAR2 | (1) | Flag to indicate if reason is required for this result | |
| GENERATE_PUBLIC_CALLBACK | VARCHAR2 | (1) | Flag to indicate if a public call back should be generated if this reason is chosen | |
| GENERATE_PRIVATE_CALLBACK | VARCHAR2 | (1) | Flag to indicate if a private call back should be generated if this reason is chosen | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
| ACTIVE | VARCHAR2 | (1) | Shows whether the reason is active |
Cut, paste (and edit) the following text to query this object:
SELECT REASON_ID
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, VERSATILITY_CODE
, REASON_REQUIRED
, GENERATE_PUBLIC_CALLBACK
, GENERATE_PRIVATE_CALLBACK
, SECURITY_GROUP_ID
, ACTIVE
FROM JTF.JTF_IH_REASONS_B;
JTF.JTF_IH_REASONS_B does not reference any database object
JTF.JTF_IH_REASONS_B is referenced by following:
APPS
JTF_IH_REASONS_B
|
|
|
|