DBA Data[Home] [Help]

APPS.ASO_TAX_INT dependencies on HR_ALL_ORGANIZATION_UNITS

Line 2469: from HR_ALL_ORGANIZATION_UNITS

2465: /*** Added this SQL for Bug 8474803 and 7408162 ***/
2466: begin
2467: select location_id
2468: into l_bill_from_location_id
2469: from HR_ALL_ORGANIZATION_UNITS
2470: where organization_id = l_qte_header_rec.ORG_ID; -- l_qte_line_tbl(1).organization_id;
2471: Exception
2472: when others then
2473: l_bill_from_location_id := NULL;