DBA Data[Home] [Help]

APPS.BOMPASGR dependencies on MTL_RTG_ITEM_REVISIONS

Line 583: from mtl_rtg_item_revisions

579: ** check to see if a record exists in the revs production table for this
580: ** item/org combination
581: */
582: select count(process_revision) into revs_prod
583: from mtl_rtg_item_revisions
584: where organization_id = c1rec.OI
585: and inventory_item_id = c1rec.AII;
586:
587: revs := revs_int + revs_prod;