Search Results igw_prop_checklist
Overview
The IGW_PROP_CHECKLIST table is a core data object within the Oracle E-Business Suite (EBS) Grants Proposal module (IGW). It functions as a tracking and validation mechanism for the completion status of various mandatory components or documents associated with a grant proposal. Its primary role is to manage the workflow and compliance requirements for proposals, ensuring that all necessary documentation and data sections are completed before a proposal can progress to subsequent stages, such as submission or approval. This table is integral to maintaining the integrity and completeness of the proposal lifecycle within the application.
Key Information Stored
The table's structure is designed to link a checklist status to a specific proposal and a specific type of document or component. Based on the provided metadata, the critical columns include the primary key and foreign key columns that define these relationships. The PROPOSAL_ID column links each checklist entry directly to a master proposal record in the IGW_PROPOSALS_ALL table. The DOCUMENT_TYPE_CODE column identifies the specific component or document being tracked (e.g., budget details, project narrative, certifications). While the full column list is not detailed in the excerpt, the table's description as "Status of proposal component" implies the presence of status-indicating columns, which likely store values to denote whether a component is 'Complete', 'Incomplete', 'Not Applicable', or similar states, along with audit columns like CREATION_DATE and LAST_UPDATE_DATE.
Common Use Cases and Queries
This table is central to operations that validate proposal readiness. A common use case is generating a pre-submission checklist report to identify incomplete components for a specific proposal. Application logic will query this table to determine if a proposal is eligible for submission or approval based on the status of all required checklist items. Administrators may use it for auditing compliance across multiple proposals. Sample SQL patterns include retrieving the status of all components for a given proposal or listing all proposals with one or more incomplete mandatory documents.
- Finding incomplete items for a proposal:
SELECT document_type_code FROM igw_prop_checklist WHERE proposal_id = :1 AND status_code != 'COMPLETE'; - Checking overall proposal completeness:
SELECT COUNT(*) FROM igw_prop_checklist WHERE proposal_id = :1 AND status_code = 'COMPLETE';
Related Objects
The IGW_PROP_CHECKLIST table has a direct and critical relationship with the master proposal table, as defined by its foreign key constraint. The primary related object is IGW_PROPOSALS_ALL, which contains the core proposal header information. The foreign key on PROPOSAL_ID ensures referential integrity with this parent table. It is also highly probable that this table is referenced by various Grants Proposal application forms, workflows, and program units (PL/SQL packages) that manage the proposal lifecycle. While not listed in the excerpt, views such as IGW_PROP_CHECKLIST_VL may exist to provide a translatable, user-friendly perspective on the checklist data.
-
Table: IGW_PROP_CHECKLIST
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_PROP_CHECKLIST, object_name:IGW_PROP_CHECKLIST, status:VALID, product: IGW - Grants Proposal , description: Status of proposal component , implementation_dba_data: IGW.IGW_PROP_CHECKLIST ,
-
Table: IGW_PROP_CHECKLIST
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Status of proposal component , implementation_dba_data: Not implemented in this database ,
-
APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_PROP_CHECKLIST
12.1.1
-
APPS.IGW_PROP_CHECKLIST_PVT dependencies on IGW_PROP_CHECKLIST
12.1.1
-
APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_PROP_CHECKLIST
12.1.1
-
APPS.IGW_PROP_CHECKLIST_TBH dependencies on IGW_PROP_CHECKLIST
12.1.1
-
APPS.IGW_PROP dependencies on IGW_PROP_CHECKLIST
12.1.1
-
SYNONYM: APPS.IGW_PROP_CHECKLIST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGW_PROP_CHECKLIST, status:VALID,
-
TABLE: IGW.IGW_PROP_CHECKLIST
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_PROP_CHECKLIST, object_name:IGW_PROP_CHECKLIST, status:VALID,
-
APPS.IGW_PROP_CHECKLIST_PVT SQL Statements
12.1.1
-
APPS.IGW_PROP_CHECKLIST_TBH dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGW_PROP_CHECKLIST_TBH dependencies on FND_MESSAGE
12.1.1
-
APPS.IGW_PROP dependencies on IGW_PROP
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGW_PROP_CHECKLIST_TBH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_PROP_CHECKLIST_TBH, status:VALID,
-
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
-
PACKAGE BODY: APPS.IGW_PROP_CHECKLIST_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_PROP_CHECKLIST_PVT, 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 ,
-
APPS.IGW_PROP 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 ,
-
PACKAGE BODY: APPS.IGW_PROPOSAL_APPROVAL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_PROPOSAL_APPROVAL, status:VALID,
-
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,
-
APPS.IGW_PROP dependencies on FND_GLOBAL
12.1.1
-
APPS.IGW_PROP_CHECKLIST_TBH SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGW_PROP_CHECKLIST_TBH
12.1.1
-
PACKAGE BODY: APPS.IGW_PROP_CHECKLIST_PVT
12.1.1
-
PACKAGE BODY: APPS.IGW_PROP
12.1.1
-
APPS.IGW_PROP_APPROVALS_PVT SQL Statements
12.1.1
-
APPS.IGW_PROPOSAL_APPROVAL SQL Statements
12.1.1
-
eTRM - IGW Tables and Views
12.1.1
description: Information on proposal subjects ,
-
PACKAGE BODY: APPS.IGW_PROPOSAL_APPROVAL
12.1.1
-
PACKAGE BODY: APPS.IGW_PROP_APPROVALS_PVT
12.1.1
-
eTRM - IGW Tables and Views
12.1.1
description: Information on proposal subjects ,
-
12.1.1 DBA Data
12.1.1