You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

HR_ALL_ORGANIZATION_UNITS_X diable date is not populated

edited Dec 23, 2024 11:08AM in Human Capital Management 1 comment

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!