Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Alert composer With SQL query
Summary:
we have sql query the rerurn some employees person_id we need to use that query in alert composer
to send them a reminder
Content :
SELECT t1.Person_IDFROM PER_ALL_ASSIGNMENTS_M T1, PAY_ELEMENT_ENTRIES_F EE,PAY_ELEMENT_ENTRY_VALUES_F EEV
WHERE EE.ELEMENT_ENTRY_ID = EEV.ELEMENT_ENTRY_ID
AND EE.ELEMENT_TYPE_ID = 300000603183844AND EEV.INPUT_VALUE_ID = 300000604012993and T1. person_id =EE.PERSON_ID
AND EEV.SCREEN_ENTRY_VALUE NOT IN(
SELECT EEV.SCREEN_ENTRY_VALUEFROM PAY_ELEMENT_ENTRY_VALUES_F EEV,PAY_ELEMENT_ENTRIES_F EEWHERE EE.ELEMENT_ENTRY_ID = EEV.ELEMENT_ENTRY_IDAND EE.ELEMENT_TYPE_ID = 300000603187127AND EEV.INPUT_VALUE_ID = 300000603188789
Tagged:
0