DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_SV dependencies on HR_ALL_ORGANIZATION_UNITS

Line 822: from hr_all_organization_units haou

818: if x_receipt_source_code = 'CUSTOMER' then
819:
820: select haou.location_id
821: into l_deliver_to_location_id
822: from hr_all_organization_units haou
823: where haou.organization_id = (select ship_from_org_id
824: from oe_order_lines_all
825: where line_id = x_oe_order_line_id);
826: