[Home] [Help]
[Dependency Information]
| Object Name: | JTF_TERR_COLUMNS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_TERR_COLUMNS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TABLE_NAME | VARCHAR2 | (128) | Yes | |
| COLUMN_NAME | VARCHAR2 | (128) | Yes | |
| COLUMN_ID | NUMBER | |||
| DATA_TYPE | VARCHAR2 | (128) | ||
| DATA_LENGTH | NUMBER | Yes | ||
| NULLABLE | VARCHAR2 | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT TABLE_NAME
, COLUMN_NAME
, COLUMN_ID
, DATA_TYPE
, DATA_LENGTH
, NULLABLE
FROM APPS.JTF_TERR_COLUMNS_V;
PUBLIC
ALL_TAB_COLUMNS
APPS.JTF_TERR_COLUMNS_V is not referenced by any database object
|
|
|
|