DBA Data[Home] [Help]

APPS.INVPPRCI dependencies on MTL_ITEM_REVISIONS

Line 556: table_name := 'MTL_ITEM_REVISIONS';

552: and T.LANGUAGE = L.LANGUAGE_CODE );
553:
554: /* Copy the item revisions into the item revisions table */
555:
556: table_name := 'MTL_ITEM_REVISIONS';
557: insert into MTL_ITEM_REVISIONS
558: (INVENTORY_ITEM_ID,
559: ORGANIZATION_ID,
560: REVISION,

Line 557: insert into MTL_ITEM_REVISIONS

553:
554: /* Copy the item revisions into the item revisions table */
555:
556: table_name := 'MTL_ITEM_REVISIONS';
557: insert into MTL_ITEM_REVISIONS
558: (INVENTORY_ITEM_ID,
559: ORGANIZATION_ID,
560: REVISION,
561: LAST_UPDATE_DATE,