...
Send the records to EH
Code Block | ||
---|---|---|
| ||
SELECT * FROM human_resources.persons_health_eh_hr_feed_data_queue_manual where emp_id in (/*EMP ID's go here*/) CONTEXT('cache_wait_for_load' = 'true', 'cache_preload' = 'true'); |
...
...
Send the records to EH
Code Block | ||
---|---|---|
| ||
SELECT * FROM human_resources.persons_health_eh_hr_feed_data_queue_manual where emp_id in (/*EMP ID's go here*/) CONTEXT('cache_wait_for_load' = 'true', 'cache_preload' = 'true'); |
...