DBA Data[Home] [Help]

APPS.INVPVHDR dependencies on MTL_ITEM_REVISIONS_INTERFACE

Line 978: update mtl_item_revisions_interface

974: ** is updated correctly in MIRI. The <> is
975: ** changed to equals.
976: */
977:
978: update mtl_item_revisions_interface
979: set inventory_item_id = l_item_id
980: where inventory_item_id = DSQL2_inventory_item_id
981: and organization_id = DSQL2_organization_id
982: -- and set_process_id + 0 = xset_id; -- fix for bug#8757041,removed + 0