[Home] [Help]
[Dependency Information]
| Object Name: | CSM_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 | Yes | ||
| TASK_PRIORITY_ID | NUMBER | Yes | ||
| NAME | VARCHAR2 | (30) | Yes | |
| IMPORTANCE_LEVEL | NUMBER | Yes | ||
| START_DATE_ACTIVE | DATE | |||
| END_DATE_ACTIVE | DATE |
Cut, paste (and edit) the following text to query this object:
SELECT ACCESS_ID
, TASK_PRIORITY_ID
, NAME
, IMPORTANCE_LEVEL
, START_DATE_ACTIVE
, END_DATE_ACTIVE
FROM APPS.CSM_TASK_PRIORITIES_V;
APPS
ASG_BASE
- show dependent code
CSM_TASK_PRIORITIES_ACC
JTF_TASK_PRIORITIES_B
JTF_TASK_PRIORITIES_TL
APPS.CSM_TASK_PRIORITIES_V is not referenced by any database object
|
|
|
|