DBA Data[Home] [Help]

APPS.CSP_RECEIVE_PVT dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 178: financials_system_parameters fsp,

174: */
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