[Home] [Help]
[Dependency Information]
| Object Name: | JTM_JTF_TASK_PRIORITIES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ACCESS_ID | NUMBER | |||
| TASK_PRIORITY_ID | NUMBER | Yes | ||
| START_DATE_ACTIVE | DATE | |||
| END_DATE_ACTIVE | DATE | |||
| NAME | VARCHAR2 | (30) | Yes | |
| IMPORTANCE_LEVEL | NUMBER | Yes | ||
| LANGUAGE | VARCHAR2 | (4) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ACCESS_ID
, TASK_PRIORITY_ID
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, NAME
, IMPORTANCE_LEVEL
, LANGUAGE
FROM APPS.JTM_JTF_TASK_PRIORITIES_V;
APPS
ASG_BASE
- show dependent code
JTF_TASK_PRIORITIES_B
JTF_TASK_PRIORITIES_TL
JTM_JTF_TASK_PRIORITIES_ACC
APPS.JTM_JTF_TASK_PRIORITIES_V is not referenced by any database object
|
|
|
|