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

Error While Uploading Succession Plan through HDL

Accepted answer
31
Views
5
Comments
edited Jul 11, 2022 7:51AM in Career and Succession 5 comments

Summary:


Content (required):

We are trying to upload the Succession Plans via HDL. We have few DFFs added in the .dat file and the value set attached to those DFFs are of table type.

Below is the setup of the value set:

*Module: Succession Plans

Validation Type: Table

Value Data Type: Character

*FROM Clause:

PER_PERSON_NAMES_F_V , PER_PEOPLE_F

*Value Column Name

SUBSTR((PER_PEOPLE_F.PERSON_NUMBER||' - '||PER_PERSON_NAMES_F_V.FULL_NAME),1,150)

WHERE Clause

PER_PEOPLE_F.PERSON_ID = PER_PERSON_NAMES_F_V.PERSON_ID

AND SYSDATE BETWEEN PER_PEOPLE_F.EFFECTIVE_START_DATE AND PER_PEOPLE_F.EFFECTIVE_END_DATE AND SYSDATE BETWEEN TRUNC(PER_PERSON_NAMES_F_V.EFFECTIVE_START_DATE) AND TRUNC(PER_PERSON_NAMES_F_V.EFFECTIVE_END_DATE)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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