[Home] [Help]
[Dependency Information]
Object Name: | FND_INDEXED_SEGS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
SEGMENT_NAME | VARCHAR2 | (30) | Yes | Key flexfield segment name |
APPLICATION_COLUMN_NAME | VARCHAR2 | (30) | Yes | Corresponding database table column name |
ID_FLEX_NUM | NUMBER | (15) | Yes | Key flexfield structure number |
Cut, paste (and edit) the following text to query this object:
SELECT SEGMENT_NAME
, APPLICATION_COLUMN_NAME
, ID_FLEX_NUM
FROM APPS.FND_INDEXED_SEGS_V;
APPS.FND_INDEXED_SEGS_V is not referenced by any database object
|
|
|