APPS.PO_NEGOTIATIONS_SV2 dependencies on FINANCIALS_SYSTEM_PARAMETERS
Line 180: from financials_system_parameters fsp;
176: *******************************************************************/
177: begin
178: select fsp.inventory_organization_id
179: into x_inventory_organization_id 180: from financials_system_parameters fsp; 181: exception
182: when no_data_found then
183: raise;
184: end;