DBA Data[Home] [Help] [Dependency Information]


TABLE: IGW.IGW_REPORT_ITEMIZED_BUDGET

Object Details
Object Name: IGW_REPORT_ITEMIZED_BUDGET
Object Type: TABLE
Owner: IGW
FND Design Data: TableIGW.IGW_REPORT_ITEMIZED_BUDGET
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
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
Query Text

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;

Dependencies

[top of page]

IGW.IGW_REPORT_ITEMIZED_BUDGET does not reference any database object

IGW.IGW_REPORT_ITEMIZED_BUDGET is referenced by following:

SchemaAPPS
SynonymIGW_REPORT_ITEMIZED_BUDGET