Search Results igw_prop_approval_runs
Overview
The IGW_PROP_APPROVAL_RUNS table is a core data object within the Oracle E-Business Suite (EBS) Grants Proposal module (IGW). It functions as a historical audit trail, systematically recording each execution of the approval workflow for grant proposals. In the context of EBS 12.1.1 and 12.2.2, this table is critical for managing the complex, multi-step approval processes common in research administration and grant management. It enables users and system administrators to track the status, participants, and outcomes of every approval cycle initiated for a proposal, providing a complete audit history for compliance and reporting purposes.
Key Information Stored
The table's primary purpose is to log each distinct approval run. Its central column is the RUN_ID, which serves as the primary key and uniquely identifies a specific approval process instance. A crucial foreign key is the PROPOSAL_ID, which links the approval run to its parent record in the IGW_PROPOSALS_ALL table. While the provided metadata does not list all columns, typical data stored in such a table would include timestamps for the run's initiation and completion, the identity of the user who initiated the approval, the overall status of the run (e.g., PENDING, COMPLETE, CANCELLED), and potentially a reference to the specific workflow process definition used. Each row represents a snapshot of an approval cycle for a given proposal.
Common Use Cases and Queries
This table is primarily accessed for audit reporting, troubleshooting, and status tracking. Common use cases include generating reports to show the approval history for a specific proposal, identifying proposals stuck in a pending approval state, or analyzing approval cycle durations. A fundamental query involves joining with the proposals table to get proposal details:
- SELECT p.proposal_number, r.run_id, r.creation_date, r.status FROM igw_prop_approval_runs r, igw_proposals_all p WHERE r.proposal_id = p.proposal_id AND p.proposal_id = :1;
Another critical pattern is identifying the most recent approval run for monitoring current status:
- SELECT * FROM igw_prop_approval_runs WHERE proposal_id = :1 AND creation_date = (SELECT MAX(creation_date) FROM igw_prop_approval_runs WHERE proposal_id = :1);
Related Objects
The IGW_PROP_APPROVAL_RUNS table is centrally connected to other key entities in the Grants Proposal schema through documented foreign key relationships. It has a direct parent-child relationship with the IGW_PROPOSALS_ALL table via the PROPOSAL_ID column, anchoring each approval run to a specific grant proposal. Furthermore, it serves as a parent table to IGW_PROP_MAPS, which is linked through the RUN_ID column. This suggests that IGW_PROP_MAPS stores more granular details about the approval steps, rules, or participants for each run, forming a detailed hierarchy where IGW_PROPOSALS_ALL -> IGW_PROP_APPROVAL_RUNS -> IGW_PROP_MAPS.
-
Table: IGW_PROP_APPROVAL_RUNS
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: History of proposal approval process , implementation_dba_data: Not implemented in this database ,
-
Table: IGW_PROP_APPROVAL_RUNS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_PROP_APPROVAL_RUNS, object_name:IGW_PROP_APPROVAL_RUNS, status:VALID, product: IGW - Grants Proposal , description: History of proposal approval process , implementation_dba_data: IGW.IGW_PROP_APPROVAL_RUNS ,
-
APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_PROP_APPROVAL_RUNS
12.1.1
-
APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_PROP_APPROVAL_RUNS
12.1.1
-
TABLE: IGW.IGW_PROP_APPROVAL_RUNS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_PROP_APPROVAL_RUNS, object_name:IGW_PROP_APPROVAL_RUNS, status:VALID,
-
VIEW: APPS.IGWBV_GRANT_PROPOSAL_APPROVAL
12.1.1
-
SYNONYM: APPS.IGW_PROP_APPROVAL_RUNS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGW_PROP_APPROVAL_RUNS, status:VALID,
-
VIEW: APPS.IGWFV_GRANT_PROPOSAL_APPROVAL
12.1.1
-
APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_PROPOSALS_ALL
12.1.1
-
View: IGWFV_GRANT_PROPOSAL_APPROVAL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRANT_PROPOSAL_APPROVAL, object_name:IGWFV_GRANT_PROPOSAL_APPROVAL, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWFV_GRANT_PROPOSAL_APPROVAL ,
-
View: IGWBV_GRANT_PROPOSAL_APPROVAL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRANT_PROPOSAL_APPROVAL, object_name:IGWBV_GRANT_PROPOSAL_APPROVAL, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWBV_GRANT_PROPOSAL_APPROVAL ,
-
Table: IGW_PROP_MAPS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_PROP_MAPS, object_name:IGW_PROP_MAPS, status:VALID, product: IGW - Grants Proposal , description: Details about maps used for notification or routing a specific proposal for approval , implementation_dba_data: IGW.IGW_PROP_MAPS ,
-
View: IGWFV_GRANT_PROPOSAL_APPROVAL
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_PROPOSALS_ALL
12.1.1
-
View: IGWBV_GRANT_PROPOSAL_APPROVAL
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
12.1.1 FND Design Data
12.1.1
-
Table: IGW_PROP_MAPS
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Details about maps used for notification or routing a specific proposal for approval , 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 ,
-
VIEW: APPS.IGWBV_GRANT_PROPOSAL_APPROVAL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRANT_PROPOSAL_APPROVAL, object_name:IGWBV_GRANT_PROPOSAL_APPROVAL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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.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,
-
PACKAGE BODY: APPS.IGW_PROPOSAL_APPROVAL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_PROPOSAL_APPROVAL, status:VALID,
-
VIEW: APPS.IGWFV_GRANT_PROPOSAL_APPROVAL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRANT_PROPOSAL_APPROVAL, object_name:IGWFV_GRANT_PROPOSAL_APPROVAL, status:VALID,
-
APPS.IGW_PROP_APPROVALS_PVT SQL Statements
12.1.1
-
APPS.IGW_PROPOSAL_APPROVAL SQL Statements
12.1.1
-
VIEW: APPS.IGW_PRPO_HEADERS_V
12.1.1
-
View: IGW_PRPO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_HEADERS_V, object_name:IGW_PRPO_HEADERS_V, status:VALID, product: IGW - Grants Proposal , description: View displays core proposal information , implementation_dba_data: APPS.IGW_PRPO_HEADERS_V ,
-
View: IGW_PRPO_HEADERS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View displays core proposal information , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGW_PRPO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_HEADERS_V, object_name:IGW_PRPO_HEADERS_V, status:VALID,
-
PACKAGE BODY: APPS.IGW_PROP_APPROVALS_PVT
12.1.1
-
PACKAGE BODY: APPS.IGW_PROPOSAL_APPROVAL
12.1.1
-
eTRM - IGW Tables and Views
12.1.1
description: Information on proposal subjects ,
-
eTRM - IGW Tables and Views
12.1.1
description: Information on proposal subjects ,
-
12.1.1 DBA Data
12.1.1