[Home] [Help]
[Dependency Information]
| Object Name: | FND_FLEX_CROSS_VALIDATION_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FND.FND_FLEX_CROSS_VALIDATION_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 |
|---|---|---|---|---|
| FLEX_CODE | VARCHAR2 | (4) | Yes | Code of the key flexfield |
| FLEX_NAME | VARCHAR2 | (30) | Yes | Name of the key flexfield |
| FLEX_DESCRIPTION | VARCHAR2 | (240) | Description of the key flexfield | |
| APPLICATION_ID | NUMBER | (10) | Yes | Application identifier |
| APPLICATION_NAME | VARCHAR2 | (240) | Yes | Name of the application owning the key flexfield |
| APPLICATION_SHORT_NAME | VARCHAR2 | (50) | Yes | Short name of the application owning the key flexfield |
| FLEX_STRUCTURE_NUM | NUMBER | (15) | Yes | Number (ID) of the key flexfield structure |
| FLEX_STRUCTURE_NAME | VARCHAR2 | (30) | Yes | Name of the key flexfield structure |
| FLEX_STRUCTURE_DESCRIPTION | VARCHAR2 | (240) | Description of the key flexfield structure |
Cut, paste (and edit) the following text to query this object:
SELECT FLEX_CODE
, FLEX_NAME
, FLEX_DESCRIPTION
, APPLICATION_ID
, APPLICATION_NAME
, APPLICATION_SHORT_NAME
, FLEX_STRUCTURE_NUM
, FLEX_STRUCTURE_NAME
, FLEX_STRUCTURE_DESCRIPTION
FROM APPS.FND_FLEX_CROSS_VALIDATION_V;
APPS
FND_APPLICATION_VL
FND_ID_FLEXS
FND_ID_FLEX_STRUCTURES_VL
APPS.FND_FLEX_CROSS_VALIDATION_V is not referenced by any database object
|
|
|
|