[Home] [Help]
[Dependency Information]
Object Name: | FPA_AW_PORTF_HEADERS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: |
![]() |
A public view which may be useful for custom reporting or other data
requirements.
FPA_AW_PORTF_HEADERS_V is a view containing Portfolio information. Owner, Organization and Class Category.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PORTFOLIO | UNDEFINED | (0) | Portfolio ID | |
OWNER | UNDEFINED | (0) | Owner ID | |
PORTFOLIO_ORGANIZATION | UNDEFINED | (0) | Portfolio Organization | |
PORTFOLIO_CLASS_CODE | UNDEFINED | (0) | Portfolio Class Code |
Cut, paste (and edit) the following text to query this object:
SELECT PORTFOLIO
, OWNER
, PORTFOLIO_ORGANIZATION
, PORTFOLIO_CLASS_CODE
FROM APPS.FPA_AW_PORTF_HEADERS_V;
|
|
|