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 2047: DELETE mtl_update_records_temp

2043:
2044: DELETE mtl_item_values_temp
2045: WHERE item_update_id = p_seq_id;
2046:
2047: DELETE mtl_update_records_temp
2048: WHERE item_update_id = p_seq_id;
2049:
2050: Determine_Return_Code
2051: ( x_retcode => x_retcode

Line 2141: INSERT into mtl_update_records_temp(

2137: -- item id of all the records to be copied to.
2138: -- This information can be read directly from the table
2139: -- mtl_item_attributes_temp.
2140:
2141: INSERT into mtl_update_records_temp(
2142: item_update_id
2143: ,inventory_item_id
2144: ,organization_id)
2145: SELECT