[Home] [Help]
[Dependency Information]
| Object Name: | FPA_AW_PC_INFO_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FPA.FPA_AW_PC_INFO_V
|
| Subobject Name: | |
| Status: |
INVALID
|
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 |
|---|---|---|---|---|
| PLANNING_CYCLE | UNDEFINED | (0) | Planning Cycle ID | |
| PORTFOLIO | UNDEFINED | (0) | Portfolio ID for the Planning Cycle | |
| PC_STATUS | UNDEFINED | (0) | Status of Planning Cycle | |
| CALENDAR_NAME | UNDEFINED | (0) | Name of the Calendar | |
| PERIOD_TYPE | UNDEFINED | (0) | Period Type for the Calendar | |
| SUBMISSION_DUE_DATE | UNDEFINED | (0) | Planning Cycle Submission Due Date | |
| INITIATE_DATE | UNDEFINED | (0) | Planning Cycle Initiation Date | |
| CONVERSION_RATE_DATE | UNDEFINED | (0) | Date of Currency Conversion | |
| CURRENCY_CODE | UNDEFINED | (0) | Currency Code | |
| CONVERSION_RATE_TYPE | UNDEFINED | (0) | Conversion Rate Type | |
| FUNDING_PERIOD_FROM | UNDEFINED | (0) | Funding Period From - for the Calendar and Period Type combination | |
| FUNDING_PERIOD_TO | UNDEFINED | (0) | Funding Period to - for the Calendar and Period Type combination | |
| EFFECTIVE_PERIOD_TO | UNDEFINED | (0) | Effective Period To - for Calendar and Period Type combination | |
| PC_CATEGORY | UNDEFINED | (0) | Investment Class Category | |
| SCENARIO_COUNT | UNDEFINED | (0) | Number of scenarios present in the Planning Cycle | |
| LAST_APPROVED_FLAG | UNDEFINED | (0) | Last approved Planning Cycle in the Portfolio | |
| LAST_FLAG | UNDEFINED | (0) | Last Planning Cycle in the Portfolio | |
| CAL_PERIOD_TYPE | UNDEFINED | (0) | Calendar and Period Type combination |
Cut, paste (and edit) the following text to query this object:
SELECT PLANNING_CYCLE
, PORTFOLIO
, PC_STATUS
, CALENDAR_NAME
, PERIOD_TYPE
, SUBMISSION_DUE_DATE
, INITIATE_DATE
, CONVERSION_RATE_DATE
, CURRENCY_CODE
, CONVERSION_RATE_TYPE
, FUNDING_PERIOD_FROM
, FUNDING_PERIOD_TO
, EFFECTIVE_PERIOD_TO
, PC_CATEGORY
, SCENARIO_COUNT
, LAST_APPROVED_FLAG
, LAST_FLAG
, CAL_PERIOD_TYPE
FROM APPS.FPA_AW_PC_INFO_V;
APPS
FPA_UTILITIES_PVT
- show dependent code
PUBLIC
OLAP_TABLE
APPS
FPA_MAIN_PROCESS_PVT
- show dependent code
FPA_PORTFOLIO_PROJECT_SETS_PVT
- show dependent code
FPA_PROCESS_PVT
- show dependent code
FPA_PROJECT_PVT
- show dependent code
FPA_SCORECARDS_PVT
- show dependent code
FPA_UTILS_PVT
- show dependent code
FPA_VALIDATION_PROCESS_PVT
- show dependent code
|
|
|
|