DBA Data[Home] [Help]

APPS.INVPVHDR dependencies on MTL_ITEM_REVISIONS_INTERFACE

Line 958: update mtl_item_revisions_interface

954: ** is updated correctly in MIRI. The <> is
955: ** changed to equals.
956: */
957:
958: update mtl_item_revisions_interface
959: set inventory_item_id = l_item_id
960: where inventory_item_id = DSQL2_inventory_item_id
961: and organization_id = DSQL2_organization_id
962: and set_process_id + 0 = xset_id;