DBA Data[Home] [Help]

APPS.OE_ITORD_PUB dependencies on HR_OPERATING_UNITS

Line 208: FROM HR_OPERATING_UNITS

204:
205: IF p_Item_Orderability_Import_Rec.org_id is NOT NULL then
206: begin
207: SELECT 'Y' into l_exists
208: FROM HR_OPERATING_UNITS
209: where organization_id = p_Item_Orderability_Import_Rec.org_id
210: and rownum = 1;
211: Exception
212: when no_data_found then