Search Results per_people_f_pk
Overview
APPS.WF_PER_ROLE_ROLES is an Oracle Workflow dictionary view that exposes Oracle HRMS person records as workflow roles. It is one of the role-generating views used by the Workflow Notification System to resolve addressable roles when notifications are dispatched. In Oracle EBS 12.1.1 and 12.2.2, this view is referenced by role-hierarchy and notification routing processes, and it is commonly queried during diagnostics of approval workflows, vacation rules, and notification mailers where a person must be treated as a routable recipient.
The view is owned by APPS and is not a base table; it is a runtime projection over HR person data. Rather than exposing a physical role definition, it dynamically generates a role string of the form PER_ROLE:<PERSON_ID> for every currently effective person, allowing Workflow to address any employee as a role without requiring a pre-registered role row.
Underlying Base Objects
The view is defined over a single documented base object: PER_ALL_PEOPLE_F, referenced in the ETRM metadata as a synonym. This is the datetracked, effective-dated HR table that holds person records in Oracle Human Resources.
The driving predicate is TRUNC(SYSDATE) BETWEEN PER.EFFECTIVE_START_DATE AND PER.EFFECTIVE_END_DATE, which restricts output to persons whose record is current as of the system date. The view text carries the hint /*+ INDEX_FFS(PER, PER_PEOPLE_F_PK) */, an index fast full scan on PER_PEOPLE_F_PK. Because only the current slice of each person's datetracked record is selected, the view returns one role row per active person rather than one row per datetracked version. Organizations that purge or end-date person records will see those persons disappear from role resolution automatically.
Key Columns
'PER_ROLE:'||PER.PERSON_ID— The generated role name, presented as the role identifier that Workflow consumes.PER.FULL_NAME— Person display name, projected twice (name and display-name positions in the Workflow role definition).'MAILHTML'— The notification preference/format indicator returned for the role.PER.EMAIL_ADDRESS— The person's primary email address, used to route email notifications.'PER_ROLE'— The role type literal, marking the row as a person-based role.PER.PERSON_ID— The numeric person identifier, exposed both inside the role string and as a discrete column.PER.EFFECTIVE_START_DATE/PER.EFFECTIVE_END_DATE— Datetrack effective bounds for the current person record.'ACTIVE'— Role status literal returned for every row.'N'and3— Notification/role attribute literals forming part of the Workflow role definition.
Common Use Cases and Queries
The view is typically used to confirm that a person resolves as a Workflow role, to reproduce the address that Workflow would use, or to enumerate valid PER_ROLE recipients.
SELECT role_name, display_name, email_address FROM apps.wf_per_role_roles WHERE role_name = 'PER_ROLE:' || :person_id;
For bulk validation of role availability across an organization:
SELECT role_name, display_name, email_address FROM apps.wf_per_role_roles WHERE email_address IS NOT NULL ORDER BY display_name;
Because the view derives entirely from the current datetracked slice of PER_ALL_PEOPLE_F, results are always evaluated as of SYSDATE. Troubleshooting a missing PER_ROLE should therefore begin by checking the person's EFFECTIVE_START_DATE/EFFECTIVE_END_DATE range in PER_ALL_PEOPLE_F.
-
VIEW: APPS.WF_PER_ROLE_ROLES
12.2.2
-
VIEW: APPS.HRI_CL_PER_RECMGR_HX_V
12.1.1
-
VIEW: APPS.WF_PER_ROLE_ROLES
12.1.1
-
VIEW: APPS.PER_ROLE_ROLES_V
12.1.1
-
VIEW: APPS.HRI_CL_PER_HIRMGR_HX_V
12.2.2
-
VIEW: APPS.HR_ASSIGNMENT_SET_AMENDMENTS_V
12.1.1
-
VIEW: APPS.ICX_PO_SUPPLIER_ITEMS_V
12.1.1
-
VIEW: APPS.HR_ASSIGNMENT_SET_AMENDMENTS_V
12.2.2
-
VIEW: APPS.PER_ROLE_ROLES_V
12.2.2
-
VIEW: APPS.HRI_CL_PER_HIRMGR_HX_V
12.1.1
-
VIEW: APPS.ICX_PO_SUPPLIER_ITEMS_V
12.2.2
-
VIEW: APPS.HRI_CL_PER_RECMGR_HX_V
12.2.2
-
VIEW: APPS.PER_JP_SI_DEPENDENT_TRANSFER_V
12.1.1
-
VIEW: APPS.PER_JP_SI_DEPENDENT_TRANSFER_V
12.2.2
-
VIEW: APPS.ICX_PO_REQUISITION_TEMPLATES_V
12.2.2
-
INDEX: HR.PER_PEOPLE_F_PK
12.1.1
owner:HR, object_type:INDEX, object_name:PER_PEOPLE_F_PK, status:VALID,
-
INDEX: HR.PER_PEOPLE_F_PK
12.2.2
owner:HR, object_type:INDEX, object_name:PER_PEOPLE_F_PK, status:VALID,
-
View: WF_PER_ROLE_ROLES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_PER_ROLE_ROLES, object_name:WF_PER_ROLE_ROLES, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.WF_PER_ROLE_ROLES ,
-
Table: PER_ALL_PEOPLE_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ALL_PEOPLE_F, object_name:PER_ALL_PEOPLE_F, status:VALID, product: PER - Human Resources , description: DateTracked table holding personal information for employees, applicants and other people. , implementation_dba_data: HR.PER_ALL_PEOPLE_F ,
-
View: WF_PER_ROLE_ROLES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_PER_ROLE_ROLES, object_name:WF_PER_ROLE_ROLES, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.WF_PER_ROLE_ROLES ,
-
View: PER_JP_SI_DEPENDENT_TRANSFER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_JP_SI_DEPENDENT_TRANSFER_V, object_name:PER_JP_SI_DEPENDENT_TRANSFER_V, status:VALID, product: PER - Human Resources , description: This view is used by Japanese statutory report (Notification of Health Insurance Dependents / National Pension Type 3 Insured) , implementation_dba_data: APPS.PER_JP_SI_DEPENDENT_TRANSFER_V ,
-
VIEW: APPS.ICX_PO_REQUISITION_TEMPLATES_V
12.1.1
-
Table: PER_ALL_PEOPLE_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ALL_PEOPLE_F, object_name:PER_ALL_PEOPLE_F, status:VALID, product: PER - Human Resources , description: DateTracked table holding personal information for employees, applicants and other people. , implementation_dba_data: HR.PER_ALL_PEOPLE_F ,
-
View: PER_JP_SI_DEPENDENT_TRANSFER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_JP_SI_DEPENDENT_TRANSFER_V, object_name:PER_JP_SI_DEPENDENT_TRANSFER_V, status:VALID, product: PER - Human Resources , description: This view is used by Japanese statutory report (Notification of Health Insurance Dependents / National Pension Type 3 Insured) , implementation_dba_data: APPS.PER_JP_SI_DEPENDENT_TRANSFER_V ,
-
View: ICX_PO_SUPPLIER_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_SUPPLIER_ITEMS_V, object_name:ICX_PO_SUPPLIER_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: Supplier Items View , implementation_dba_data: APPS.ICX_PO_SUPPLIER_ITEMS_V ,
-
View: ICX_PO_SUPPLIER_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_SUPPLIER_ITEMS_V, object_name:ICX_PO_SUPPLIER_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: Supplier Items View , implementation_dba_data: APPS.ICX_PO_SUPPLIER_ITEMS_V ,
-
View: POS_PO_SUPPLIER_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_SUPPLIER_ITEMS_V, object_name:POS_PO_SUPPLIER_ITEMS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_SUPPLIER_ITEMS_V ,
-
View: POS_PO_SUPPLIER_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_SUPPLIER_ITEMS_V POS.POS_PO_SUPPLIER_ITEMS_V, object_name:POS_PO_SUPPLIER_ITEMS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_SUPPLIER_ITEMS_V ,
-
APPS.PAY_AU_PAYMENT_SUMMARY_MAGTAPE SQL Statements
12.2.2
-
APPS.PAY_AU_PAYMENT_SUMMARY_MAGTAPE SQL Statements
12.1.1
-
View: ICX_PO_REQUISITION_TEMPLATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQUISITION_TEMPLATES_V, object_name:ICX_PO_REQUISITION_TEMPLATES_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_PO_REQUISITION_TEMPLATES_V ,
-
View: ICX_PO_REQUISITION_TEMPLATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQUISITION_TEMPLATES_V, object_name:ICX_PO_REQUISITION_TEMPLATES_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_PO_REQUISITION_TEMPLATES_V ,
-
APPS.PAY_GENERIC_UPGRADE SQL Statements
12.1.1
-
VIEW: APPS.PAY_HK_MPF_REMITTANCE_V
12.1.1
-
VIEW: APPS.PAY_HK_MPF_REMITTANCE_V
12.2.2
-
PACKAGE: APPS.PAY_IE_PAYPATH_TAPE
12.2.2
-
View: PAY_HK_MPF_REMITTANCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_HK_MPF_REMITTANCE_V, object_name:PAY_HK_MPF_REMITTANCE_V, status:VALID, product: PAY - Payroll , description: Hong Kong localisation view. , implementation_dba_data: APPS.PAY_HK_MPF_REMITTANCE_V ,
-
APPS.PAY_GENERIC_UPGRADE SQL Statements
12.2.2
-
PACKAGE: APPS.PAY_IE_PAYPATH_TAPE
12.1.1
-
View: PAY_HK_MPF_REMITTANCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_HK_MPF_REMITTANCE_V, object_name:PAY_HK_MPF_REMITTANCE_V, status:VALID, product: PAY - Payroll , description: Hong Kong localisation view. , implementation_dba_data: APPS.PAY_HK_MPF_REMITTANCE_V ,
-
VIEW: APPS.PAY_JP_PRE_TAX_V
12.1.1
-
View: PAY_JP_PRE_TAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_TAX_V, object_name:PAY_JP_PRE_TAX_V, status:VALID, product: PAY - Payroll , description: This view is used by PAYJPPTX form and Japanese legislative reports. , implementation_dba_data: APPS.PAY_JP_PRE_TAX_V ,
-
PACKAGE BODY: APPS.PAY_AU_PAYMENT_SUMMARY_MAGTAPE
12.2.2
-
PACKAGE BODY: APPS.PAY_AU_PAYMENT_SUMMARY_MAGTAPE
12.1.1
-
TABLE: HR.PER_ALL_PEOPLE_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ALL_PEOPLE_F, object_name:PER_ALL_PEOPLE_F, status:VALID,
-
TABLE: HR.PER_ALL_PEOPLE_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ALL_PEOPLE_F, object_name:PER_ALL_PEOPLE_F, status:VALID,
-
APPS.PAY_AU_RECON_SUMMARY SQL Statements
12.1.1
-
VIEW: APPS.PAY_JP_UI_V
12.2.2
-
VIEW: APPS.PAY_JP_UI_V
12.1.1
-
View: PAY_JP_UI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_UI_V, object_name:PAY_JP_UI_V, status:VALID, product: PAY - Payroll , description: This view is used by Japanese statutory report of Unemployment Insurance Check List(PAYJPRUI) , implementation_dba_data: APPS.PAY_JP_UI_V ,