[Home] [Help]
[Dependency Information]
Object Name: | OKC_LINES_INDEX_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 |
---|---|---|---|---|
ID | NUMBER | Primary key column, mirror of okc_lines_v.id | ||
LINE_INDEX | VARCHAR2 | (4000) | Full treewalk index of the line within lines hierarchy to display in report | |
LINE_ORDER | VARCHAR2 | (4000) | Full treewalk index of the line within lines hierarchy to use within "order by" clause |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, LINE_INDEX
, LINE_ORDER
FROM APPS.OKC_LINES_INDEX_V;
APPS.OKC_LINES_INDEX_V is not referenced by any database object
|
|
|