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


TABLE: IGW.IGW_REPORT_BUDG_JUSTIFICATION

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


IGW_REPORT_BUDG_JUSTIFICATION stores budget justification grouped 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
PROPOSAL_BUDGET_CATEGORY VARCHAR2 (80) Yes Sponsor budget category
PROPOSAL_FORM_NUMBER VARCHAR2 (30) Yes Proposal form number or EDI transaction set number. Examples are PHS 398 and 194TS.
JUSTIFICATION LONG (0)
Grouped justification for a sponsor budget category
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PROPOSAL_ID
,      VERSION_ID
,      PROPOSAL_BUDGET_CATEGORY
,      PROPOSAL_FORM_NUMBER
,      JUSTIFICATION
FROM IGW.IGW_REPORT_BUDG_JUSTIFICATION;

Dependencies

[top of page]

IGW.IGW_REPORT_BUDG_JUSTIFICATION does not reference any database object

IGW.IGW_REPORT_BUDG_JUSTIFICATION is referenced by following:

SchemaAPPS
SynonymIGW_REPORT_BUDG_JUSTIFICATION