Get Started with Redwood for Oracle Cloud HCM Begin Now
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.
BI Publisher - pulling Candidate Source Medium and Source
Summary:
We have a BI publisher report that we want to use to report on Candidates who are specifcally coming from these two Source Mediums: Referral and "Candidate added to job requisition". We have the code for Referral as ORA_REFERRAL. Where can I find what the code is for the Source Medium Candidate Added to Job Requisition so we can add it to the report? Where are these codes stored in general? Thank you!
Code Snippet (add any code snippets that support your topic, if applicable):
Decode(iddb.SOURCE_MEDIUM,
'ORA_REFERRAL', 'Referral',
iddb.SOURCE_MEDIUM) Source_Medium,
Tagged:
0