MFA Icon

MFA for Oracle Community

Starting September 2025, Oracle Community will require Multi-Factor Authentication (MFA) for all member logins. This simple extra step helps protect your account—and the community data—by adding an additional layer of security during sign-in.

Read more about MFA
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
BI Publisher Learning Center

Sql query to get payroll process name Under a batch Name /Instance name

Hi ,


I am looking for SQL table to get payroll process name currently i can get batchname/Instance name via below query :


SELECT pfi.instance_name FROM pay_flows pf,pay_flow_instances pfiWHERE 1=1AND pf.base_flow_id = pfi.base_flow_idAND pfi.LAST_UPDATE_DATE < sysdate AND pf.base_flow_name = -- - give the name of your HCM extract

Please help me get underlying process name too , I need the process name inside yellow circle


Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!