[Home] [Help]
[Dependency Information]
| Object Name: | CSC_FND_ALL_COLUMNS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CSC.CSC_FND_ALL_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.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLICATION_ID | NUMBER | (15) | Application that owns the table that owns this column. Foreign key to FND_TABLE. | |
| TABLE_ID | NUMBER | (15) | Table to which column belongs. Foreign key to FND_TABLES. | |
| COLUMN_SEQUENCE | NUMBER | (15) | Sequence number. Indicates order of columns in created table. | |
| COLUMN_NAME | VARCHAR2 | (30) | Actual database column name | |
| DESCRIPTION | VARCHAR2 | (240) | Name of flexfield associated with this column | |
| TYPE | VARCHAR2 | (5) | The type of column |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, TABLE_ID
, COLUMN_SEQUENCE
, COLUMN_NAME
, DESCRIPTION
, TYPE
FROM APPS.CSC_FND_ALL_COLUMNS_V;
APPS
FND_COLUMNS
FND_VIEW_COLUMNS
APPS.CSC_FND_ALL_COLUMNS_V is not referenced by any database object
|
|
|
|