[Home] [Help]
[Dependency Information]
| Object Name: | IGW_BUDGET_COSTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGW.IGW_BUDGET_COSTS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
IGW_BUDGET_COSTS_V displays total cost, direct cost, and the proposed period for the proposal.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROPOSAL_ID | NUMBER | (15) | Yes | Proposal identifier |
| VERSION_ID | NUMBER | (4) | Yes | Final budget version identifier |
| PROPOSAL_START_DATE | DATE | Yes | Proposal start date | |
| PROPOSAL_END_DATE | DATE | Yes | Proposal end date | |
| DURATION_MONTHS | NUMBER | Proposed project duration in months | ||
| TOTAL_COST | NUMBER | (15) | Proposed total cost | |
| TOTAL_DIRECT_COST | NUMBER | (15) | Proposed total direct cost | |
| TOTAL_INDIRECT_COST | NUMBER | (15) | Proposed total indirect cost | |
| INITIAL_TOTAL_COST | NUMBER | (15) | Proposed initial budget period total cost | |
| INITIAL_DIRECT_COST | NUMBER | (15) | Proposed initial budget period direct cost | |
| INITIAL_INDIRECT_COST | NUMBER | (15) | Proposed initial budget period indirect cost |
Cut, paste (and edit) the following text to query this object:
SELECT PROPOSAL_ID
, VERSION_ID
, PROPOSAL_START_DATE
, PROPOSAL_END_DATE
, DURATION_MONTHS
, TOTAL_COST
, TOTAL_DIRECT_COST
, TOTAL_INDIRECT_COST
, INITIAL_TOTAL_COST
, INITIAL_DIRECT_COST
, INITIAL_INDIRECT_COST
FROM APPS.IGW_BUDGET_COSTS_V;
APPS
IGW_BUDGETS
IGW_BUDGET_PERIODS
IGW_PROPOSALS_ALL
APPS.IGW_BUDGET_COSTS_V is not referenced by any database object
|
|
|
|