DBA Data[Home] [Help]

APPS.INV_RMA_SERIAL_PVT dependencies on MTL_RMA_SERIAL_TEMP

Line 89: from mtl_rma_serial_temp

85: --we continue, else we will return success.
86:
87: select count(*)
88: into l_temp_count
89: from mtl_rma_serial_temp
90: where line_id = p_rma_line_id;
91:
92: IF l_temp_count = 0 THEN
93:

Line 193: INSERT INTO mtl_rma_serial_temp

189: l_counter := l_counter + 1;
190:
191: --Insert serial into temp table
192:
193: INSERT INTO mtl_rma_serial_temp
194: (organization_id,
195: inventory_item_id,
196: lot_number,
197: serial_number,