DBA Data[Home] [Help]

APPS.PO_UOM_SV2 dependencies on DUAL

Line 261: from sys.dual)

257: unit_of_measure,
258: quantity )= (Select pri_inv.issue_uom_code,
259: pri_inv.unit_of_issue,
260: x_round_quantity
261: from sys.dual)
262: where rowid= pri_inv.rowid;
263:
264: end if;
265: