DBA Data[Home] [Help]

APPS.OTA_CLASSIC_UPGRADE dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 250: From hr_organization_units org, hr_all_organization_units_tl orgtl

246: orgtl.Creation_date,
247: orgtl.Last_Updated_By,
248: orgtl.Last_Update_Date,
249: orgtl.Last_Update_Login
250: From hr_organization_units org, hr_all_organization_units_tl orgtl
251: Where orgtl.organization_id = p_business_group_id
252: and org.organization_id = org.business_group_id
253: and org.organization_id = orgtl.organization_id
254: And Not Exists (Select '1'