[Home] [Help]
[Dependency Information]
Object Name: | AMW_NATURAL_ACCT_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view retrieves the natural accounts based on the setting of profile "AMW: Natural Account Value Set".
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
NATURAL_ACCOUNT_ID | VARCHAR2 | (150) | Yes | Natural Account Identifier |
ACCOUNT_NAME | VARCHAR2 | (240) | Natural Account Name |
Cut, paste (and edit) the following text to query this object:
SELECT NATURAL_ACCOUNT_ID
, ACCOUNT_NAME
FROM APPS.AMW_NATURAL_ACCT_V;
APPS.AMW_NATURAL_ACCT_V is not referenced by any database object
|
|
|