[Home] [Help]
[Dependency Information]
| Object Name: | IGW_REPORT_BUDGET_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGW.IGW_REPORT_BUDGET_V
|
| 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 |
|---|---|---|---|---|
| PROPOSAL_BUDGET_CATEGORY_CODE | VARCHAR2 | (30) | Yes | |
| PROPOSAL_BUDGET_CATEGORY | VARCHAR2 | (80) | ||
| PERIOD1_TOTAL | NUMBER | |||
| PERIOD2_TOTAL | NUMBER | |||
| PERIOD3_TOTAL | NUMBER | |||
| PERIOD4_TOTAL | NUMBER | |||
| PERIOD5_TOTAL | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT PROPOSAL_BUDGET_CATEGORY_CODE
, PROPOSAL_BUDGET_CATEGORY
, PERIOD1_TOTAL
, PERIOD2_TOTAL
, PERIOD3_TOTAL
, PERIOD4_TOTAL
, PERIOD5_TOTAL
FROM APPS.IGW_REPORT_BUDGET_V;
APPS
IGW_REPORT_BUDGET
IGW_REPORT_PROCESSING
- show dependent code
APPS.IGW_REPORT_BUDGET_V is not referenced by any database object
|
|
|
|