DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV1 dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 2028: financials_system_parameters fsp --

2024: pl.cost_constraint,
2025: pl.clm_idc_type
2026:
2027: from po_lines pl, mtl_units_of_measure mum, mtl_system_items_kfv msi,
2028: financials_system_parameters fsp --
2029: where po_header_id=p_po_header_id and
2030: mum.unit_of_measure (+) = pl.unit_meas_lookup_code and --
2031: --bug #2716412: made pl/msi join an outer join
2032: pl.item_id = msi.inventory_item_id(+) and