Search Results to_job_group_id
Overview
APPS.PA_JOB_RELATIONSHIPS_VIEW is a reporting view in Oracle EBS Projects (PA) that flattens the job-to-job relationships stored in PA_JOB_RELATIONSHIPS into a readable, human-friendly form. Rather than exposing raw surrogate identifiers, the view resolves job IDs and job group IDs into their corresponding names and displayed names by joining to PER_JOBS and PER_JOB_GROUPS. It is used primarily in Projects reporting and integration scenarios where the relationship between a "from" job and a "to" job — and the job groups that govern those jobs — must be presented in business terms.
Because it is owned by APPS and references several HR/PER objects as synonyms, it serves as a bridge between Oracle Projects job definitions and Oracle HR job and job group definitions. The view also honors the multi-business-group security profile through PA_CROSS_BUSINESS_GRP and FND_PROFILE, so results are filtered according to whether the user operates in a cross-business-group context.
Underlying Base Objects
The documented base objects are:
- PA_JOB_RELATIONSHIPS (SYNONYM) — the primary transactional table holding FROM_JOB_ID, TO_JOB_ID, FROM_JOB_GROUP_ID and TO_JOB_GROUP_ID pairings.
- PER_JOBS (SYNONYM) — supplies the job NAME for both the from and to jobs.
- PER_JOB_GROUPS (SYNONYM) — supplies DISPLAYED_NAME and MASTER_FLAG for the from and to job groups.
- PA_CROSS_BUSINESS_GRP (PACKAGE) — determines whether cross-business-group visibility applies.
- FND_PROFILE (PACKAGE) — used via fnd_profile.value('PER_BUSINESS_GROUP_ID') to enforce the current business group.
The view is defined as a UNION. The first branch joins PA_JOB_RELATIONSHIPS twice (JR1 and JR2) to stitch a multi-hop path (from job to intermediate to job), requiring the intermediate group to have MASTER_FLAG='Y' and the endpoint groups MASTER_FLAG='N'. The second branch (introduced for bug 1654186) handles the case where the HR job equals the master job, using a DECODE on the cross-business-group profile to reproduce the business group filter.
Key Columns
- FROM_JOB_NAME — name of the originating job.
- FROM_JOB_ID — identifier of the originating job.
- TO_JOB_NAME — name of the destination job, the target of the "to_job_group_id" relationship sought.
- TO_JOB_ID — identifier of the destination job.
- FROM_JOB_GROUP_NAME — displayed name of the from job group.
- FROM_JOB_GROUP_ID — identifier of the from job group.
- TO_JOB_GROUP_NAME — displayed name of the destination job group.
- TO_JOB_GROUP_ID — identifier of the destination job group, the column most frequently referenced in "to_job_group_id" searches.
Common Use Cases and Queries
Typical uses include validating Projects job mappings, troubleshooting job group assignments during implementation, and building reports that explain which job group a destination job belongs to. A common query searches by destination job group:
SELECT from_job_name, to_job_name, from_job_group_name, to_job_group_name FROM apps.pa_job_relationships_view WHERE to_job_group_id = :group_id;SELECT to_job_name, to_job_group_name FROM apps.pa_job_relationships_view WHERE from_job_name = :job_name;SELECT DISTINCT to_job_group_name FROM apps.pa_job_relationships_view ORDER BY 1;
Because the view applies business-group security logic internally, queries automatically return only the job groups visible under the current PER_BUSINESS_GROUP_ID, making it safe for secured reporting without additional predicates.
-
VIEW: APPS.PA_JOB_RELATIONSHIPS_VIEW
12.2.2
-
View: PA_JOB_RELATIONSHIPS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_JOB_RELATIONSHIPS_VIEW, object_name:PA_JOB_RELATIONSHIPS_VIEW, status:VALID, product: PA - Projects , description: PA_JOB_RELATIONSHIPS_VIEW is a view that identifies relationships between jobs via the master group job. , implementation_dba_data: APPS.PA_JOB_RELATIONSHIPS_VIEW ,
-
View: PA_JOB_RELATIONSHIPS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_JOB_RELATIONSHIPS_VIEW, object_name:PA_JOB_RELATIONSHIPS_VIEW, status:VALID, product: PA - Projects , description: PA_JOB_RELATIONSHIPS_VIEW is a view that identifies relationships between jobs via the master group job. , implementation_dba_data: APPS.PA_JOB_RELATIONSHIPS_VIEW ,
-
VIEW: PA.PA_JOB_RELATIONSHIPS#
12.2.2
-
VIEW: APPS.PA_JOB_RELATIONSHIPS_VIEW
12.1.1
-
TABLE: PA.PA_JOB_RELATIONSHIPS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_JOB_RELATIONSHIPS, object_name:PA_JOB_RELATIONSHIPS, status:VALID,
-
APPS.PA_JOB_UTILS SQL Statements
12.2.2
-
TABLE: PA.PA_JOB_RELATIONSHIPS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_JOB_RELATIONSHIPS, object_name:PA_JOB_RELATIONSHIPS, status:VALID,
-
APPS.PA_JOB_UTILS SQL Statements
12.1.1
-
VIEW: PA.PA_JOB_RELATIONSHIPS#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_JOB_RELATIONSHIPS#, status:VALID,
-
VIEW: APPS.PA_JOB_RELATIONSHIPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_JOB_RELATIONSHIPS_V, object_name:PA_JOB_RELATIONSHIPS_V, status:VALID,
-
VIEW: APPS.PA_JOB_RELATIONSHIPS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_JOB_RELATIONSHIPS_VIEW, object_name:PA_JOB_RELATIONSHIPS_VIEW, status:VALID,
-
VIEW: APPS.PA_JOB_GROUP_COMBOS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_JOB_GROUP_COMBOS_V, object_name:PA_JOB_GROUP_COMBOS_V, status:VALID,
-
APPS.PA_CROSS_BUSINESS_GRP SQL Statements
12.2.2
-
VIEW: APPS.PA_JOB_RELATIONSHIPS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_JOB_RELATIONSHIPS_VIEW, object_name:PA_JOB_RELATIONSHIPS_VIEW, status:VALID,
-
VIEW: APPS.PA_JOB_GROUP_COMBOS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_JOB_GROUP_COMBOS_V, object_name:PA_JOB_GROUP_COMBOS_V, status:VALID,
-
VIEW: APPS.PA_JOB_RELATIONSHIPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_JOB_RELATIONSHIPS_V, object_name:PA_JOB_RELATIONSHIPS_V, status:VALID,
-
APPS.PA_CROSS_BUSINESS_GRP SQL Statements
12.1.1
-
View: PA_JOB_GROUP_COMBOS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_JOB_GROUP_COMBOS_V, object_name:PA_JOB_GROUP_COMBOS_V, status:VALID, product: PA - Projects , description: PA_JOB_GROUP_COMBOS_V is a view that identifies the combinations of from and to Job groups that have been defined.- Retrofitted , implementation_dba_data: APPS.PA_JOB_GROUP_COMBOS_V ,
-
View: PA_JOB_GROUP_COMBOS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_JOB_GROUP_COMBOS_V, object_name:PA_JOB_GROUP_COMBOS_V, status:VALID, product: PA - Projects , description: PA_JOB_GROUP_COMBOS_V is a view that identifies the combinations of from and to Job groups that have been defined.- Retrofitted , implementation_dba_data: APPS.PA_JOB_GROUP_COMBOS_V ,
-
View: PA_JOB_RELATIONSHIPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_JOB_RELATIONSHIPS_V, object_name:PA_JOB_RELATIONSHIPS_V, status:VALID, product: PA - Projects , description: PA_JOB_RELATIONSHIPS_V is a view that identifies relationships between jobs that have been defined based on the groups used.- Retrofitted , implementation_dba_data: APPS.PA_JOB_RELATIONSHIPS_V ,
-
View: PA_JOB_RELATIONSHIPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_JOB_RELATIONSHIPS_V, object_name:PA_JOB_RELATIONSHIPS_V, status:VALID, product: PA - Projects , description: PA_JOB_RELATIONSHIPS_V is a view that identifies relationships between jobs that have been defined based on the groups used.- Retrofitted , implementation_dba_data: APPS.PA_JOB_RELATIONSHIPS_V ,
-
PACKAGE BODY: APPS.PA_JOB_UTILS
12.2.2
-
PACKAGE BODY: APPS.PA_JOB_UTILS
12.1.1
-
PACKAGE BODY: APPS.PA_CROSS_BUSINESS_GRP
12.1.1
-
PACKAGE BODY: APPS.PA_CROSS_BUSINESS_GRP
12.2.2
-
APPS.PA_RESOURCE_UTILS SQL Statements
12.1.1
-
APPS.PA_RESOURCE_UTILS SQL Statements
12.2.2
-
APPS.PA_JOB_UTILS dependencies on PA_JOB_RELATIONSHIPS
12.1.1
-
APPS.PA_RESOURCE_UTILS dependencies on PA_JOB_RELATIONSHIPS_VIEW
12.1.1
-
APPS.PA_JOB_UTILS dependencies on PA_JOB_RELATIONSHIPS
12.2.2
-
APPS.PA_RESOURCE_UTILS dependencies on PA_JOB_RELATIONSHIPS_VIEW
12.2.2
-
APPS.PA_CROSS_BUSINESS_GRP dependencies on PA_JOB_RELATIONSHIPS_VIEW
12.1.1
-
APPS.PA_CROSS_BUSINESS_GRP dependencies on PA_JOB_RELATIONSHIPS_VIEW
12.2.2
-
APPS.PA_JOB_UTILS dependencies on PER_JOB_GROUPS
12.2.2
-
APPS.PA_JOB_UTILS dependencies on PER_JOB_GROUPS
12.1.1
-
PACKAGE BODY: APPS.PA_HR_UPDATE_PA_ENTITIES
12.1.1
-
PACKAGE BODY: APPS.PA_HR_UPDATE_PA_ENTITIES
12.2.2
-
PACKAGE BODY: APPS.PA_RESOURCE_UTILS
12.1.1
-
PACKAGE BODY: APPS.PA_RESOURCE_UTILS
12.2.2
-
APPS.PA_HR_UPDATE_PA_ENTITIES dependencies on WF_ENGINE
12.1.1
-
APPS.PA_CROSS_BUSINESS_GRP dependencies on PA_CROSS_BUSINESS_GRP
12.1.1
-
APPS.PA_CROSS_BUSINESS_GRP dependencies on PA_CROSS_BUSINESS_GRP
12.2.2
-
APPS.PA_HR_UPDATE_PA_ENTITIES dependencies on WF_ENGINE
12.2.2
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2