[Home] [Help]
[Dependency Information]
Object Name: | IGW_REPORT_ITEMIZED_BUDGET |
---|---|
Object Type: | TABLE |
Owner: | IGW |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGW_REPORT_ITEMIZED_BUDGET stores combined expenditure category or expenditure type descriptions for a sponsor budget category.
This is a processing table used in printing proposals.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROPOSAL_ID | NUMBER | (15) | Yes | Proposal identifier |
VERSION_ID | NUMBER | (15) | Yes | Budget version identifier |
BUDGET_PERIOD_ID | NUMBER | (15) | Yes | Budget period identifier |
PROPOSAL_BUDGET_CATEGORY | VARCHAR2 | (80) | Yes | Sponsor budget category |
PROPOSAL_FORM_NUMBER | VARCHAR2 | (30) | Proposal form number or EDI transaction set number. Examples are PHS 398 and 194TS. | |
EXPENDITURE_DESCRIPTION | LONG | (0) | Grouped expenditure category or expenditure type description for a sponsor budget category |
Cut, paste (and edit) the following text to query this object:
SELECT PROPOSAL_ID
, VERSION_ID
, BUDGET_PERIOD_ID
, PROPOSAL_BUDGET_CATEGORY
, PROPOSAL_FORM_NUMBER
, EXPENDITURE_DESCRIPTION
FROM IGW.IGW_REPORT_ITEMIZED_BUDGET;
IGW.IGW_REPORT_ITEMIZED_BUDGET does not reference any database object
IGW.IGW_REPORT_ITEMIZED_BUDGET is referenced by following:
|
|
|