DBA Data[Home] [Help]

APPS.PO_ASL_UPGRADE_SV2 dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 280: -- Get owning_organization_id from financials_system_parameters.

276: -1);
277:
278: IF x_record_unique THEN
279:
280: -- Get owning_organization_id from financials_system_parameters.
281:
282: x_progress := '1451';
283:
284: begin

Line 288: financials_system_parameters fsp

284: begin
285: select mtl.organization_id
286: into x_owning_organization_id
287: from mtl_system_items msi, mtl_parameters mtl,
288: financials_system_parameters fsp
289: where msi.inventory_item_id = x_item_id
290: and msi.organization_id = fsp.inventory_organization_id
291: and msi.organization_id = mtl.master_organization_id
292: and msi.organization_id = mtl.organization_id;