For more information, please refer to this announcement explaining best practices for getting answers to questions.
Error While Uploading Succession Plan through HDL
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)