Search Results igw_prop_map_stops
Overview
The IGW_PROP_MAP_STOPS table is a core data object within the Oracle E-Business Suite (EBS) Grants Proposal module (IGW). It functions as a junction table that defines the approval and notification workflow for grant proposals. Specifically, it stores the mapping between a proposal's approval routing map and the individual personnel designated as approvers or notification recipients at each stage, or "stop," in the approval hierarchy. This table is critical for enforcing the business rules of the proposal submission and approval process in releases 12.1.1 and 12.2.2, ensuring that the correct users are tasked with reviewing proposals and are alerted to actions required on them.
Key Information Stored
The table's structure centers on three primary columns that together form its composite primary key. The PROP_MAP_ID column is a foreign key that links the record to a specific approval map definition in the IGW_PROP_MAPS table. The STOP_ID identifies the sequential position or level within that approval map's hierarchy. The USER_NAME column stores the identifier (typically the EBS username) of the individual assigned to that specific stop. This design allows for a flexible approval structure where multiple users can be assigned to a single approval level, and a single user can be associated with multiple stops across different proposal maps.
Common Use Cases and Queries
The primary use case is the management and reporting of proposal approval workflows. System administrators or grant managers may query this table to audit approval chains, identify bottlenecks, or verify user assignments. A common reporting requirement is to list all approvers for a specific proposal. This typically involves joining through IGW_PROP_MAPS to the main proposal header table. For example, to find all users in the approval path for a proposal map named 'STANDARD_MAP', one might use a query such as:
- SELECT stop_id, user_name FROM igw_prop_map_stops WHERE prop_map_id = (SELECT prop_map_id FROM igw_prop_maps WHERE map_name = 'STANDARD_MAP') ORDER BY stop_id;
Another frequent operation is validating user permissions by checking if a given username exists in any stop for a proposal's active approval map.
Related Objects
IGW_PROP_MAP_STOPS has a direct and essential relationship with the IGW_PROP_MAPS table, which defines the overarching approval map template. The relationship is enforced by a foreign key constraint where the PROP_MAP_ID column in IGW_PROP_MAP_STOPS references the primary key of IGW_PROP_MAPS. This table is a child of IGW_PROP_MAPS; each record in IGW_PROP_MAP_STOPS must correspond to a valid, existing approval map. While not listed in the provided metadata, this table is logically connected to the core proposal tables (such as IGW_PROPOSALS) via its parent table, IGW_PROP_MAPS, which is assigned to proposals. It is also a foundational table for the approval workflow engine within the Grants Proposal module.
-
Table: IGW_PROP_MAP_STOPS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_PROP_MAP_STOPS, object_name:IGW_PROP_MAP_STOPS, status:VALID, product: IGW - Grants Proposal , description: Details about personnel who approve or receive notifications for a particular proposal , implementation_dba_data: IGW.IGW_PROP_MAP_STOPS ,
-
Table: IGW_PROP_MAP_STOPS
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Details about personnel who approve or receive notifications for a particular proposal , implementation_dba_data: Not implemented in this database ,
-
APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_PROP_MAP_STOPS
12.1.1
-
APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_PROP_MAP_STOPS
12.1.1
-
APPS.IGW_WORKFLOW dependencies on IGW_PROP_MAP_STOPS
12.1.1
-
APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_PROP_MAPS
12.1.1
-
APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_PROP_MAPS
12.1.1
-
VIEW: APPS.IGWBV_GRNT_PRPSL_APRVL_LST_MBR
12.1.1
-
VIEW: APPS.IGWFV_GRNT_PRPSL_APRVL_LST_MBR
12.1.1
-
SYNONYM: APPS.IGW_PROP_MAP_STOPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGW_PROP_MAP_STOPS, status:VALID,
-
TABLE: IGW.IGW_PROP_MAP_STOPS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_PROP_MAP_STOPS, object_name:IGW_PROP_MAP_STOPS, status:VALID,
-
APPS.IGW_WORKFLOW dependencies on IGW_PROP_MAPS
12.1.1
-
APPS.IGW_PROP_APPROVALS_PVT SQL Statements
12.1.1
-
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 ,
-
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 ,
-
View: IGWBV_GRNT_PRPSL_APRVL_LST_MBR
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGW_WORKFLOW
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_WORKFLOW, status:VALID,
-
APPS.IGW_PROPOSAL_APPROVAL SQL Statements
12.1.1
-
View: IGWFV_GRNT_PRPSL_APRVL_LST_MBR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRNT_PRPSL_APRVL_LST_MBR, object_name:IGWFV_GRNT_PRPSL_APRVL_LST_MBR, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWFV_GRNT_PRPSL_APRVL_LST_MBR ,
-
View: IGWBV_GRNT_PRPSL_APRVL_LST_MBR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRNT_PRPSL_APRVL_LST_MBR, object_name:IGWBV_GRNT_PRPSL_APRVL_LST_MBR, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWBV_GRNT_PRPSL_APRVL_LST_MBR ,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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,
-
PACKAGE BODY: APPS.IGW_PROP_APPROVALS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_PROP_APPROVALS_PVT, status:VALID,
-
View: IGWFV_GRNT_PRPSL_APRVL_LST_MBR
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
-
VIEW: APPS.IGWBV_GRNT_PRPSL_APRVL_LST_MBR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRNT_PRPSL_APRVL_LST_MBR, object_name:IGWBV_GRNT_PRPSL_APRVL_LST_MBR, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
APPS.IGW_WORKFLOW SQL Statements
12.1.1
-
VIEW: APPS.IGWFV_GRNT_PRPSL_APRVL_LST_MBR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRNT_PRPSL_APRVL_LST_MBR, object_name:IGWFV_GRNT_PRPSL_APRVL_LST_MBR, status:VALID,
-
APPS.IGW_PROP_APPROVALS_PVT dependencies on FND_GLOBAL
12.1.1
-
APPS.IGW_PROPOSAL_APPROVAL dependencies on FND_GLOBAL
12.1.1
-
PACKAGE BODY: APPS.IGW_PROPOSAL_APPROVAL
12.1.1
-
PACKAGE BODY: APPS.IGW_WORKFLOW
12.1.1
-
PACKAGE BODY: APPS.IGW_PROP_APPROVALS_PVT
12.1.1
-
APPS.IGW_PROP_APPROVALS_PVT dependencies on FND_MESSAGE
12.1.1
-
APPS.IGW_PROPOSAL_APPROVAL dependencies on FND_MESSAGE
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