Human Resources and ELM - PSFT (MOSC)

MOSC Banner

Why was HRCD_COMPANY_DIRECTORY.DATA_ELEMENTS.Job.OnExecute (App Package PCode) modified in PUM 51?

These PUM 51 new PCodes do not display the 'Reg/Temp' data on the Company Directory/Job Details. I commented it out, and the data appears.

The following codes have been added in PUM 51 and having issues on displaying the 'Reg/Temp' on Company Directory/Job Details
If All(%This.recCommon.JOB_EFFDT.Value) Then
%This.recCurrentEntity.EFFDT.Value = %This.recCommon.JOB_EFFDT.Value;
%This.recCurrentEntity.EFFSEQ.Value = %This.recCommon.JOB_EFFSEQ.Value;
If Not %This.recCurrentEntity.SelectByKey() Then
Return False;
End-If;
Else
%This.recCurrentEntity.EMPLID.Value = %This.recCommon.EMPLID.Value;
%This.recCurrentEntity.EMPL_RCD.Value = %This.recCommon.EMPL_RCD.Value;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center