DBA Data[Home] [Help]

APPS.BOM_RTG_EXP dependencies on MTL_RTG_ITEM_REVISIONS

Line 154: FROM mtl_rtg_item_revisions

150: Attribute12,
151: Attribute13,
152: Attribute14,
153: Attribute15
154: FROM mtl_rtg_item_revisions
155: WHERE inventory_item_id = p_item_id
156: AND organization_id = p_organization_id;
157: i NUMBER := 1;
158: BEGIN