Whether we are allowed to use competency form(PERWSCEL.fmb) or not
Hi All
We are planning to convert our FULL HR module to Shared HR using note ID 461063.1. We are eligible to do the 2nd step of the NOTE ID. We can use below command and start using Shared HR module.
update FND_PRODUCT_INSTALLATIONS
set STATUS = 'S'
where APPLICATION_ID = 800;
Doubt/Question:
We have competency form(PERWSCEL.fmb) which Appears in compilation of forms list using adadmin when its in FULL HR i.e STATUS='I' but the form does not appear when you convert the environment to SHARED HR i.e STATUS='S'.
My understanding is, If the form does not appear in the list means its out of scope in shared HR mode. Whether we should use this form or not in Shared HR Mode ? Please clarify.