Fill Employee Hierarchy Performance
(Doc ID 1300402.1)
Last updated on JANUARY 03, 2023
Applies to:
Oracle Purchasing - Version 12.0.4 and laterInformation in this document applies to any platform.
Executable:POCFH - Fill Employee Hierarchy
Symptoms
Unable to change from POCFH to POXPOFEH in the executable name for the Fill Employee Hierarchy which is necessary to increase performance on the process.
After following steps from <Note: 1143735.1> - Process POCFH - Fill Employee Hierarchy Has Slow Performance
To increase performance:
1. From System Administrator navigate to Concurrent>Program>Define
2. In the Program Field query on Fill Employee Hierarchy
3. Change POCFH to POXPOFEH in the Executable Name for the Fill Employee Hierarchy, but in this case POXPOFEH was not available.
The following select statement can be used to verify what executable is used:
SQL*Plus>
select fe.executable_name
from FND_CONCURRENT_PROGRAMS fc,
fnd_executables fe
where fc.concurrent_program_name ='POCFH'
and fc.EXECUTABLE_ID = fe.EXECUTABLE_ID;
Changes
The file POXPOFEH.sql was missing for Release 12.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |