DBA Data[Home] [Help]

APPS.OE_ITORD_PUB dependencies on HR_OPERATING_UNITS

Line 171: FROM HR_OPERATING_UNITS

167:
168: IF p_Item_Orderability_Import_Rec.org_id is NOT NULL then
169: begin
170: SELECT 'Y' into l_exists
171: FROM HR_OPERATING_UNITS
172: where organization_id = p_Item_Orderability_Import_Rec.org_id
173: and rownum = 1;
174: Exception
175: when no_data_found then