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


TABLE: IGW.IGW_REPORT_BUDGET

Object Details
Object Name: IGW_REPORT_BUDGET
Object Type: TABLE
Owner: IGW
FND Design Data: TableIGW.IGW_REPORT_BUDGET
Subobject Name:
Status: VALID


IGW_REPORT_BUDGET stores direct costs for all budget periods in the proposal. The data is grouped into budget categories and their period totals.
This is a processing table used in printing proposals.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGW_REPORT_BUDGET_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROPOSAL_ID
ColumnVERSION_ID
ColumnBUDGET_PERIOD_ID
ColumnPROPOSAL_BUDGET_CATEGORY_CODE
ColumnPROPOSAL_FORM_NUMBER
Columns
Name Datatype Length Mandatory Comments
PROPOSAL_ID NUMBER (15) Yes Proposal identifier
VERSION_ID NUMBER (4) Yes Budget version identifier
BUDGET_PERIOD_ID NUMBER (4) Yes Budget period identifier
PROPOSAL_BUDGET_CATEGORY VARCHAR2 (80)
Sponsor budget category for the proposal
PROPOSAL_BUDGET_CATEGORY_CODE VARCHAR2 (30) Yes Unique code that identifies sponsor budget category
PERIOD_TOTAL_DIRECT_COST NUMBER (17)
Period total direct cost
EB_TOTAL VARCHAR2 (17)
Employee benefits amount
PROPOSAL_FORM_NUMBER VARCHAR2 (30) Yes Proposal form number or EDI transaction set number. Examples are PHS 398 and 194TS.
RECENTLY_UPDATED_FLAG VARCHAR2 (1)
Flag for internal processing of data. Default value is N.
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_BUDGET_CATEGORY_CODE
,      PERIOD_TOTAL_DIRECT_COST
,      EB_TOTAL
,      PROPOSAL_FORM_NUMBER
,      RECENTLY_UPDATED_FLAG
FROM IGW.IGW_REPORT_BUDGET;

Dependencies

[top of page]

IGW.IGW_REPORT_BUDGET does not reference any database object

IGW.IGW_REPORT_BUDGET is referenced by following:

SchemaAPPS
SynonymIGW_REPORT_BUDGET