DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.CSC_FND_ALL_COLUMNS_V

Object Details
Object Name: CSC_FND_ALL_COLUMNS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCSC.CSC_FND_ALL_COLUMNS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.CSC_FND_ALL_COLUMNS_V references the following:

SchemaAPPS
SynonymFND_COLUMNS
SynonymFND_VIEW_COLUMNS

APPS.CSC_FND_ALL_COLUMNS_V is not referenced by any database object