DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV1 dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 1457: financials_system_parameters fsp --

1453: , NULL),
1454: PL.purchase_basis, --
1455: pl.ip_category_id --
1456: from po_lines pl, mtl_units_of_measure mum, mtl_system_items_kfv msi,
1457: financials_system_parameters fsp --
1458: where po_header_id=p_po_header_id and
1459: mum.unit_of_measure (+) = pl.unit_meas_lookup_code and --
1460: --bug #2716412: made pl/msi join an outer join
1461: pl.item_id = msi.inventory_item_id(+) and