[Home] [Help]
[Dependency Information]
Object Name: | FPA_AW_PC_DISC_FUNDS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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 | NUMBER | Planning Cycle ID | ||
PC_DISCOUNT_RATE | NUMBER | Discount Rate for the Planning Cycle | ||
PC_FUNDING | NUMBER | Funds Available for the Planning Cycle | ||
PC_DISPLAY_FACTOR | VARCHAR2 | (30) | Display Factor for all financial fields in the Planning Cycle |
Cut, paste (and edit) the following text to query this object:
SELECT PLANNING_CYCLE
, PC_DISCOUNT_RATE
, PC_FUNDING
, PC_DISPLAY_FACTOR
FROM APPS.FPA_AW_PC_DISC_FUNDS_V;
|
|
|