[Home] [Help]
[Dependency Information]
| Object Name: | JTF_IH_REASONS_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_IH_REASONS_VL
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
Translated view for JTF_IH_REASONS_B and JTF_IH_REASONS_TL.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row Identifier | |
| 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). | |
| REASON_REQUIRED | VARCHAR2 | (1) | Flag to indicate if reason is required for this result | |
| 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 reason is chosen | |
| GENERATE_PRIVATE_CALLBACK | VARCHAR2 | (1) | Flag to indicate if a private call back should be generated if this reason is chosen | |
| REASON_CODE | VARCHAR2 | (80) | Reason Code | |
| SHORT_DESCRIPTION | VARCHAR2 | (240) | High level Textual Description | |
| LONG_DESCRIPTION | VARCHAR2 | (1000) | Detailed Textual Description | |
| ACTIVE | VARCHAR2 | (1) | Shows whether the reason is active |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, REASON_ID
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REASON_REQUIRED
, VERSATILITY_CODE
, GENERATE_PUBLIC_CALLBACK
, GENERATE_PRIVATE_CALLBACK
, REASON_CODE
, SHORT_DESCRIPTION
, LONG_DESCRIPTION
, ACTIVE
FROM APPS.JTF_IH_REASONS_VL;
APPS
JTF_IH_REASONS_B
JTF_IH_REASONS_TL
APPS
AST_IH_CAMP_RESULT_REASONS_VL
IEX_CALL_HISTORY
- show dependent code
IEX_COLL_CAMP_SCHD_RPT_PKG
- show dependent code
IEX_INT_ACTIVITY_HISTORY_V
JTF_IH_RESULT_REASONS_VL
JTF_IH_WRAP_UPS_VL
|
|
|
|