[Home] [Help]
[Dependency Information]
| Object Name: | FPA_AW_PORTF_HEADERS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FPA.FPA_AW_PORTF_HEADERS_V
|
| Subobject Name: | |
| Status: |
INVALID
|
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;
APPS
FPA_UTILITIES_PVT
- show dependent code
PUBLIC
OLAP_TABLE
APPS
FPA_MAIN_PROCESS_PVT
- show dependent code
FPA_PROJECT_PVT
- show dependent code
FPA_UTILS_PVT
- show dependent code
FPA_VALIDATION_PROCESS_PVT
- show dependent code
|
|
|
|