[Home] [Help]
[Dependency Information]
| Object Name: | IGW_REPORT_BUDG_JUSTIFICATION |
|---|---|
| Object Type: | TABLE |
| Owner: | IGW |
| FND Design Data: | IGW.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| 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 |
| 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 |
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;
IGW.IGW_REPORT_BUDG_JUSTIFICATION does not reference any database object
IGW.IGW_REPORT_BUDG_JUSTIFICATION is referenced by following:
APPS
IGW_REPORT_BUDG_JUSTIFICATION
|
|
|
|