DBA Data[Home] [Help]

APPS.INV_ITEM_ATTRIBUTES_PKG dependencies on MTL_UPDATE_RECORDS_TEMP

Line 1719: FROM mtl_update_records_temp

1715:
1716: CURSOR sel_cur IS
1717: SELECT inventory_item_id
1718: ,organization_id
1719: FROM mtl_update_records_temp
1720: WHERE item_update_id = p_seq_id;
1721:
1722: --=================
1723: -- LOCAL VARIABLES

Line 2034: DELETE mtl_update_records_temp

2030:
2031: DELETE mtl_item_values_temp
2032: WHERE item_update_id = p_seq_id;
2033:
2034: DELETE mtl_update_records_temp
2035: WHERE item_update_id = p_seq_id;
2036:
2037: Determine_Return_Code
2038: ( x_retcode => x_retcode

Line 2128: INSERT into mtl_update_records_temp(

2124: -- item id of all the records to be copied to.
2125: -- This information can be read directly from the table
2126: -- mtl_item_attributes_temp.
2127:
2128: INSERT into mtl_update_records_temp(
2129: item_update_id
2130: ,inventory_item_id
2131: ,organization_id)
2132: SELECT