[Home] [Help]
[Dependency Information]
| Object Name: | FPA_AW_PC_SCORE_INFO_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FPA.FPA_AW_PC_SCORE_INFO_V
|
| Subobject Name: | |
| Status: |
INVALID
|
A public view which may be useful for custom reporting or other data
requirements.
FPA_AW_PC_SCORE_INFO_V is a view containing score information for Planning Cycles. Score source and score scale.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PLANNING_CYCLE | UNDEFINED | (0) | Planning Cycle ID | |
| PC_PROJECT_SCORE_SOURCE | UNDEFINED | (0) | Project Score Source | |
| PC_PROJECT_SCORE_SCALE | UNDEFINED | (0) | Project Score Scale |
Cut, paste (and edit) the following text to query this object:
SELECT PLANNING_CYCLE
, PC_PROJECT_SCORE_SOURCE
, PC_PROJECT_SCORE_SCALE
FROM APPS.FPA_AW_PC_SCORE_INFO_V;
APPS
FPA_UTILITIES_PVT
- show dependent code
PUBLIC
OLAP_TABLE
APPS.FPA_AW_PC_SCORE_INFO_V is not referenced by any database object
|
|
|
|