DBA Data[Home] [Help]

APPS.CSP_RECEIVE_PVT dependencies on HR_ORGANIZATION_INFORMATION

Line 179: hr_organization_information hoi

175: select hr.location_code
176: into x_location_code
177: from hr_locations hr,
178: financials_system_parameters fsp,
179: hr_organization_information hoi
180: where hr.location_id = x_location_id
181: and hr.inventory_organization_id = hoi.organization_id
182: and to_char(fsp.set_of_books_id) = hoi.org_information1
183: AND ROWNUM = 1;