DBA Data[Home] [Help]

APPS.CSP_EXCESS_PARTS_PVT dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 336: from org_organization_definitions

332: l_operating_unit number;
333: begin
334: select operating_unit, substr(organization_name,1,30), operating_unit
335: into l_operating_unit, l_org_name, l_po_org_id
336: from org_organization_definitions
337: where organization_id = p_organization_id;
338:
339: select nvl(req_encumbrance_flag, 'N')
340: into l_encum_flag