Search Results igw_prop_special_reviews
Overview
The IGW_PROP_SPECIAL_REVIEWS table is a data object within the Oracle E-Business Suite (EBS) Grants Proposal module (IGW). As indicated by the provided ETRM metadata, this module is designated as obsolete. The table's core function is to store records of special reviews conducted for a specific grant proposal. These reviews typically pertain to regulatory, ethical, or compliance assessments, such as those required for human subjects research (IRB), animal welfare (IACUC), biohazard safety, or conflict of interest disclosures. Its role is to maintain a historical and current log of these mandatory compliance checks associated with a proposal, ensuring that all necessary institutional approvals are documented and linked to the funding request.
Key Information Stored
The table's structure, as defined by its primary and foreign keys, centers on linking a review record to a specific proposal and classifying the type of review. The primary key is a composite of PROPOSAL_ID and SPECIAL_REVIEW_CODE, enforcing uniqueness for each type of review on a given proposal. The PROPOSAL_ID column is a foreign key that links directly to the IGW_PROPOSALS_ALL table, anchoring the review data to a master proposal record. The SPECIAL_REVIEW_CODE column categorizes the nature of the compliance review. While the full column list is not detailed in the excerpt, typical attributes for such a table would include status (e.g., Pending, Approved, Exempt), approval date, review committee identifier, expiration date, and any associated comments or document references.
Common Use Cases and Queries
This table supports critical compliance reporting and proposal lifecycle management. Common operational use cases include generating a checklist of required reviews for a proposal, tracking pending approvals before proposal submission, and validating that all necessary reviews are complete and current. For reporting, administrators run queries to audit institutional compliance across all active proposals or to identify proposals with expiring approvals. A fundamental query pattern involves joining to the proposals table to retrieve proposal details alongside review statuses.
- Sample Query: To list all proposals with their associated special review types and statuses:
SELECT p.PROPOSAL_NUMBER, p.TITLE, r.SPECIAL_REVIEW_CODE, r.STATUS
FROM IGW_PROP_SPECIAL_REVIEWS r, IGW_PROPOSALS_ALL p
WHERE r.PROPOSAL_ID = p.PROPOSAL_ID
ORDER BY p.PROPOSAL_NUMBER; - Critical Note: The provided ETRM metadata explicitly states this table is "Not implemented in this database." Therefore, while the logical design exists, the physical table may not be present, and any queries would fail in a standard deployment.
Related Objects
The table's primary relationship is defined by its foreign key dependency on the IGW_PROPOSALS_ALL table, which is the central repository for proposal header information. This relationship ensures referential integrity, meaning a special review record cannot exist without a corresponding master proposal. Given the module's obsolete status and the note that the table is not implemented, it is unlikely to have extensive downstream dependencies like public APIs or key views. Any existing custom integrations or reports referencing this object would be specific to an organization's implementation and would rely on the table being manually created and populated, as it is not part of the standard delivered database schema.
-
Table: IGW_PROP_SPECIAL_REVIEWS
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Special reviews conducted for a proposal , implementation_dba_data: Not implemented in this database ,
-
Table: IGW_PROP_SPECIAL_REVIEWS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_PROP_SPECIAL_REVIEWS, object_name:IGW_PROP_SPECIAL_REVIEWS, status:VALID, product: IGW - Grants Proposal , description: Special reviews conducted for a proposal , implementation_dba_data: IGW.IGW_PROP_SPECIAL_REVIEWS ,
-
APPS.IGW_PROP_SPECIAL_REVIEWS_TBH dependencies on IGW_PROP_SPECIAL_REVIEWS
12.1.1
-
APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_PROP_SPECIAL_REVIEWS
12.1.1
-
APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_PROP_SPECIAL_REVIEWS
12.1.1
-
APPS.IGW_PROP_SPECIAL_REVIEWS_PVT dependencies on IGW_PROP_SPECIAL_REVIEWS
12.1.1
-
APPS.IGW_PROP_SPECIAL_REVIEWS_PKG dependencies on IGW_PROP_SPECIAL_REVIEWS
12.1.1
-
APPS.IGW_PROP_SPECIAL_REVIEWS_PUB dependencies on IGW_PROP_SPECIAL_REVIEWS
12.1.1
-
APPS.IGW_PROP dependencies on IGW_PROP_SPECIAL_REVIEWS
12.1.1
-
VIEW: APPS.IGW_SPECIAL_REVIEWS_V
12.1.1
-
APPS.IGW_PROP_SPECIAL_REVIEWS_PKG SQL Statements
12.1.1
-
APPS.IGW_PROP_SPECIAL_REVIEWS_TBH SQL Statements
12.1.1
-
TABLE: IGW.IGW_PROP_SPECIAL_REVIEWS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_PROP_SPECIAL_REVIEWS, object_name:IGW_PROP_SPECIAL_REVIEWS, status:VALID,
-
VIEW: APPS.IGW_PRPO_SPECIAL_REVIEWS_V
12.1.1
-
APPS.IGW_PROP_SPECIAL_REVIEWS_PKG dependencies on APP_EXCEPTION
12.1.1
-
SYNONYM: APPS.IGW_PROP_SPECIAL_REVIEWS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGW_PROP_SPECIAL_REVIEWS, status:VALID,
-
View: IGW_SPECIAL_REVIEWS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_SPECIAL_REVIEWS_V, object_name:IGW_SPECIAL_REVIEWS_V, status:VALID, product: IGW - Grants Proposal , description: Views displays details about special reviews conducted for the proposal , implementation_dba_data: APPS.IGW_SPECIAL_REVIEWS_V ,
-
VIEW: APPS.IGW_PROP_SPECIAL_REVIEWS_V
12.1.1
-
VIEW: APPS.IGWBV_GRNT_PRPSL_SPCL_RVW
12.1.1
-
VIEW: APPS.IGWFV_GRNT_PRPSL_SPCL_RVW
12.1.1
-
APPS.IGW_PROP_SPECIAL_REVIEWS_PKG dependencies on FND_MESSAGE
12.1.1
-
View: IGW_SPECIAL_REVIEWS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Views displays details about special reviews conducted for the proposal , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGW_PROP_SPECIAL_REVIEWS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGW_PROP_SPECIAL_REVIEWS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_PROP_SPECIAL_REVIEWS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGW_PROP_SPECIAL_REVIEWS_TBH
12.1.1
-
View: IGWFV_GRNT_PRPSL_SPCL_RVW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRNT_PRPSL_SPCL_RVW, object_name:IGWFV_GRNT_PRPSL_SPCL_RVW, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWFV_GRNT_PRPSL_SPCL_RVW ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGW_PROP_APPROVALS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_PROP_APPROVALS_PVT, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
View: IGW_PRPO_SPECIAL_REVIEWS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_SPECIAL_REVIEWS_V, object_name:IGW_PRPO_SPECIAL_REVIEWS_V, status:VALID, product: IGW - Grants Proposal , description: View displays details of special reviews conducted for the proposal , implementation_dba_data: APPS.IGW_PRPO_SPECIAL_REVIEWS_V ,
-
View: IGWBV_GRNT_PRPSL_SPCL_RVW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRNT_PRPSL_SPCL_RVW, object_name:IGWBV_GRNT_PRPSL_SPCL_RVW, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWBV_GRNT_PRPSL_SPCL_RVW ,
-
View: IGWFV_GRNT_PRPSL_SPCL_RVW
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
12.2.2 FND Design Data
12.2.2
-
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 ,
-
PACKAGE BODY: APPS.IGW_PROP_SPECIAL_REVIEWS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_PROP_SPECIAL_REVIEWS_PVT, status:VALID,
-
PACKAGE BODY: APPS.IGW_PROP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_PROP, status:VALID,
-
PACKAGE BODY: APPS.IGW_PROP_SPECIAL_REVIEWS_TBH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_PROP_SPECIAL_REVIEWS_TBH, status:VALID,
-
PACKAGE BODY: APPS.IGW_PROP_SPECIAL_REVIEWS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_PROP_SPECIAL_REVIEWS_PUB, 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 ,
-
View: IGWBV_GRNT_PRPSL_SPCL_RVW
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGW_PRPO_SPECIAL_REVIEWS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View displays details of special reviews conducted for the proposal , implementation_dba_data: Not implemented in this database ,
-
APPS.IGW_PROP_SPECIAL_REVIEWS_TBH dependencies on APP_EXCEPTION
12.1.1
-
VIEW: APPS.IGW_PRPO_SPECIAL_REVIEWS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_SPECIAL_REVIEWS_V, object_name:IGW_PRPO_SPECIAL_REVIEWS_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGW_PROPOSAL_APPROVAL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_PROPOSAL_APPROVAL, status:VALID,
-
View: IGW_PROP_SPECIAL_REVIEWS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: 10SC Only , implementation_dba_data: Not implemented in this database ,
-
View: IGW_PROP_SPECIAL_REVIEWS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PROP_SPECIAL_REVIEWS_V, object_name:IGW_PROP_SPECIAL_REVIEWS_V, status:VALID, product: IGW - Grants Proposal , description: 10SC Only , implementation_dba_data: APPS.IGW_PROP_SPECIAL_REVIEWS_V ,
-
VIEW: APPS.IGWBV_GRNT_PRPSL_SPCL_RVW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRNT_PRPSL_SPCL_RVW, object_name:IGWBV_GRNT_PRPSL_SPCL_RVW, status:VALID,
-
VIEW: APPS.IGWFV_GRNT_PRPSL_SPCL_RVW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRNT_PRPSL_SPCL_RVW, object_name:IGWFV_GRNT_PRPSL_SPCL_RVW, status:VALID,