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.
HR_ALL_ORGANIZATION_UNITS_X diable date is not populated
Hi Team,
We have disabled the inventory org and we are checking below condition but org.disable_date is not populated.
Can you please help how we can populate org.disable_date date
SELECT iop.organization_code,org.ORGANIZATION_NAME,org.disable_dateFROM inv_org_parameters iop, inv_organization_definitions_v orgWHERE iop.organization_id = org.organization_idAND iop.organization_code != 'BIM'--AND REGEXP_COUNT(iop.organization_code, '_') = 0AND SYSDATE BETWEEN org.creation_date AND org.disable_dateORDER BY iop.organization_code
0