DBA Data[Home] [Help]

APPS.INVPPROC dependencies on MTL_DESCR_ELEMENT_VALUES

Line 1188: delete from mtl_descr_element_values

1184: END IF;
1185:
1186: -- Bug #1068191 (1031733)
1187: --
1188: delete from mtl_descr_element_values
1189: where inventory_item_id in
1190: ( select inventory_item_id
1191: from mtl_parameters MP,
1192: MTL_SYSTEM_ITEMS_INTERFACE I

Line 1205: table_name := 'MTL_DESCR_ELEMENT_VALUES';

1201: IF l_inv_debug_level IN(101, 102) THEN
1202: INVPUTLI.info('INVPPROC.inproit_process_item: inserting into MDEV with xset_id = '|| xset_id);
1203: END IF;
1204:
1205: table_name := 'MTL_DESCR_ELEMENT_VALUES';
1206:
1207: insert into MTL_DESCR_ELEMENT_VALUES
1208: (inventory_item_id,
1209: element_name,

Line 1207: insert into MTL_DESCR_ELEMENT_VALUES

1203: END IF;
1204:
1205: table_name := 'MTL_DESCR_ELEMENT_VALUES';
1206:
1207: insert into MTL_DESCR_ELEMENT_VALUES
1208: (inventory_item_id,
1209: element_name,
1210: default_element_flag,
1211: last_update_date,