Search Results igw_prop_abstracts
Overview
The IGW_PROP_ABSTRACTS table is a core data object within the Oracle E-Business Suite (EBS) Grants Proposal module (IGW). It functions as the central repository for storing textual abstracts and associated resource information for grant proposals. In the context of proposal lifecycle management, this table holds critical narrative sections, such as project summaries, technical approaches, or public health relevance statements, which are essential for proposal submission and review. Its role is to maintain a structured, versionable record of these descriptive paragraphs, directly linked to a specific proposal header.
Key Information Stored
The table's structure is designed to associate abstract text with a specific proposal and classify it by type. The primary key is a composite of PROPOSAL_ID and ABSTRACT_TYPE_CODE, ensuring only one abstract of a given type per proposal. The PROPOSAL_ID column is a foreign key linking directly to the IGW_PROPOSALS_ALL table, anchoring the abstract to its parent proposal. The ABSTRACT_TYPE_CODE defines the category or purpose of the stored text (e.g., 'TECHNICAL', 'SUMMARY'). While the provided metadata specifies the table holds "Paragraph and resource information," typical implementations include columns for the abstract text itself (e.g., ABSTRACT_TEXT), a version number, and audit fields like CREATION_DATE and LAST_UPDATE_DATE.
Common Use Cases and Queries
This table is primarily accessed for generating proposal documents, internal reviews, and submission packages. Common operational and reporting scenarios include extracting all abstracts for a specific proposal for a compiled submission PDF, or identifying proposals lacking a required abstract type. A typical query pattern involves joining to the proposal header table for additional context.
- Retrieve all abstracts for a proposal: SELECT ABSTRACT_TYPE_CODE, ABSTRACT_TEXT FROM IGW_PROP_ABSTRACTS WHERE PROPOSAL_ID = 12345;
- List proposals missing a technical abstract: SELECT P.PROPOSAL_NUMBER FROM IGW_PROPOSALS_ALL P WHERE NOT EXISTS (SELECT NULL FROM IGW_PROP_ABSTRACTS A WHERE A.PROPOSAL_ID = P.PROPOSAL_ID AND A.ABSTRACT_TYPE_CODE = 'TECHNICAL');
Related Objects
The IGW_PROP_ABSTRACTS table has defined dependencies within the IGW schema. Its primary relationship is with the proposal master table, IGW_PROPOSALS_ALL, via the foreign key on PROPOSAL_ID. This is a critical parent-child relationship. While not listed in the provided metadata, it is common for this table to be referenced by various Grants Proposal forms, workflows, and reporting views (e.g., IGW_PROP_ABSTRACTS_VL). The existence of the primary key constraint IGW_PROP_ABSTRACTS_PK also implies potential dependencies from database triggers or application logic that rely on this unique identifier.
-
Table: IGW_PROP_ABSTRACTS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_PROP_ABSTRACTS, object_name:IGW_PROP_ABSTRACTS, status:VALID, product: IGW - Grants Proposal , description: Paragraph and resource information , implementation_dba_data: IGW.IGW_PROP_ABSTRACTS ,
-
Table: IGW_PROP_ABSTRACTS
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Paragraph and resource information , implementation_dba_data: Not implemented in this database ,
-
APPS.IGW_EDI_PROCESSING dependencies on IGW_PROP_ABSTRACTS
12.1.1
-
APPS.IGW_PROP dependencies on IGW_PROP_ABSTRACTS
12.1.1
-
APPS.IGW_PROP_ABSTRACTS_TBH dependencies on IGW_PROP_ABSTRACTS
12.1.1
-
APPS.IGW_VIEW_PARAMETERS dependencies on IGW_PROP_ABSTRACTS
12.1.1
-
APPS.IGW_PROP_ABSTRACTS_PUB dependencies on IGW_PROP_ABSTRACTS
12.1.1
-
APPS.IGW_REPORT_PROCESSING dependencies on IGW_PROP_ABSTRACTS
12.1.1
-
APPS.IGW_PROP_ABSTRACTS_PVT dependencies on IGW_PROP_ABSTRACTS
12.1.1
-
APPS.IGW_PROP_ABSTRACTS_TBH dependencies on APP_EXCEPTION
12.1.1
-
VIEW: APPS.IGW_PROP_ABSTRACTS_DFV
12.1.1
-
VIEW: APPS.IGWBV_GRANT_PRPSL_SUPPRT_TEXT
12.1.1
-
SYNONYM: APPS.IGW_PROP_ABSTRACTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGW_PROP_ABSTRACTS, status:VALID,
-
VIEW: APPS.IGWFV_GRANT_PRPSL_SUPPRT_TEXT
12.1.1
-
APPS.IGW_PROP_ABSTRACTS_PVT SQL Statements
12.1.1
-
VIEW: APPS.IGW_PRPO_ABSTRACTS_V
12.1.1
-
APPS.IGW_EDI_PROCESSING dependencies on DUAL
12.1.1
-
TABLE: IGW.IGW_PROP_ABSTRACTS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_PROP_ABSTRACTS, object_name:IGW_PROP_ABSTRACTS, status:VALID,
-
APPS.IGW_PROP_ABSTRACTS_TBH SQL Statements
12.1.1
-
View: IGWFV_GRANT_PRPSL_SUPPRT_TEXT
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGWBV_GRANT_PRPSL_SUPPRT_TEXT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRANT_PRPSL_SUPPRT_TEXT, object_name:IGWBV_GRANT_PRPSL_SUPPRT_TEXT, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWBV_GRANT_PRPSL_SUPPRT_TEXT ,
-
APPS.IGW_PROP_ABSTRACTS_PUB SQL Statements
12.1.1
-
View: IGWBV_GRANT_PRPSL_SUPPRT_TEXT
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGW_VIEW_PARAMETERS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_VIEW_PARAMETERS, status:VALID,
-
PACKAGE BODY: APPS.IGW_PROP_ABSTRACTS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_PROP_ABSTRACTS_PUB, status:VALID,
-
View: IGWFV_GRANT_PRPSL_SUPPRT_TEXT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRANT_PRPSL_SUPPRT_TEXT, object_name:IGWFV_GRANT_PRPSL_SUPPRT_TEXT, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWFV_GRANT_PRPSL_SUPPRT_TEXT ,
-
PACKAGE BODY: APPS.IGW_REPORT_PROCESSING
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_REPORT_PROCESSING, status:VALID,
-
PACKAGE BODY: APPS.IGW_PROP_ABSTRACTS_TBH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_PROP_ABSTRACTS_TBH, status:VALID,
-
VIEW: APPS.IGW_PROP_ABSTRACTS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:IGW_PROP_ABSTRACTS_DFV, status:VALID,
-
Table: IGW_PROPOSALS_ALL
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_PROPOSALS_ALL, object_name:IGW_PROPOSALS_ALL, status:VALID, product: IGW - Grants Proposal , description: Core information about proposals , implementation_dba_data: IGW.IGW_PROPOSALS_ALL ,
-
12.2.2 FND Design Data
12.2.2
-
APPS.IGW_REPORT_PROCESSING dependencies on FND_GLOBAL
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.IGW_EDI_PROCESSING
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_EDI_PROCESSING, status:VALID,
-
PACKAGE BODY: APPS.IGW_PROP_ABSTRACTS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_PROP_ABSTRACTS_PVT, status:VALID,
-
APPS.IGW_EDI_PROCESSING SQL Statements
12.1.1
-
Table: IGW_PROPOSALS_ALL
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Core information about proposals , implementation_dba_data: Not implemented in this database ,
-
View: IGW_PRPO_ABSTRACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_ABSTRACTS_V, object_name:IGW_PRPO_ABSTRACTS_V, status:VALID, product: IGW - Grants Proposal , description: View displays proposal paragraphs, such as abstract, progress, and report , implementation_dba_data: APPS.IGW_PRPO_ABSTRACTS_V ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGW_PROP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_PROP, status:VALID,
-
View: IGW_PRPO_ABSTRACTS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View displays proposal paragraphs, such as abstract, progress, and report , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGWFV_GRANT_PRPSL_SUPPRT_TEXT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRANT_PRPSL_SUPPRT_TEXT, object_name:IGWFV_GRANT_PRPSL_SUPPRT_TEXT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGWBV_GRANT_PRPSL_SUPPRT_TEXT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRANT_PRPSL_SUPPRT_TEXT, object_name:IGWBV_GRANT_PRPSL_SUPPRT_TEXT, status:VALID,
-
APPS.IGW_PROP_ABSTRACTS_TBH dependencies on FND_GLOBAL
12.1.1
-
APPS.IGW_REPORT_PROCESSING SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGW_PROP_ABSTRACTS_TBH
12.1.1
-
VIEW: APPS.IGW_PRPO_ABSTRACTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_ABSTRACTS_V, object_name:IGW_PRPO_ABSTRACTS_V, status:VALID,
-
APPS.IGW_VIEW_PARAMETERS SQL Statements
12.1.1