DBA Data[Home] [Help]

APPS.CSP_PLANNED_ORDERS dependencies on HR_ORGANIZATION_UNITS

Line 120: from hr_organization_units

116: -- get ship to of warehouse
117: begin
118: select location_id
119: into l_location_id
120: from hr_organization_units
121: where organization_id = p_organization_id;
122: exception
123: when no_data_found then
124: null;