DBA Data[Home] [Help]

APPS.AP_CANCEL_PKG dependencies on PO_UOM_S

Line 89: po_uom_s.po_uom_convert(AID.matched_uom_lookup_code, --bug5844328

85: 'ITEM_TO_SERVICE_RECEIPT', 0,
86: nvl( AID.quantity_invoiced, 0 ) +
87: nvl( AID.corrected_quantity,0 )
88: ) *
89: po_uom_s.po_uom_convert(AID.matched_uom_lookup_code, --bug5844328
90: nvl(PLL.unit_meas_lookup_code,
91: PL.unit_meas_lookup_code),
92: PL.item_id), 15)
93: ) < 0