[Home] [Help]
6106: -- Validate : All documents should belong to same OU
6107: SELECT Count(DISTINCT OPERATING_UNIT)
6108: INTO l_org_count
6109: FROM po_headers,
6110: org_organization_definitions ood
6111: WHERE ood.organization_id=org_id
6112: AND po_header_id IN
6113: (SELECT pol.po_header_id
6114: FROM po_lines pol,