Search Results master_flag
Overview
APPS.PA_JOB_GROUP_COMBOS_V is a reporting view in Oracle E-Business Suite (documented against 12.1.1 and 12.2.2) that exposes the relationships defined between job groups. It is built over the job-group relationship table and joins that table twice to the job groups table so that both the source ("from") and destination ("to") job group names can be presented side by side in a single row. The view is owned by the APPS schema and serves as a read-only integration and reporting object for Project Management and Human Resources data consumers.
A distinguishing characteristic of the view is its treatment of the MASTER_FLAG attribute. Each job group referenced in the relationship is displayed with its own MASTER_FLAG value, allowing report authors to identify whether the from-group and to-group are master job groups. The view does not store data; it is a dynamic SQL definition that resolves business group context at runtime through profile option evaluation.
Underlying Base Objects
The ETRM metadata documents four referenced base objects:
- PA_JOB_RELATIONSHIPS (synonym) — the driving table, aliased PJR, which stores the from/to job group identifiers that define each relationship.
- PER_JOB_GROUPS (synonym) — joined twice as PJG1 (from-group) and PJG2 (to-group) to resolve displayed names and master flags.
- PA_CROSS_BUSINESS_GRP (package) — invoked as PA_CROSS_BUSINESS_GRP.IsCrossBGProfile to determine whether cross-business-group operation is enabled.
- FND_PROFILE (package) — invoked as FND_PROFILE.VALUE('PER_BUSINESS_GROUP_ID') to restrict results to the current business group when the cross-business-group profile is 'N'.
The join between PA_JOB_RELATIONSHIPS and the two PER_JOB_GROUPS instances is driven by the respective FROM_JOB_GROUP_ID and TO_JOB_GROUP_ID columns. The WHERE clause applies a business-group filter only when the cross-business-group profile evaluates to 'N'; when it is 'Y', the filter is bypassed and relationships across business groups are returned. A DISTINCT operator eliminates duplicate rows.
Key Columns
- DISPLAYED_NAME (from PJG1) — the user-visible name of the source job group.
- FROM_JOB_GROUP_ID — the identifier of the source job group in the relationship.
- PJG1.MASTER_FLAG — indicates whether the source job group is a master job group; this is the column most relevant to the "master_flag" search.
- DISPLAYED_NAME (from PJG2) — the user-visible name of the destination job group.
- TO_JOB_GROUP_ID — the identifier of the destination job group in the relationship.
- PJG2.MASTER_FLAG — indicates whether the destination job group is a master job group.
Because the view exposes two MASTER_FLAG columns with identical names, callers should alias them explicitly in the SELECT list to avoid ambiguity in downstream processing.
Common Use Cases and Queries
The view is typically used to validate and report on job group relationships, particularly where master job group designation must be confirmed on either side of a relationship, and to support data migration or integration extracts that must respect business group boundaries.
A representative query identifying relationships in which either job group is a master group is shown below:
- SELECT DISTINCT DISPLAYED_NAME, FROM_JOB_GROUP_ID, MASTER_FLAG FROM PA_JOB_GROUP_COMBOS_V;
- To isolate master-group relationships, filter on the aliased master flag columns after wrapping the view in an inline query, since both columns share the name MASTER_FLAG.
- To enumerate all from/to pairs regardless of master status: SELECT FROM_JOB_GROUP_ID, TO_JOB_GROUP_ID FROM PA_JOB_GROUP_COMBOS_V;
Because business group context is resolved at runtime, the result set varies with the value of the PER_BUSINESS_GROUP_ID profile option and the cross-business-group setting. Queries should be executed in the appropriate operating context to produce consistent results.
-
VIEW: APPS.PA_JOB_GROUP_COMBOS_V
12.1.1
-
VIEW: APPS.PA_JOB_GROUP_COMBOS_V
12.2.2
-
VIEW: HR.PER_JOB_GROUPS#
12.2.2
-
VIEW: JA.JAI_CMN_RG_23AC_II_TRXS#
12.2.2
-
VIEW: JA.JAI_CMN_RG_I_TRXS#
12.2.2
-
VIEW: APPS.PA_JOB_RELATIONSHIPS_VIEW
12.1.1
-
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: SYS.EXU81SRTU
12.1.1
-
VIEW: SYS.EXU81SRTU
12.2.2
-
TABLE: ITA.ITA_SETUP_INSTANCES_B
12.1.1
owner:ITA, object_type:TABLE, object_name:ITA_SETUP_INSTANCES_B, status:VALID,
-
VIEW: APPS.PA_JOB_RELATIONSHIPS_VIEW
12.2.2
-
APPS.PER_JGR_SHD SQL Statements
12.2.2
-
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: JA.JAI_CMN_RG_PLA_TRXS#
12.2.2
-
APPS.PER_JGR_SHD SQL Statements
12.1.1
-
APPS.PER_JGR_BUS SQL Statements
12.1.1
-
APPS.PER_JGR_BUS SQL Statements
12.2.2
-
VIEW: JA.JAI_CMN_RG_23AC_I_TRXS#
12.2.2
-
View: BSC_OAF_ANALYSYS_OPT_COMB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_OAF_ANALYSYS_OPT_COMB_V, object_name:BSC_OAF_ANALYSYS_OPT_COMB_V, status:VALID, product: BSC - Balanced Scorecard , implementation_dba_data: APPS.BSC_OAF_ANALYSYS_OPT_COMB_V ,
-
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: SYS.EXU81SRT
12.2.2
owner:SYS, object_type:VIEW, object_name:EXU81SRT, status:VALID,
-
VIEW: SYS.EXU81SRTU
12.1.1
owner:SYS, object_type:VIEW, object_name:EXU81SRTU, status:VALID,
-
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: APPS.BSC_OAF_ANALYSYS_OPT_COMB_V
12.1.1
-
VIEW: HR.PER_JOB_GROUPS#
12.2.2
owner:HR, object_type:VIEW, object_name:PER_JOB_GROUPS#, status:VALID,
-
View: BSC_OAF_ANALYSYS_OPT_COMB_V
12.2.2
product: BSC - Balanced Scorecard (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: SYS.EXU81SRT
12.1.1
owner:SYS, object_type:VIEW, object_name:EXU81SRT, status:VALID,
-
VIEW: SYS.EXU81SRTU
12.2.2
owner:SYS, object_type:VIEW, object_name:EXU81SRTU, status:VALID,
-
APPS.PA_CROSS_BUSINESS_GRP SQL Statements
12.1.1
-
VIEW: APPS.PAY_JP_WL_PACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_WL_PACT_V, object_name:PAY_JP_WL_PACT_V, status:VALID,
-
VIEW: APPS.PER_JOB_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_JOB_GROUPS_V, object_name:PER_JOB_GROUPS_V, status:VALID,
-
APPS.PA_CROSS_BUSINESS_GRP SQL Statements
12.2.2
-
VIEW: APPS.PER_JOB_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_JOB_GROUPS_V, object_name:PER_JOB_GROUPS_V, status:VALID,
-
VIEW: APPS.ITA_SETUP_INSTANCES_VL
12.1.1
owner:APPS, object_type:VIEW, object_name:ITA_SETUP_INSTANCES_VL, status:VALID,
-
VIEW: APPS.HRBV_JOB_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:HRBV_JOB_GROUPS_V, status:VALID,
-
VIEW: APPS.HRBV_JOB_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:HRBV_JOB_GROUPS_V, status:VALID,
-
VIEW: JA.JAI_CMN_RG_23AC_II_TRXS#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_CMN_RG_23AC_II_TRXS#, status:VALID,
-
VIEW: APPS.BSC_OAF_ANALYSYS_OPT_COMB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BSC.BSC_OAF_ANALYSYS_OPT_COMB_V, object_name:BSC_OAF_ANALYSYS_OPT_COMB_V, status:VALID,
-
APPS.JAI_CMN_RG_MASTER_ORG_PKG SQL Statements
12.2.2
-
APPS.JAI_CMN_RG_MASTER_ORG_PKG SQL Statements
12.1.1
-
VIEW: JA.JAI_CMN_RG_I_TRXS#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_CMN_RG_I_TRXS#, status:VALID,
-
View: PAY_JP_WL_PACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_WL_PACT_V, object_name:PAY_JP_WL_PACT_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_JP_WL_PACT_V ,
-
TABLE: HR.PER_JOB_GROUPS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_JOB_GROUPS, object_name:PER_JOB_GROUPS, status:VALID,
-
View: PER_JOB_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_JOB_GROUPS_V, object_name:PER_JOB_GROUPS_V, status:VALID, product: PER - Human Resources , description: Gets Job Group and associated flexfield information , implementation_dba_data: APPS.PER_JOB_GROUPS_V ,
-
View: PER_JOB_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_JOB_GROUPS_V, object_name:PER_JOB_GROUPS_V, status:VALID, product: PER - Human Resources , description: Gets Job Group and associated flexfield information , implementation_dba_data: APPS.PER_JOB_GROUPS_V ,
-
VIEW: JA.JAI_CMN_RG_PLA_TRXS#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_CMN_RG_PLA_TRXS#, status:VALID,
-
APPS.ITA_SETUP_INSTANCES_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.JAI_CMN_RG_MASTER_ORG_PKG
12.1.1
-
PACKAGE BODY: APPS.JAI_CMN_RG_MASTER_ORG_PKG
12.2.2
-
VIEW: JA.JAI_CMN_RG_23AC_I_TRXS#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_CMN_RG_23AC_I_TRXS#, status:VALID,