Posts

Showing posts from April, 2017

This person either does not exist at all or does not exist as of the effective date on Contact(DEPENDENT) self service page

When we get the error as "This person either does not exist at all or does not exist as of the effective date " in Create-update Contact from Self Service Page, there is a quick fix for this. Please verify the  HR: Security Profile at Responsibility level, Open the Security Profile from HRMS Super User --> Security --> Profile -->Make the Value for View Contacts - All Clear the cache from Functional Administrator and re test your issue.

How to achieve the Assignment History from ORACLE SQL query

--Create a DB View as below, and refer this where ever you need CREATE OR REPLACE FORCE VIEW ASSIGNMENT_HISTORY_V (    PERSON_ID,    ASSIGNMENT_ID,    ASSIGNMENT_NUMBER,    EFFECTIVE_START_DATE,    ORGANIZATION_ID,    NEXT_ORGANIZATION_ID,    POSITION_ID,    NEXT_POSIT,    GRADE_ID,    NEXT_GRADE,    JOB_ID,    NEXT_JOB ) AS      SELECT EFFECTIVE_START_DATE desc),            ASG_HIST."PERSON_ID",             ASG_HIST."ASSIGNMENT_ID",             ASG_HIST."ASSIGNMENT_NUMBER",             ASG_HIST."EFFECTIVE_START_DATE",             ASG_HIST."ORGANIZATION_ID",             ASG_HIST."NEXT_ORGANIZATION_ID",             ASG_HIST....

Save attachments on Core Form after Approval of Contact self service Request

There is no straight way to achieve this and oracle support mentioned as this a BUG as per the Enhancement Request. Please Go Through with  Doc ID 1981366.1 , Why Attachments Attached in the Review Page While Adding New Contacts in the Region "Dependents and Beneficiaries" in Self Service Are Not Displayed on Contacts form in Core HR. (Doc ID 1981366.1)  

Enable attachments on Add-Update Contact(Dependent) Self Service Review Page

ENABLE ATTACHMENTS: OAF Personalizations Renderred Yes for  :Header: Additional Information Renderred Yes: Message Check Box: Save Attachments