[Home] [Help]
[Dependency Information]
Object Name: | FII_ALL_NATURAL_ACCOUNTS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
List of all natural accounts from the master value set.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
STRUCT_CODE | VARCHAR2 | (30) | Yes | Key flexfield structure code |
FLEX_VALUE | VARCHAR2 | (150) | Yes | Flexfield segment value |
DESCRIPTION | VARCHAR2 | (240) | Description |
Cut, paste (and edit) the following text to query this object:
SELECT STRUCT_CODE
, FLEX_VALUE
, DESCRIPTION
FROM APPS.FII_ALL_NATURAL_ACCOUNTS_V;
APPS.FII_ALL_NATURAL_ACCOUNTS_V is not referenced by any database object
|
|
|