[Home] [Help]
[Dependency Information]
| Object Name: | JTF_TASK_REFERENCES_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_TASK_REFERENCES_VL
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
MLS View for JTF_TASK_REFERENCES_B and JTF_TASK_REFERENCES_TL.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Unique row identifier | |
| TASK_REFERENCE_ID | NUMBER | Yes | Unique task reference identifier | |
| TASK_ID | NUMBER | Yes | Task ID that owns this reference | |
| OBJECT_TYPE_CODE | VARCHAR2 | (30) | Yes | Reference object type code (foreign key to JTF_TASK_OBJECT_TYPES) |
| CREATED_BY | NUMBER | 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 | 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 | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
| OBJECT_NAME | VARCHAR2 | (80) | Yes | Name of reference object |
| OBJECT_ID | NUMBER | Yes | Internal ID of reference object | |
| OBJECT_DETAILS | VARCHAR2 | (2000) | Additional information of the reference object | |
| REFERENCE_CODE | VARCHAR2 | (30) | Lookup code indicating the context of the reference | |
| ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield structure definition column. | |
| USAGE | VARCHAR2 | (2000) | User comment on the usage of the reference | |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Sequential number used for database locking control when using HTML as a user interface |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, TASK_REFERENCE_ID
, TASK_ID
, OBJECT_TYPE_CODE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_NAME
, OBJECT_ID
, OBJECT_DETAILS
, REFERENCE_CODE
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, ATTRIBUTE_CATEGORY
, USAGE
, OBJECT_VERSION_NUMBER
FROM APPS.JTF_TASK_REFERENCES_VL;
APPS
JTF_TASK_REFERENCES_B
JTF_TASK_REFERENCES_TL
APPS
ASP_ALERTS_SUBS
- show dependent code
ASP_SERVICE_CONTENT_PROVIDER
- show dependent code
CSF_MAP_PVT
- show dependent code
CSM_UTIL_PKG
- show dependent code
CS_SR_CHILD_AUDIT_PKG
- show dependent code
JTF_AGENDA_CALCULATIONS
- show dependent code
JTF_ASSIGN_PUB
- show dependent code
JTF_EC_ESC_CONTACTS_REF_DOCS
JTF_EC_REFERENCES_PVT
- show dependent code
JTF_EC_UTIL
- show dependent code
JTF_EC_WORKFLOW_PKG
- show dependent code
JTF_ESCWFACTIVITY_PVT
- show dependent code
JTF_TASKS_PUB
- show dependent code
JTF_TASKS_PVT
- show dependent code
JTF_TASK_REFERENCES_PKG
- show dependent code
JTF_TASK_REFERENCES_PUB
- show dependent code
JTF_TASK_REFERENCES_PVT
- show dependent code
|
|
|
|