Search Results position_type
Overview
IGI_EXP_WKF_STEP_V is a reporting view in the APPS schema belonging to the IGI - Public Sector Financials International product family. It presents individual workflow step setup information as configured against position structures within the IGI expenditure (IGI_EXP) workflow framework. Rather than storing data itself, the view consolidates configuration records spanning HR job definitions, IGI position structures, HR position structure versions, and the IGI_EXP_WKF_STEP transaction table, denormalising them into a single readable projection.
Its primary role is to support inquiry, validation, and integration scenarios. Administrators and developers use it to inspect how workflow steps are sequenced for a given position structure, which job type or position type drives each step, and which flow identifier governs the approval or routing logic. Because the view joins flex value setup against HR job names, it also serves as a diagnostic aid when job naming conventions must align with the IGI_EXP_JOBS value set.
Underlying Base Objects
The view text is defined over the following documented objects:
- IGI_EXP_WKF_STEP E — the core workflow step definition table; the driving table for the view.
- IGI_EXP_POS_STRUCTURES P — position structure definitions, joined on POSITION_STRUCTURE_ID, supplying the job linkage.
- HR.PER_JOBS J — HR job definitions, joined on JOB_ID, supplying the position/job name.
- HR.PER_POS_STRUCTURE_VERSIONS V — position structure versioning, joined with an outer join (+), so structures without a matching version are still returned.
- APPS.FND_FLEX_VALUE_SETS FFVS and APPS.FND_FLEX_VALUES_VL FFV — the flexfield value set named IGI_EXP_JOBS, joined to provide the job type description.
The join to FND_FLEX_VALUES_VL is value-prefix based: SUBSTR(J.NAME,1,LENGTH(FFV.FLEX_VALUE)) = FFV.FLEX_VALUE, meaning the HR job name must begin with a value defined in the IGI_EXP_JOBS value set for JOB_TYPE to resolve. No direct dependency on DUAL is functionally relevant beyond the documented metadata.
Key Columns
- ROW_ID — ROWID of the underlying IGI_EXP_WKF_STEP row, useful for updates or drill-down.
- POSITION_TYPE — the HR job name (J.NAME). This is the column users searching "position_type" typically target; it identifies the position or job category the workflow step applies to.
- POSITION_STRUCTURE_NAME — descriptive name of the IGI position structure.
- POSITION_STRUCTURE_ID / JOB_ID / WKF_ID / FLOW_ID — foreign keys linking the step to its structure, HR job, workflow definition, and flow.
- STEP_NO — the sequence number of the step within the flow.
- JOB_TYPE — description resolved from the IGI_EXP_JOBS flex value set.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — standard EBS audit columns.
Common Use Cases and Queries
Typical uses include auditing workflow step configuration for a position structure, verifying job-to-value-set alignment, and feeding custom reports or interfaces that need resolved job type descriptions.
Sample query returning steps for a given position structure:
- SELECT position_type, position_structure_name, step_no, job_type, flow_id FROM apps.igi_exp_wkf_step_v WHERE position_structure_id = :structure_id ORDER BY step_no;
Sample query resolving job types across all positions:
- SELECT position_type, job_type, COUNT(*) FROM apps.igi_exp_wkf_step_v GROUP BY position_type, job_type;
Because the outer join permits null structure versions and the flex join depends on prefix matching, results may omit JOB_TYPE where job names fall outside the IGI_EXP_JOBS value set definitions.
-
Lookup Type: POSITION_TYPE
12.1.1
product: PER - Human Resources , meaning: System Position Types , description: System Position Types ,
-
Lookup Type: POSITION_TYPE
12.2.2
product: PER - Human Resources , meaning: System Position Types , description: System Position Types ,
-
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 ,
-
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 ,
-
VIEW: HR.HR_ALL_POSITIONS_F#
12.2.2
-
VIEW: HR.PQH_PTX_SHADOW#
12.2.2
-
VIEW: HR.PQH_POSITION_TRANSACTIONS#
12.2.2
-
VIEW: APPS.PQH_PTX_HISTORY_V
12.2.2
-
VIEW: APPS.PQH_PTX_HISTORY_V
12.1.1
-
VIEW: APPS.HR_POSITIONS_X
12.1.1
-
View: HR_POSITIONS_F
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_POSITIONS_F, object_name:HR_POSITIONS_F, status:VALID, product: PER - Human Resources , description: Secure view based on the corresponding _ALL_ table. , implementation_dba_data: APPS.HR_POSITIONS_F ,
-
VIEW: APPS.HR_ALL_POSITIONS_D
12.2.2
-
View: HR_POSITIONS_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_POSITIONS_X, object_name:HR_POSITIONS_X, status:VALID, product: PER - Human Resources , description: Date-effective view based on secured positions view. , implementation_dba_data: APPS.HR_POSITIONS_X ,
-
View: HR_POSITIONS_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_POSITIONS_X, object_name:HR_POSITIONS_X, status:VALID, product: PER - Human Resources , description: Date-effective view based on secured positions view. , implementation_dba_data: APPS.HR_POSITIONS_X ,
-
VIEW: APPS.HR_POSITIONS_X
12.2.2
-
VIEW: APPS.HR_POSITIONS
12.2.2
-
View: HR_POSITIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_POSITIONS, object_name:HR_POSITIONS, status:VALID, product: PER - Human Resources , description: Date-effective view based on secured positions view. , implementation_dba_data: APPS.HR_POSITIONS ,
-
VIEW: APPS.HR_POSITIONS
12.1.1
-
VIEW: APPS.HR_ALL_POSITIONS_D
12.1.1
-
VIEW: APPS.HR_ALL_POSITIONS
12.1.1
-
View: HR_ALL_POSITIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ALL_POSITIONS, object_name:HR_ALL_POSITIONS, status:VALID, product: PER - Human Resources , description: Date-effective view. , implementation_dba_data: APPS.HR_ALL_POSITIONS ,
-
APPS.PQH_PTX_SHD SQL Statements
12.2.2
-
APPS.PQH_PTX_SHD SQL Statements
12.1.1
-
View: HR_POSITIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_POSITIONS, object_name:HR_POSITIONS, status:VALID, product: PER - Human Resources , description: Date-effective view based on secured positions view. , implementation_dba_data: APPS.HR_POSITIONS ,
-
View: HR_ALL_POSITIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ALL_POSITIONS, object_name:HR_ALL_POSITIONS, status:VALID, product: PER - Human Resources , description: Date-effective view. , implementation_dba_data: APPS.HR_ALL_POSITIONS ,
-
View: HR_POSITIONS_F
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_POSITIONS_F, object_name:HR_POSITIONS_F, status:VALID, product: PER - Human Resources , description: Secure view based on the corresponding _ALL_ table. , implementation_dba_data: APPS.HR_POSITIONS_F ,
-
VIEW: APPS.HR_ALL_POSITIONS
12.2.2
-
VIEW: APPS.PQH_COPY_ENTITY_ATTRIBS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:PQH_COPY_ENTITY_ATTRIBS_DFV, status:VALID,
-
APPS.PER_REFRESH_POSITION SQL Statements
12.2.2
-
VIEW: APPS.PQH_COPY_ENTITY_ATTRIBS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:PQH_COPY_ENTITY_ATTRIBS_DFV, status:VALID,
-
APPS.PER_REFRESH_POSITION SQL Statements
12.1.1
-
View: PQH_PTX_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PQH.PQH_PTX_HISTORY_V, object_name:PQH_PTX_HISTORY_V, status:VALID, product: PQH - Public Sector HR , implementation_dba_data: APPS.PQH_PTX_HISTORY_V ,
-
View: PQH_PTX_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PQH.PQH_PTX_HISTORY_V, object_name:PQH_PTX_HISTORY_V, status:VALID, product: PQH - Public Sector HR , implementation_dba_data: APPS.PQH_PTX_HISTORY_V ,
-
View: HR_POSITIONS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_POSITIONS_V1, object_name:HR_POSITIONS_V1, status:VALID, product: PER - Human Resources , description: To support User Interface. , implementation_dba_data: APPS.HR_POSITIONS_V1 ,
-
View: HR_POSITIONS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_POSITIONS_V1, object_name:HR_POSITIONS_V1, status:VALID, product: PER - Human Resources , description: To support User Interface. , implementation_dba_data: APPS.HR_POSITIONS_V1 ,
-
View: HR_POSITIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_POSITIONS_V, object_name:HR_POSITIONS_V, status:VALID, product: PER - Human Resources , description: To support User Interface. , implementation_dba_data: APPS.HR_POSITIONS_V ,
-
View: HR_POSITIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_POSITIONS_V, object_name:HR_POSITIONS_V, status:VALID, product: PER - Human Resources , description: To support User Interface. , implementation_dba_data: APPS.HR_POSITIONS_V ,
-
View: PQH_POSITION_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PQH.PQH_POSITION_TRANSACTIONS_V, object_name:PQH_POSITION_TRANSACTIONS_V, status:VALID, product: PQH - Public Sector HR , implementation_dba_data: APPS.PQH_POSITION_TRANSACTIONS_V ,
-
VIEW: APPS.PER_POSITION_EXTRA_INFO1_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:PER_POSITION_EXTRA_INFO1_DFV, status:VALID,
-
View: PQH_POSITION_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PQH.PQH_POSITION_TRANSACTIONS_V, object_name:PQH_POSITION_TRANSACTIONS_V, status:VALID, product: PQH - Public Sector HR , implementation_dba_data: APPS.PQH_POSITION_TRANSACTIONS_V ,
-
APPS.HR_PSF_SHD SQL Statements
12.1.1
-
APPS.HR_PSF_SHD SQL Statements
12.2.2
-
VIEW: APPS.HR_POSITIONS_V1
12.1.1
-
VIEW: APPS.HR_POSITIONS_V1
12.2.2
-
VIEW: APPS.PER_POSITION_EXTRA_INFO1_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:PER_POSITION_EXTRA_INFO1_DFV, status:VALID,
-
VIEW: APPS.HR_POSITIONS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_POSITIONS_V1, object_name:HR_POSITIONS_V1, status:VALID,
-
View: HR_ALL_POSITIONS_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ALL_POSITIONS_D, object_name:HR_ALL_POSITIONS_D, status:VALID, product: PER - Human Resources , description: Used by DateTrack history. , implementation_dba_data: APPS.HR_ALL_POSITIONS_D ,
-
View: HR_ALL_POSITIONS_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ALL_POSITIONS_D, object_name:HR_ALL_POSITIONS_D, status:VALID, product: PER - Human Resources , description: Used by DateTrack history. , implementation_dba_data: APPS.HR_ALL_POSITIONS_D ,
-
VIEW: APPS.PQH_POSITION_TRANSACTIONS_V
12.1.1
-
VIEW: APPS.HR_POSITIONS_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_POSITIONS_X, object_name:HR_POSITIONS_X, status:VALID,