Search Results igi_exp_pos_structures
Overview
IGI_EXP_POS_STRUCTURES is a table owned by the IGI schema (Public Sector Financials International) in Oracle E-Business Suite 12.1.1 and 12.2.2. It holds information about position hierarchies defined for each business group. Within the IGI product, position structures represent the organizational reporting hierarchy of positions, enabling public sector organizations to model supervisory relationships, approval chains, and budget responsibility lines that span multiple positions.
The table is a standalone entity in the documented foreign-key graph; it therefore maps naturally to a Data Vault satellite (or, where the position structure is a business concept in its own right, a hub). This classification is a heuristic modeling suggestion derived from the FK structure, not an Oracle-imposed design. The documented physical schema contains 36 columns and a single unique index, SYS_IL0000133861C00036$$, which is a system-managed LOB index rather than a true business-key constraint.
Key Information Stored
The most significant columns in each row are:
- POSITION_STRUCTURE_ID — the surrogate primary key. It is the FK target of no documented child table and is the join key to PER_POSITION_STRUCTURES from the PER (Human Resources) schema.
- BUSINESS_GROUP_ID — identifies the HR business group for which the hierarchy is defined; hierarchies are partitioned by business group.
- NAME — the user-visible name of the position structure.
- PRIMARY_POSITION_FLAG — indicates whether this structure is the primary hierarchy for the business group.
- COMMENTS — free-text description of the structure.
- JOB_ID — the concurrent job that created or last refreshed the record.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — standard concurrent-manager audit columns.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, CREATED_BY, CREATION_DATE — the WHO columns used for audit and incremental extraction.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1 through ATTRIBUTE20 — the standard 20-column DFF/extension block for public sector-specific attributes.
Common Use Cases and Queries
Typical uses include reporting on the structure of position hierarchies per business group, identifying primary hierarchies, and driving approval routing or budget roll-up logic.
SELECT ps.position_structure_id,
ps.name,
ps.business_group_id,
ps.primary_position_flag
FROM igi.igi_exp_pos_structures ps
WHERE ps.business_group_id = :p_bg_id
ORDER BY ps.name;
Because IGI_EXP_POS_STRUCTURES is keyed to PER_POSITION_STRUCTURES, join patterns resolve the hierarchy definition to the HR position structure metadata:
SELECT ps.name, pps.position_structure_id
FROM igi.igi_exp_pos_structures ps,
per.per_position_structures pps
WHERE ps.position_structure_id = pps.position_structure_id;
Incremental extracts for a data warehouse should filter on LAST_UPDATE_DATE, while DFF-based reporting should pivot the ATTRIBUTE1–ATTRIBUTE20 columns against ATTRIBUTE_CATEGORY.
Related Objects
- PER.PER_POSITION_STRUCTURES — referenced by IGI_EXP_POS_STRUCTURES.POSITION_STRUCTURE_ID; provides the underlying HR position structure definition and is the primary documented relationship.
- PER.PER_POSITION_STRUCTURE_ELEMENTS — the child detail table holding the position nodes that make up each structure.
- PER.PER_BUSINESS_GROUPS — source of BUSINESS_GROUP_ID.
- PER.PER_ALL_POSITIONS and PER.PER_POSITION_DEFINITIONS — the position catalog used by structure elements.
- FND_CONCURRENT_REQUESTS / FND_CONCURRENT_PROGRAMS — join targets for REQUEST_ID and PROGRAM_ID audit linkage.
- FND_APPLICATION — resolves PROGRAM_APPLICATION_ID.
-
Table: IGI_EXP_POS_STRUCTURES
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_EXP_POS_STRUCTURES, object_name:IGI_EXP_POS_STRUCTURES, status:VALID, product: IGI - Public Sector Financials International , description: Holds information about position hierarchies defined for each business group , implementation_dba_data: IGI.IGI_EXP_POS_STRUCTURES ,
-
Table: IGI_EXP_POS_STRUCTURES
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_EXP_POS_STRUCTURES, object_name:IGI_EXP_POS_STRUCTURES, status:VALID, product: IGI - Public Sector Financials International , description: Holds information about position hierarchies defined for each business group , implementation_dba_data: IGI.IGI_EXP_POS_STRUCTURES ,
-
SYNONYM: APPS.IGI_EXP_POS_STRUCTURES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGI_EXP_POS_STRUCTURES, status:VALID,
-
SYNONYM: APPS.IGI_EXP_POS_STRUCTURES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IGI_EXP_POS_STRUCTURES, status:VALID,
-
VIEW: IGI.IGI_EXP_POS_STRUCTURES#
12.2.2
owner:IGI, object_type:VIEW, object_name:IGI_EXP_POS_STRUCTURES#, status:VALID,
-
VIEW: IGI.IGI_EXP_POS_STRUCTURES#
12.2.2
-
View: IGI_EXP_WKF_STEP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_WKF_STEP_V, object_name:IGI_EXP_WKF_STEP_V, status:VALID, product: IGI - Public Sector Financials International , description: Displays individual workflow step setup information. , implementation_dba_data: APPS.IGI_EXP_WKF_STEP_V ,
-
TABLE: IGI.IGI_EXP_POS_STRUCTURES
12.2.2
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_EXP_POS_STRUCTURES, object_name:IGI_EXP_POS_STRUCTURES, status:VALID,
-
View: IGI_EXP_WKF_STEP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_EXP_WKF_STEP_V, object_name:IGI_EXP_WKF_STEP_V, status:VALID, product: IGI - Public Sector Financials International , description: Displays individual workflow step setup information. , implementation_dba_data: APPS.IGI_EXP_WKF_STEP_V ,
-
TABLE: IGI.IGI_EXP_POS_STRUCTURES
12.1.1
owner:IGI, object_type:TABLE, fnd_design_data:IGI.IGI_EXP_POS_STRUCTURES, object_name:IGI_EXP_POS_STRUCTURES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
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
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.AD_LONGTOLOB_PKG
12.1.1
-
PACKAGE BODY: APPS.AD_LONGTOLOB_PKG
12.2.2
-
eTRM - IGI Tables and Views
12.2.2
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,
-
eTRM - IGI Tables and Views
12.1.1
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGI Tables and Views
12.1.1
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,
-
eTRM - IGI Tables and Views
12.2.2
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,