Meaning of ${Attribute} in context of Data Filter Criteria in Resource Alert in Alert Composer (Orac
Summary
Meaning of ${Attribute} in context of Data Filter Criteria in Resource Alert in Alert Composer (Oracle HCM Cloud)Content
Hi Experts,
Do anyone of you have any idea what is meant by ${Attribute} in Data Filter Criteria of a Resource Alert.
I have found this in a delivered Alert "Worker Hire Date" under the filter clause
exists (SELECT 'x' FROM PER_PERIODS_OF_SERVICE WHERE DATE_START>=SYSDATE AND DATE_START<=SYSDATE+15 and PERIOD_TYPE='E' and PRIMARY_FLAG='Y' and person_id = ${PersonId})
I am wondering what this ${PersonId} will do here. Will the sql run for all person id or an person id will be passed internally.
0